Page 1 of 1

Compiling NDS sample code

Posted: Fri Feb 20, 2009 9:56 am
by intel3
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

Re: Compiling NDS sample code

Posted: Fri Feb 20, 2009 10:38 am
by vuurrobin
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)

Re: Compiling NDS sample code

Posted: Tue Feb 24, 2009 12:00 am
by intel3
Thx! I got it solved