#8270 - coughfeefomeur07 - Sun Jul 06, 2003 3:54 pm
i'm having some compiling trouble with devkit adv. when i run the make.bat file this is what it tells me
Code: |
C:\devkitadv\bin>set path=c:\devkitadv\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WIN DOWS\System32\Wbem;C:\Program files\PC-Doctor for Windows XP\WINDSAPI;c:\devkita dv/bin\;C:\EUPHORIA\BIN; ;C:\Program Files\CSL\Win\Bin; C:\devkitadv\bin>gcc -o hello.elf hello.c -lm Linkstub failed (gcc -> ../../bin/arm-agb-elf-gcc) = ./../../bin/arm-agb-elf-gcc : No such file or directory Thought that link path (../../bin/arm-agb-elf-gcc) was a relative path. Thought that argv[0] (gcc) was found in the path. The source of the error could be this program (./gcc) which I found in the curre nt directory or the path. This may not be the program you intended to run. C:\devkitadv\bin>objcopy -O binary hello.elf hello.gba objcopy: hello.elf: No such file or directory C:\devkitadv\bin>pause Press any key to continue . . . |