#12893 - Dragonlord - Sat Nov 29, 2003 10:08 pm
i've downloaded the sources for gbadevkit under linux and compiled the bitch. worked after correcting a bugious patch file and compiled it, installed it.
now i tried a simple program of just 4 lines to test if the compiler works... but somehow it does not. the following happened.
what's going on there? i've tried also with the precompiled version an got the same error.
anybody compiled/used devkitgba on linux and has encountered such a strange error?
_________________
Oh to be a dragon, of silkwork size or immense...
now i tried a simple program of just 4 lines to test if the compiler works... but somehow it does not. the following happened.
Code: |
> arm-agb-elf-gcc -o main.elf main.cpp
/opt/devkitadv/bin/../lib/gcc-lib/arm-agb-elf/3.1/../../../../arm-agb-elf/bin/ld: section .iwram [08000388 -> 0800044f] overlaps section .init [08000374 -> 0800038f] /opt/devkitadv/bin/../lib/gcc-lib/arm-agb-elf/3.1/../../../../arm-agb-elf/lib/crt0.o: In function `jump_intr': /opt/devkitadv/bin/../lib/gcc-lib/arm-agb-elf/3.1/../../../../arm-agb-elf/lib/crt0.o(.iwram+0xc4): undefined reference to `IntrTable' collect2: ld returned 1 exit status |
what's going on there? i've tried also with the precompiled version an got the same error.
anybody compiled/used devkitgba on linux and has encountered such a strange error?
_________________
Oh to be a dragon, of silkwork size or immense...