Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Looking for PowerPC (freescale) cross compilers tool chain

3 views
Skip to first unread message

VT

unread,
Dec 20, 2009, 9:24:49 PM12/20/09
to
I have working C code on Linux, I need to test this C code gets
compiled for Power PC platform, looking for any kind of Power PC cross
compiler tool chain, please let me know where can I get it.

steve_s...@hotmail.com

unread,
Dec 20, 2009, 10:49:13 PM12/20/09
to

I've used the one from www.denx.de on an Freescale MPC855 and 860.

Steve

VT

unread,
Dec 23, 2009, 10:13:46 AM12/23/09
to
Downloaded PowerPC cross compiler tool chain for LINUX, trying to
compile C / CPP file, I am getting "Floating Point exception" error to
compile any file, no problem with regular GCC. any idea why I am
getting "floating point exception"?.

powerpc-linux-cc -Wall -g -O2 -I. -Iinclude -c -fPIC Server.c
make: *** [Server.o] Floating point exception


powerpc-linux-gcc -Wall -g -O2 -I. -Iinclude -c -fPIC Server.c
make: *** [Server.o] Floating point exception

Grzegorz Jablonski

unread,
Dec 24, 2009, 3:49:26 PM12/24/09
to
W dniu 12/23/2009 4:13 PM, VT pisze:

> Downloaded PowerPC cross compiler tool chain for LINUX, trying to
> compile C / CPP file, I am getting "Floating Point exception" error to
> compile any file, no problem with regular GCC. any idea why I am
> getting "floating point exception"?.
>
> powerpc-linux-cc -Wall -g -O2 -I. -Iinclude -c -fPIC Server.c
> make: *** [Server.o] Floating point exception
>

You might have an incompatible glibc version in your system.

0 new messages