[ELDK] Compiling for powerpc-e500v2 using ELDK 5.5.2

Can Aydin caydinc at gmail.com
Tue Jun 24 21:20:45 CEST 2014


Hi,

I've been using ELDK 4.2 85xxDP toolchain and wanted to try out compiling a
simple hello world with 5.5.2 using the procedure described in the manual.

The output is below, I'm getting an error message saying "not configured
for SPE ABI", could anyone let me know if I'm doing something wrong?

I installed the eldk-5.5.2-powerpc-e500v2.iso and am doing the following:

++

user at host:~/src/tmp$ .
/opt/Denx/eldk-5.5.2/powerpc-e500v2/environment-setup-ppce500v2-linux-gnuspe

user at host:~/src/tmp$ echo $CC

powerpc-linux-gnuspe-gcc -m32 -mcpu=8548 -mabi=spe -mspe
-mfloat-gprs=double
--sysroot=/opt/Denx/eldk-5.5.2/powerpc-e500v2/sysroots/ppce500v2-linux-gnuspe

user at host:~/src/tmp$ $CC helloworld.c

helloworld.c:1:0: error: not configured for SPE ABI

 #include <stdio.h>

 ^

helloworld.c:1:0: error: not configured for SPE instruction set

++

Regards,

Can


More information about the eldk mailing list