#144901 - maudigan - Fri Nov 09, 2007 12:52 am
Alright, I've had visual studio 6 installed for awhile just to use VB for work. I decided to attempt to write some stuff for NDS, but i have no C++ experience.
I followed the tutorial here: http://www.dev-scene.com/NDS/Tutorials_Day_1 to get set up. I used the auto-windows installer at devkitpro.org, and downloaded the examples. The tutorial had me navigate to one of the examples and type the make command. I get an error message "'make' is not recognized as an internal or external command"
I made a C++ makefile project with the command line of "make -r 2>&1 | sed -e 's/(.[a-zA-Z]+):([0-9]+):/1(2):/'" and tried to build with that and i get errors.
Opening the programmers notepad project file for hello_world and hitting ALT+1 to build yielded a file not found error.
Anyone tell me what I'm doing wrong?
[Subject changed by MOD]
I followed the tutorial here: http://www.dev-scene.com/NDS/Tutorials_Day_1 to get set up. I used the auto-windows installer at devkitpro.org, and downloaded the examples. The tutorial had me navigate to one of the examples and type the make command. I get an error message "'make' is not recognized as an internal or external command"
I made a C++ makefile project with the command line of "make -r 2>&1 | sed -e 's/(.[a-zA-Z]+):([0-9]+):/1(2):/'" and tried to build with that and i get errors.
Opening the programmers notepad project file for hello_world and hitting ALT+1 to build yielded a file not found error.
Anyone tell me what I'm doing wrong?
[Subject changed by MOD]