Re: [yocto] native gcc compiler error

2011-07-19 Thread Kumar Gala
On Jul 18, 2011, at 12:22 PM, Saul Wold wrote: > On 07/18/2011 07:54 AM, Kumar Gala wrote: >> >> On Jul 18, 2011, at 9:45 AM, Khem Raj wrote: >> >>> On Mon, Jul 18, 2011 at 5:58 AM, Kumar Gala >>> wrote: I've been working on trying to get an e500v2 (linux-gnuspe) compiler working a

Re: [yocto] native gcc compiler error

2011-07-18 Thread Khem Raj
On Mon, Jul 18, 2011 at 1:04 PM, Kumar Gala wrote: > > On Jul 18, 2011, at 2:27 PM, Khem Raj wrote: > >> On Mon, Jul 18, 2011 at 12:22 PM, Kumar Gala >> wrote: >>> >>> On Jul 18, 2011, at 1:37 PM, Khem Raj wrote: >>> On Mon, Jul 18, 2011 at 11:24 AM, Kumar Gala wrote: >> You

Re: [yocto] native gcc compiler error

2011-07-18 Thread Kumar Gala
On Jul 18, 2011, at 2:27 PM, Khem Raj wrote: > On Mon, Jul 18, 2011 at 12:22 PM, Kumar Gala > wrote: >> >> On Jul 18, 2011, at 1:37 PM, Khem Raj wrote: >> >>> On Mon, Jul 18, 2011 at 11:24 AM, Kumar Gala >>> wrote: > You can try -fno-use-linker-plugin as a workaround. Does >

Re: [yocto] native gcc compiler error

2011-07-18 Thread Khem Raj
On Mon, Jul 18, 2011 at 12:22 PM, Kumar Gala wrote: > > On Jul 18, 2011, at 1:37 PM, Khem Raj wrote: > >> On Mon, Jul 18, 2011 at 11:24 AM, Kumar Gala >> wrote: You can try -fno-use-linker-plugin as a workaround. Does liblto_plugin.so exist on target rfs ? it might be

Re: [yocto] native gcc compiler error

2011-07-18 Thread Kumar Gala
On Jul 18, 2011, at 1:37 PM, Khem Raj wrote: > On Mon, Jul 18, 2011 at 11:24 AM, Kumar Gala > wrote: >>> You can try -fno-use-linker-plugin as a workaround. Does >>> liblto_plugin.so exist on target rfs ? >>> it might be then gcc driver bug if the library is not there then we >>

Re: [yocto] native gcc compiler error

2011-07-18 Thread Khem Raj
On Mon, Jul 18, 2011 at 11:24 AM, Kumar Gala wrote: >> You can try -fno-use-linker-plugin as a workaround. Does >> liblto_plugin.so exist on target rfs ? >> it might be then gcc driver bug if the library is not there then we >> forgot to package it. > > File appears to be t

Re: [yocto] native gcc compiler error

2011-07-18 Thread Kumar Gala
> You can try -fno-use-linker-plugin as a workaround. Does > liblto_plugin.so exist on target rfs ? > it might be then gcc driver bug if the library is not there then we > forgot to package it. File appears to be there: root@p2020-ds:/# file /usr/libexec/gcc/po

Re: [yocto] native gcc compiler error

2011-07-18 Thread Kumar Gala
On Jul 18, 2011, at 1:01 PM, Kumar Gala wrote: > > On Jul 18, 2011, at 12:22 PM, Saul Wold wrote: > >> On 07/18/2011 07:54 AM, Kumar Gala wrote: >>> >>> On Jul 18, 2011, at 9:45 AM, Khem Raj wrote: >>> On Mon, Jul 18, 2011 at 5:58 AM, Kumar Gala wrote: > I've been working on t

Re: [yocto] native gcc compiler error

2011-07-18 Thread Khem Raj
On Mon, Jul 18, 2011 at 11:01 AM, Kumar Gala wrote: > > On Jul 18, 2011, at 12:22 PM, Saul Wold wrote: > >> On 07/18/2011 07:54 AM, Kumar Gala wrote: >>> >>> On Jul 18, 2011, at 9:45 AM, Khem Raj wrote: >>> On Mon, Jul 18, 2011 at 5:58 AM, Kumar Gala   wrote: > I've been working on t

Re: [yocto] native gcc compiler error

2011-07-18 Thread Kumar Gala
On Jul 18, 2011, at 12:22 PM, Saul Wold wrote: > On 07/18/2011 07:54 AM, Kumar Gala wrote: >> >> On Jul 18, 2011, at 9:45 AM, Khem Raj wrote: >> >>> On Mon, Jul 18, 2011 at 5:58 AM, Kumar Gala >>> wrote: I've been working on trying to get an e500v2 (linux-gnuspe) compiler working a

Re: [yocto] native gcc compiler error

2011-07-18 Thread Saul Wold
On 07/18/2011 07:54 AM, Kumar Gala wrote: On Jul 18, 2011, at 9:45 AM, Khem Raj wrote: On Mon, Jul 18, 2011 at 5:58 AM, Kumar Gala wrote: I've been working on trying to get an e500v2 (linux-gnuspe) compiler working and seem to have build a native toolchain. However when I try and compile a

Re: [yocto] native gcc compiler error

2011-07-18 Thread Richard Purdie
On Mon, 2011-07-18 at 09:54 -0500, Kumar Gala wrote: > On Jul 18, 2011, at 9:45 AM, Khem Raj wrote: > > > On Mon, Jul 18, 2011 at 5:58 AM, Kumar Gala > > wrote: > >> I've been working on trying to get an e500v2 (linux-gnuspe) compiler > >> working and seem to have build a native toolchain. How

Re: [yocto] native gcc compiler error

2011-07-18 Thread Kumar Gala
On Jul 18, 2011, at 9:45 AM, Khem Raj wrote: > On Mon, Jul 18, 2011 at 5:58 AM, Kumar Gala wrote: >> I've been working on trying to get an e500v2 (linux-gnuspe) compiler working >> and seem to have build a native toolchain. However when I try and compile a >> simple hello world style app I ge

Re: [yocto] native gcc compiler error

2011-07-18 Thread Khem Raj
On Mon, Jul 18, 2011 at 5:58 AM, Kumar Gala wrote: > I've been working on trying to get an e500v2 (linux-gnuspe) compiler working > and seem to have build a native toolchain.  However when I try and compile a > simple hello world style app I get: > > root@p2020-ds:~# gcc float.c > gcc: fatal err

[yocto] native gcc compiler error

2011-07-18 Thread Kumar Gala
I've been working on trying to get an e500v2 (linux-gnuspe) compiler working and seem to have build a native toolchain. However when I try and compile a simple hello world style app I get: root@p2020-ds:~# gcc float.c gcc: fatal error: -fuse-linker-plugin, but liblto_plugin.so not found compil