Hi,
I am a noob at NDS development. I am trying to setup the development environment and running some sample code.
Here is the link that i followed:
http://www.devkitpro.org/setup.shtml
http://www.dev-scene.com/NDS/Tutorials_Day_1
Every time I type "make" in command line i get the following error
Makefile9: c:devkitPro\devkitARM\bin/ds_rules: No such file or directory make: *** No rule to make target 'c:devkitPro\devkitARM\ds/ds_rule'. Stop
Now i found the bunch of rule files under devkitARM directory but not in the bin. How should i fix it? change the directory where the rule is in the makefile?
If so can someone one explain to me how, I am not good with shell script.
Thanks
Compiling NDS sample code
Re: Compiling NDS sample code
did you manually installed it or used the windows installer?
the rule files should be at $(DEVKITARM)/ds_rules, so you may want to check your DEVKITARM enviroment variable. it should point to something like /C/programs/devkitPro/devkitARM (thats where its pointing to with me using the windows installer)
the rule files should be at $(DEVKITARM)/ds_rules, so you may want to check your DEVKITARM enviroment variable. it should point to something like /C/programs/devkitPro/devkitARM (thats where its pointing to with me using the windows installer)
Re: Compiling NDS sample code
Thx! I got it solved
Who is online
Users browsing this forum: No registered users and 2 guests