#61456 - Savage - Sun Nov 20, 2005 1:53 pm
Hi all, I've been playing with GBA dev on Windows, and am trying to move my operation over to Linux, I've tried both devkitARM and devkitadv, added the path for either and attempted to compile with the following output:
Does anyone have any suggestions as to what's causing this? or more importantly, how to fix it :D
Cheers, Savage
Code: |
[savage@savnet-wrk-03 sokoban]$ arm-elf-gcc -o sokoban.elf main.c
/opt/devkitARM/bin/../lib/gcc/arm-elf/4.0.2/../../../../arm-elf/bin/ld: crt0.o: No such file: No such file or directory collect2: ld returned 1 exit status |
Does anyone have any suggestions as to what's causing this? or more importantly, how to fix it :D
Cheers, Savage