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@host:~/src/tmp$ .
/opt/Denx/eldk-5.5.2/powerpc-e500v2/environment-setup-ppce500v2-linux-gnuspe

user@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@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
_______________________________________________
eldk mailing list
[email protected]
http://lists.denx.de/mailman/listinfo/eldk

Reply via email to