gbadev.org forum archive

This is a read-only mirror of the content originally found on forum.gbadev.org (now offline), salvaged from Wayback machine copies. A new forum can be found here.

Beginners > Makefiles help

#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 ^_^

#36813 - tepples - Wed Mar 02, 2005 1:41 am

Please paste your makefile between [code] tags.
_________________
-- Where is he?
-- Who?
-- You know, the human.
-- I think he moved to Tilwick.

#36814 - interdpth - Wed Mar 02, 2005 1:51 am

Code:

#---------------------------------------------------------------------------------
# main targets
#---------------------------------------------------------------------------------

%.o : E:/proj/test/test.elf
E:/proj/test/test.bin   :   E:/proj/test/test.elf

[/quote]
I think you may have the first of those two turned around.

#36825 - interdpth - Wed Mar 02, 2005 3:50 am

Nope that didn't work. Any other ideas?