#40174 - jstart - Fri Apr 15, 2005 6:12 pm
I know im so annoying with all these questions and this may be a lost cause but....
I have been trying to compile dovoto's hello_world template on my mac
By editing the make file to tell where devkitarm and ndslib are i have made some progress but by editing the prefix for it at the top it does not work i have to manually edit each one but it is still not finding ndstool
It might just be that its an exe file :)
but i have the source from darkfader's site but i dont know how to compile it. heres what I got... Any ideas?
Update: Ok i kept working and got this (look at the bottom)
64-121-22-28:~/ndsdev/Projects/hello_world nathan$ make
main.cpp
make[1]: MM: Command not found
make[1]: [main.o] Error 127 (ignored)
make[1]: g: Command not found
make[1]: [main.o] Error 127 (ignored)
linking binary
make[1]: g: Command not found
make[1]: [/Users/nathan/ndsdev/Projects/hello_world/demo.elf] Error 127 (ignored)
built ... demo.bin
make[1]: O: Command not found
make[1]: [/Users/nathan/ndsdev/Projects/hello_world/demo.bin] Error 127 (ignored)
built ... demo.nds
/ndstool.exe -c /Users/nathan/ndsdev/Projects/hello_world/demo.nds -9 demo.bin -7 /arm7.bin -t /default_icon.bin
make[1]: /ndstool.exe: Command not found
make[1]: *** [/Users/nathan/ndsdev/Projects/hello_world/demo.nds] Error 127
make: *** [build] Error 2
2nd Try
64-121-22-28:~/ndsdev/Projects/hello_world nathan$ make
main.cpp
make[1]: MM: Command not found
make[1]: [main.o] Error 127 (ignored)
make[1]: g: Command not found
make[1]: [main.o] Error 127 (ignored)
linking binary
make[1]: g: Command not found
make[1]: [/Users/nathan/ndsdev/Projects/hello_world/demo.elf] Error 127 (ignored)
built ... demo.bin
make[1]: O: Command not found
make[1]: [/Users/nathan/ndsdev/Projects/hello_world/demo.bin] Error 127 (ignored)
built ... demo.nds
c /Users/nathan/ndsdev/Projects/hello_world/demo.nds -9 demo.bin -7 /arm7.bin -t /default_icon.bin
make[1]: c: Command not found
make[1]: [/Users/nathan/ndsdev/Projects/hello_world/demo.nds] Error 127 (ignored)
built ... demo.nds.gba
/Users/nathan/ndsdev/Projects/hello_world/demo.nds /Users/nathan/ndsdev/Projects/hello_world/demo.nds.gba /loader.bin
make[1]: /Users/nathan/ndsdev/Projects/hello_world/demo.nds: Command not found
make[1]: *** [/Users/nathan/ndsdev/Projects/hello_world/demo.nds.gba] Error 127
make: *** [build] Error 2
I have been trying to compile dovoto's hello_world template on my mac
By editing the make file to tell where devkitarm and ndslib are i have made some progress but by editing the prefix for it at the top it does not work i have to manually edit each one but it is still not finding ndstool
It might just be that its an exe file :)
but i have the source from darkfader's site but i dont know how to compile it. heres what I got... Any ideas?
Update: Ok i kept working and got this (look at the bottom)
64-121-22-28:~/ndsdev/Projects/hello_world nathan$ make
main.cpp
make[1]: MM: Command not found
make[1]: [main.o] Error 127 (ignored)
make[1]: g: Command not found
make[1]: [main.o] Error 127 (ignored)
linking binary
make[1]: g: Command not found
make[1]: [/Users/nathan/ndsdev/Projects/hello_world/demo.elf] Error 127 (ignored)
built ... demo.bin
make[1]: O: Command not found
make[1]: [/Users/nathan/ndsdev/Projects/hello_world/demo.bin] Error 127 (ignored)
built ... demo.nds
/ndstool.exe -c /Users/nathan/ndsdev/Projects/hello_world/demo.nds -9 demo.bin -7 /arm7.bin -t /default_icon.bin
make[1]: /ndstool.exe: Command not found
make[1]: *** [/Users/nathan/ndsdev/Projects/hello_world/demo.nds] Error 127
make: *** [build] Error 2
2nd Try
64-121-22-28:~/ndsdev/Projects/hello_world nathan$ make
main.cpp
make[1]: MM: Command not found
make[1]: [main.o] Error 127 (ignored)
make[1]: g: Command not found
make[1]: [main.o] Error 127 (ignored)
linking binary
make[1]: g: Command not found
make[1]: [/Users/nathan/ndsdev/Projects/hello_world/demo.elf] Error 127 (ignored)
built ... demo.bin
make[1]: O: Command not found
make[1]: [/Users/nathan/ndsdev/Projects/hello_world/demo.bin] Error 127 (ignored)
built ... demo.nds
c /Users/nathan/ndsdev/Projects/hello_world/demo.nds -9 demo.bin -7 /arm7.bin -t /default_icon.bin
make[1]: c: Command not found
make[1]: [/Users/nathan/ndsdev/Projects/hello_world/demo.nds] Error 127 (ignored)
built ... demo.nds.gba
/Users/nathan/ndsdev/Projects/hello_world/demo.nds /Users/nathan/ndsdev/Projects/hello_world/demo.nds.gba /loader.bin
make[1]: /Users/nathan/ndsdev/Projects/hello_world/demo.nds: Command not found
make[1]: *** [/Users/nathan/ndsdev/Projects/hello_world/demo.nds.gba] Error 127
make: *** [build] Error 2