Re: [yocto] Failed to cross compile kernel with Yocto toolchain

2016-07-01 Thread Zhenhua Luo
hem Raj ; yocto@yoctoproject.org > Subject: Re: [yocto] Failed to cross compile kernel with Yocto toolchain > > The problem is that ccache is not finding the compiler after environment- > setup*.sh is sourced.Your error message can be foud at: > https://github.com/ccache/ccache/

Re: [yocto] Failed to cross compile kernel with Yocto toolchain

2016-07-01 Thread Khem Raj
[mailto:danielhi...@gmail.com] >> Sent: Friday, July 01, 2016 4:48 AM >> To: Zhenhua Luo >> Cc: Khem Raj ; yocto@yoctoproject.org >> Subject: Re: [yocto] Failed to cross compile kernel with Yocto toolchain >> >> The problem is that ccache is not finding the co

Re: [yocto] Failed to cross compile kernel with Yocto toolchain

2016-06-30 Thread Daniel.
>> From: Daniel. [mailto:danielhi...@gmail.com] >> Sent: Wednesday, June 29, 2016 8:14 PM >> To: Zhenhua Luo >> Cc: Khem Raj ; yocto@yoctoproject.org >> Subject: Re: [yocto] Failed to cross compile kernel with Yocto toolchain >> >> Is /usr/lib64/gcc a

Re: [yocto] Failed to cross compile kernel with Yocto toolchain

2016-06-29 Thread Zhenhua Luo
o@yoctoproject.org > Subject: Re: [yocto] Failed to cross compile kernel with Yocto toolchain > > Is /usr/lib64/gcc a file or a link? Is it a valid link? > > 2016-06-29 5:52 GMT-03:00 Zhenhua Luo : > > The /usr/lib64/ccache is added in PATH by /etc/profile.d/ccache.sh > >

Re: [yocto] Failed to cross compile kernel with Yocto toolchain

2016-06-29 Thread Daniel.
t; $ > > $ which gcc > > /usr/lib64/ccache/gcc > > $ gcc -v > > ccache: error: Could not find compiler "gcc" in PATH > > $ > > > > > > Best Regards, > > > > Zhenhua > > > > From: Khem Raj [mailto:raj.k...@gmail.com] > Se

Re: [yocto] Failed to cross compile kernel with Yocto toolchain

2016-06-29 Thread Zhenhua Luo
st Regards, Zhenhua From: Khem Raj [mailto:raj.k...@gmail.com] Sent: Tuesday, June 28, 2016 10:48 PM To: Zhenhua Luo Cc: yocto@yoctoproject.org Subject: RE: [yocto] Failed to cross compile kernel with Yocto toolchain /usr/lib64/ccache is unusual why do you have it in path and if you really ne

Re: [yocto] Failed to cross compile kernel with Yocto toolchain

2016-06-28 Thread Zhenhua Luo
=powerpc-poky-linux- Best Regards, Zhenhua > -Original Message- > From: Daniel. [mailto:danielhi...@gmail.com] > Sent: Tuesday, June 28, 2016 9:34 PM > To: Zhenhua Luo > Cc: Burton, Ross ; yocto@yoctoproject.org > Subject: Re: [yocto] Failed to cross compile kernel wi

Re: [yocto] Failed to cross compile kernel with Yocto toolchain

2016-06-28 Thread Khem Raj
t: Tuesday, June 28, 2016 12:36 AM > To: Zhenhua Luo > Cc: yocto@yoctoproject.org > Subject: Re: [yocto] Failed to cross compile kernel with Yocto toolchain > > On Mon, Jun 27, 2016 at 1:16 AM, Zhenhua Luo > wrote: > > Hello all, > > > > > > > >

Re: [yocto] Failed to cross compile kernel with Yocto toolchain

2016-06-28 Thread Daniel.
[mailto:ross.bur...@intel.com] >> Sent: Tuesday, June 28, 2016 6:27 PM >> To: Zhenhua Luo >> Cc: Khem Raj ; yocto@yoctoproject.org >> Subject: Re: [yocto] Failed to cross compile kernel with Yocto toolchain >> >> On 28 June 2016 at 06:56, Zhenhua Luo wrote: >

Re: [yocto] Failed to cross compile kernel with Yocto toolchain

2016-06-28 Thread Zhenhua Luo
Hi, > From: Burton, Ross [mailto:ross.bur...@intel.com] > Sent: Tuesday, June 28, 2016 6:27 PM > To: Zhenhua Luo > Cc: Khem Raj ; yocto@yoctoproject.org > Subject: Re: [yocto] Failed to cross compile kernel with Yocto toolchain > > On 28 June 2016 at 06:56, Zhenhua Luo

Re: [yocto] Failed to cross compile kernel with Yocto toolchain

2016-06-28 Thread Burton, Ross
On 28 June 2016 at 06:56, Zhenhua Luo wrote: > [Luo Zhenhua-B19537] gcc can't be found after sourcing the SDK env script. > but the /usr/bin is in the PATH env variable. > You *do* have a gcc in /usr/bin, right? Ross -- ___ yocto mailing list yocto@y

Re: [yocto] Failed to cross compile kernel with Yocto toolchain

2016-06-27 Thread Zhenhua Luo
Hello Khem, > -Original Message- > From: Khem Raj [mailto:raj.k...@gmail.com] > Sent: Tuesday, June 28, 2016 12:36 AM > To: Zhenhua Luo > Cc: yocto@yoctoproject.org > Subject: Re: [yocto] Failed to cross compile kernel with Yocto toolchain > > On Mon, Jun 27,

Re: [yocto] Failed to cross compile kernel with Yocto toolchain

2016-06-27 Thread Khem Raj
On Mon, Jun 27, 2016 at 1:16 AM, Zhenhua Luo wrote: > Hello all, > > > > I generate the Yocto toolchain by “bitbake meta-toolchain”, and use this > toolchain to cross-compile kernel, I met the following error. Is this a bug > or I missed something? My host Linux is Fedora 22. its better to start

[yocto] Failed to cross compile kernel with Yocto toolchain

2016-06-27 Thread Zhenhua Luo
Hello all, I generate the Yocto toolchain by "bitbake meta-toolchain", and use this toolchain to cross-compile kernel, I met the following error. Is this a bug or I missed something? My host Linux is Fedora 22. $ source /opt/poky/2.1+snapshot/environment-setup-ppce500mc-poky-linux $ cd linux/ $