#46749 - bob ross - Thu Jun 30, 2005 3:06 am
I just downloaded NDS Dev Env and I get this error when compiling SMAN (The source code that came with the env.)
> "make"
rm -rf arm9/arm9.bin
rm -rf arm7/arm7.bin
make -C arm7 -I /c/ndsdev/projects/sman
make[1]: Entering directory `/c/ndsdev/projects/sman/arm7'
mv: missing file argument
Try `mv --help' for more information.
make[2]: [all] Error 1 (ignored)
built ... arm7.bin
make[1]: Leaving directory `/c/ndsdev/projects/sman/arm7'
make -C arm9 -I /c/ndsdev/projects/sman
make[1]: Entering directory `/c/ndsdev/projects/sman/arm9'
processing resources/bg.h
processing resources/gh0.h
processing resources/pac0.h
processing resources/pal.h
main.cpp
In file included from c:/ndsdev/projects/sman/arm9/main.cpp:21:
c:/ndsdev/projects/sman/arm9/resources/bg.h:4:1: warning: "/*" within comment
c:/ndsdev/projects/sman/arm9/main.cpp: In function `void updateOAM()':
c:/ndsdev/projects/sman/arm9/main.cpp:74: warning: comparison between signed and unsigned integer expressions
built ... arm9.bin
make[1]: Leaving directory `/c/ndsdev/projects/sman/arm9'
cp arm9/arm9.bin boot/resources/arm9.bin
cp arm7/arm7.bin boot/resources/arm7.bin
make -C boot -I /c/ndsdev/projects/sman
make[1]: Entering directory `/c/ndsdev/projects/sman/boot'
files: resources/arm7.bin resources/arm9.bin
objects: arm7.bin.o arm9.bin.o
processing resources/arm7.bin
processing resources/arm9.bin
main.cpp
arm-elf-g++.exe: ds_arm7cart.specs: No such file or directory
make[2]: *** [/c/ndsdev/projects/sman/boot/boot.elf] Error 1
make[1]: *** [build] Error 2
make[1]: Leaving directory `/c/ndsdev/projects/sman/boot'
"make": *** [all] Error 2
> Process Exit Code: 2
Also doublec's tutorials gave me errors and wouldn't compile, is there something wrong with my setup?
> "make"
rm -rf arm9/arm9.bin
rm -rf arm7/arm7.bin
make -C arm7 -I /c/ndsdev/projects/sman
make[1]: Entering directory `/c/ndsdev/projects/sman/arm7'
mv: missing file argument
Try `mv --help' for more information.
make[2]: [all] Error 1 (ignored)
built ... arm7.bin
make[1]: Leaving directory `/c/ndsdev/projects/sman/arm7'
make -C arm9 -I /c/ndsdev/projects/sman
make[1]: Entering directory `/c/ndsdev/projects/sman/arm9'
processing resources/bg.h
processing resources/gh0.h
processing resources/pac0.h
processing resources/pal.h
main.cpp
In file included from c:/ndsdev/projects/sman/arm9/main.cpp:21:
c:/ndsdev/projects/sman/arm9/resources/bg.h:4:1: warning: "/*" within comment
c:/ndsdev/projects/sman/arm9/main.cpp: In function `void updateOAM()':
c:/ndsdev/projects/sman/arm9/main.cpp:74: warning: comparison between signed and unsigned integer expressions
built ... arm9.bin
make[1]: Leaving directory `/c/ndsdev/projects/sman/arm9'
cp arm9/arm9.bin boot/resources/arm9.bin
cp arm7/arm7.bin boot/resources/arm7.bin
make -C boot -I /c/ndsdev/projects/sman
make[1]: Entering directory `/c/ndsdev/projects/sman/boot'
files: resources/arm7.bin resources/arm9.bin
objects: arm7.bin.o arm9.bin.o
processing resources/arm7.bin
processing resources/arm9.bin
main.cpp
arm-elf-g++.exe: ds_arm7cart.specs: No such file or directory
make[2]: *** [/c/ndsdev/projects/sman/boot/boot.elf] Error 1
make[1]: *** [build] Error 2
make[1]: Leaving directory `/c/ndsdev/projects/sman/boot'
"make": *** [all] Error 2
> Process Exit Code: 2
Also doublec's tutorials gave me errors and wouldn't compile, is there something wrong with my setup?