#36808 - interdpth - Wed Mar 02, 2005 1:24 am
Not sure as to were exactly this should go as this is DS stuff but I am still a beginner and this is make files in general any how.
I installed Msys and all libs and stuff. So I edited my makefile to a few different things. Then I got to type make in Msys and heres my errors and all that good stuff well not really good but.
Matt@MATTS /e/proj/test/
$ make
mv: missing file argument
Try `mv --help' for more information.
make[1]: [all] Error 1 (ignored)
arm-elf-gcc.exe: E:proj/test/test.elf: No such file or directory
make[1]: *** [E:\proj/test/test.elf] Error 1
make: *** [build] Error 2
Please help ^_^
I installed Msys and all libs and stuff. So I edited my makefile to a few different things. Then I got to type make in Msys and heres my errors and all that good stuff well not really good but.
Matt@MATTS /e/proj/test/
$ make
mv: missing file argument
Try `mv --help' for more information.
make[1]: [all] Error 1 (ignored)
arm-elf-gcc.exe: E:proj/test/test.elf: No such file or directory
make[1]: *** [E:\proj/test/test.elf] Error 1
make: *** [build] Error 2
Please help ^_^