[arm-gnu] problems compiling to embedded target
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[arm-gnu] problems compiling to embedded target



Hi,



When I try to compile using code sourcery tool chain

arm-none-eabi-gcc to an arm 9 target:

arm-none-eabi-gcc -g -static -mcpu=arm9 -Wl,-Ttext=0x60000000 DU_R8A7778.c
DU.c Initialize.c -o DU_R8A7778.out

the out file will not run on the target, it traps to ‘0’. I read that I
might need libraries, but I am statically

linking and I can’t load libraries onto the target embedded platform.

I’m out of ideas, can anyone point me?

jbd