All of lore.kernel.org
 help / color / mirror / Atom feed
From: Edward Vidal <develone@sbcglobal.net>
To: Khem Raj <raj.khem@gmail.com>
Cc: "yocto@yoctoproject.org" <yocto@yoctoproject.org>,
	Paul Eggleton <paul.eggleton@linux.intel.com>
Subject: Re: Problem using unix source in do_compile
Date: Tue, 1 Dec 2015 23:39:17 +0000 (UTC)	[thread overview]
Message-ID: <1834947813.1024710.1449013157851.JavaMail.yahoo@mail.yahoo.com> (raw)
In-Reply-To: <CAMKF1spk9bvgwxMgx5wGi1yaMFK9dapqX08YpB2awkrtfmRs_Q@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 2340 bytes --]

Kherm,
I did follow Paul recommendations.  The issue was not just using the source unix command.
When I changed source to '.', a new error occurred.   

do_compile) failed with exit code '1' What is the unexpected
> operator?
This error was caused by not having a gmake.  Searching to resolve the gmake issue, 
which some recommend linking to make.  

On this problem I have been working for quite some time.  I don't now if this is related
to dash bash issue or not.  

I was working on a Fedora system which uses bash.  My binutils
2.23.2-r4 was most likely built on the Fedora system.  I needed to switch to an O/S
that support Xilinx Tools, so I copied my working tree to a Ubuntu system.

I have removed from tmp down several times trying different things and bitbake core-image-sato 
rebuilds the tmp area.  I wanted to remove from build,  but then is when my binutils 2.23.2-r4
would failed.  I had to restore my build/buildhistory  build/cache  build/conf  build/sanity_info  build/sstate-cache  and then tmp was rebuilt with bitbake core-image-sato.

I really do appreciate all the help that the folks on this mailing list and meta-xilinx
mailing list. Thanks for all the help,
Edward Vidal Jr. e-mail develone@sbcglobal.net 915-595-1613 


    On Monday, November 30, 2015 1:21 PM, Khem Raj <raj.khem@gmail.com> wrote:
 

 
On Nov 25, 2015 7:30 PM, "Edward Vidal" <develone@sbcglobal.net> wrote:
>
> Hello all,
> After a long time of trying to get Michael Looijmans fpga-image-adi.bb from meta-topic to work.  I wanted to share the fix.  I was running Ubuntu 12.04.
> which sh
> /bin/sh
> cd /bin
> ls -la sh
> lrwxrwxrwx 1 root root 4 May 16  2015 sh -> dash
> ln -sf bash sh
> ls -la /bin/sh
> lrwxrwxrwx 1 root root 4 Nov 25 17:28 /bin/sh -> bash
> which gmake
> /usr/bin/gmake
> cd /usr/bin
> ln -sf make gmake
> ls -la /usr/bin/gmake
> Thanks for all the help.There are better ways to switch default sh to be bash or dash dpkg-reconfigure dash would offer you the selection choice. But why did you not try Paul's suggestions
>
> Edward Vidal Jr. e-mail develone@sbcglobal.net 915-595-1613
>
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>




[-- Attachment #2: Type: text/html, Size: 6113 bytes --]

  reply	other threads:[~2015-12-01 23:42 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1721359978.8800564.1448508568109.JavaMail.yahoo.ref@mail.yahoo.com>
2015-11-26  3:29 ` Problem using unix source in do_compile Edward Vidal
2015-11-30 20:21   ` Khem Raj
2015-12-01 23:39     ` Edward Vidal [this message]
     [not found] <1946107905.7106433.1448198721454.JavaMail.yahoo.ref@mail.yahoo.com>
2015-11-22 13:25 ` Edward Vidal
2015-11-22 22:34   ` Paul Eggleton
2015-11-23 19:08     ` Edward Vidal
2015-11-23 19:41       ` Paul Eggleton

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1834947813.1024710.1449013157851.JavaMail.yahoo@mail.yahoo.com \
    --to=develone@sbcglobal.net \
    --cc=paul.eggleton@linux.intel.com \
    --cc=raj.khem@gmail.com \
    --cc=yocto@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.