#85926 - Henochius - Sat Jun 03, 2006 6:03 am
I can't get DevKitAdvance to work, when I give a command eg.:
gcc -o ww.elf sys.c eng1.c eng2.c -lm
I'm getting this error:
"Linkstub failed (c/DEVKIT~1/BIN/GCC -> arm-agb-elf-gcc) = c/e/gba/ww/c/DEVKIT~1/BIN/arm-agb-elf-gcc: No such file or directory
Thought that link path (arm-agb-elf-gcc) was a relative path.
Thought that argv[0] (c/DEVKIT~1/BIN/GCC) was a relative path."
I have installed the compiler to C:\DEVKITADV as recommended. I have added C:\DEVKITADV and C:\DEVKITADV\BIN to my path...
I have looked at the FAQs, they do not seem to mention this problem. And it doesn't seem that any documentation is included with the compiler for some reason. Aaarggh...please help, I have my Arcadia emulator almost finished but can't compile it!! :-( Many thanks...
gcc -o ww.elf sys.c eng1.c eng2.c -lm
I'm getting this error:
"Linkstub failed (c/DEVKIT~1/BIN/GCC -> arm-agb-elf-gcc) = c/e/gba/ww/c/DEVKIT~1/BIN/arm-agb-elf-gcc: No such file or directory
Thought that link path (arm-agb-elf-gcc) was a relative path.
Thought that argv[0] (c/DEVKIT~1/BIN/GCC) was a relative path."
I have installed the compiler to C:\DEVKITADV as recommended. I have added C:\DEVKITADV and C:\DEVKITADV\BIN to my path...
I have looked at the FAQs, they do not seem to mention this problem. And it doesn't seem that any documentation is included with the compiler for some reason. Aaarggh...please help, I have my Arcadia emulator almost finished but can't compile it!! :-( Many thanks...