I want to develop an application for the nintendo DS.
I installed devkit pro and .NET framework 2.0
Then i opened the project hello_world in devkitPro/examples/nds
I hit Alt+F1 or tools->make
And i get this error message:
Code: Select all
"make"
/bin/sh: -c: line 0: unexpected EOF while looking for matching `''
/bin/sh: -c: line 1: syntax error: unexpected end of file
/bin/sh: -c: line 0: unexpected EOF while looking for matching `''
/bin/sh: -c: line 1: syntax error: unexpected end of file
"make": *** [build] Error 2
If someone could point met in the right direction?
Thanks in advance.