#36866 - neon - Wed Mar 02, 2005 5:47 pm
I'm tring to get some code compiled with devkitARM under OS X
This is my test.c file:
When i try to compile test.c i get the following error:
Any idea?
This is my test.c file:
Code: |
int main() {
return 0; } |
When i try to compile test.c i get the following error:
Code: |
$ arm-elf-gcc -mthumb-interwork -c test.c -o test.o
$ arm-elf-gcc -mthumb-interwork -specs=gba.specs test.o -o test.elf /Users/neon/devkitARM_r11/projects/../lib/gcc/arm-elf/3.4.3/../../../../arm-elf/bin/ld:/Users/neon/devkitARM_r11/projects/../lib/gcc/arm-elf/3.4.3/../../../../arm-elf/lib/gba_cart.ld:262: parse error collect2: ld returned 1 exit status |
Any idea?