#79184 - dannyboy - Wed Apr 12, 2006 1:30 am
I hit up the devkitPro site today nd saw that they had updated for the first time in a while and a new devkitArm release. I decided to install it which is easy enough nowadays. Unfortunately it has broken my compilation setup. Whenever I compile anything I now get the following:
Any ideas?
Code: |
$ make
main.cpp arm-elf-g++ -MMD -MP -MF /f/code/nds/devkitPro/examples/nds/Graphics/2D/hello_world/build/main.d -g -Wall -O2 -mcpu=arm9tdmi -mtune=arm9tdmi -fomit-frame-pointer -ffast-math -mthumb -mthumb-interwork -I/f/code/nds/devkitPro/examples/nds/Graphics/2D/hello_world/include -I/f/code/nds/devkitPro/examples/nds/Graphics/2D/hello_world/build -I/f/code/nds/devkitPro/libnds/include -I/f/code/nds/devkitPro/libnds/include -I/f/code/nds/devkitPro/examples/nds/Graphics/2D/hello_world/build -DARM9 -c /f/code/nds/devkitPro/examples/nds/Graphics/2D/hello_world/source/main.cpp -o main.o arm-elf-g++.exe: _spawnv: No such file or directory make[1]: *** [main.o] Error 1 make: *** [build] Error 2 |
Any ideas?