#109174 - sniper - Wed Nov 15, 2006 8:44 pm
Hello,
I am stuck with my DS project. I switched from GCC ELF to EABI (devkitPRO 19b) and now I get a linker error while compiling my ARM7 project. Maybe someone already had this ?
I am trying to compile around 60k arm7 binary which should fit into the local memory. I'm using the ds_arm7.specs. Same error on windows and linux x86.
Probably I have to change the linker script ?
ciao
Sniper
I am stuck with my DS project. I switched from GCC ELF to EABI (devkitPRO 19b) and now I get a linker error while compiling my ARM7 project. Maybe someone already had this ?
Code: |
Invoking: GCC C++ Linker arm-eabi-gcc ./src/main.o ./src/memhandler.o ./src/memloader.o ./src/myipc.o -mno-fpu -lmikmod7 -lmylibnds7 -L"C:\prog\Code\devkitPro\libnds\lib" -L"C:\data\eclipse\workspace_CDT\mylibnds7\Release" -L"C:\data\eclipse\workspace_CDT\mikmod7\Release" -L"C:\data\eclipse\workspace_CDT\ministdlib7\Release" -Wl,-Map,arm7.elf.map -mthumb-interwork -specs=ds_arm7.specs -o"arm7.elf" c:/prog/code/devkitpro/devkitarm/bin/../lib/gcc/arm-eabi/4.1.1/../../../../arm-eabi/bin/ld.exe: error: no memory region specified for loadable section `.itcm' |
I am trying to compile around 60k arm7 binary which should fit into the local memory. I'm using the ds_arm7.specs. Same error on windows and linux x86.
Probably I have to change the linker script ?
ciao
Sniper