#82494 - jensen - Sat May 06, 2006 10:14 pm
I have used devkitadv for a while and finally switched to devkitarm. using devkitpro-updater-1.2.7.exe i installed the devkitARM package with msys, libgba, etc.. After following a number of different tutorials, i basically arrive at the same crash point each time. When I limit the PATH variable to just the devkitarm\bin folder and run this batch file:
I get this error. > collect2: _spawnvp: No such file or directory
If I add c:\devkitPro\msys\bin to the front of the PATH it hangs on the 3rd line (line where first.elf is outputted). after a while it dumps this..
also, devkitpro and devkitarm are both declared in my env vars as /c/devkitpro during the auto-update. any help is greatly appreciated!
Code: |
PATH= c:\devkitPro\devkitARM\bin;
arm-elf-gcc -mthumb-interwork -c first.c arm-elf-gcc -specs=gba_mb.specs -mthumb-interwork first.o -o first.elf arm-elf-objcopy -O binary first.elf first.gba gbafix first.gba |
I get this error. > collect2: _spawnvp: No such file or directory
If I add c:\devkitPro\msys\bin to the front of the PATH it hangs on the 3rd line (line where first.elf is outputted). after a while it dumps this..
Code: |
c:\devkitPro\msys\bin\sh.exe: *** WFSO timed out
expr: syntax error expr: syntax error dirname: too few arguments Try `dirname --help' for more information. c:\devkitpro\devkitarm\bin\..\lib\gcc\arm-elf\4.1.0\..\..\..\..\arm-elf\bin\ld: exec: .real: not found collect2: ld returned 127 exit status |
also, devkitpro and devkitarm are both declared in my env vars as /c/devkitpro during the auto-update. any help is greatly appreciated!