#25828 - Rommel - Sun Aug 29, 2004 3:39 am
Alright, I have compiled many programs in the past with devkitadv on windows 2000 without much in the way of problems. Recently I have decided to make the switch to linux, suse 9.1 to be exact, and I'm having some troubles. This is when I try to install devkitARM (not adv like on my 2000 system). I have followed the well written tutorial on setting it up at linux.gbadev.org but I run into troubles once I try to compile. Here is the error message I get.
arm-thumb-elf-gcc test.c -o test.elf -T lnkscript -DMULTIBOOT -Wall -marm -mapcs -32 -mcpu=arm7tdmi
/usr/local/lib/gcc-lib/arm-thumb-elf/3.0.4/../../../../arm-thumb-elf/bin/ld: can not open linker script file lnkscript: No such file or directory
collect2: ld returned 1 exit status
make: *** [test.mb] Error 1
Now, I know those directories all exist, so I don't really understand where my problem is. If anyone could help me out with this that'd be great, because I really want to get writing programs again. :)
arm-thumb-elf-gcc test.c -o test.elf -T lnkscript -DMULTIBOOT -Wall -marm -mapcs -32 -mcpu=arm7tdmi
/usr/local/lib/gcc-lib/arm-thumb-elf/3.0.4/../../../../arm-thumb-elf/bin/ld: can not open linker script file lnkscript: No such file or directory
collect2: ld returned 1 exit status
make: *** [test.mb] Error 1
Now, I know those directories all exist, so I don't really understand where my problem is. If anyone could help me out with this that'd be great, because I really want to get writing programs again. :)