Page 1 of 1

Makefile can't find ds_rules any more

Posted: Tue Mar 01, 2011 7:09 pm
by digithree
Hi, I've been tinkering away at a program I'm writing and I haven't done a build in over a week. I tried to build my project and for some reason I'm getting this error:

Code: Select all

> "make" 
Makefile:9: /c/devkitPro/devkitARM/ds_rules: No such file or directory
make: *** No rule to make target `/c/devkitPro/devkitARM/ds_rules'.  Stop.
I haven't modified the environment variables for devkitPro or my makefiles. The directory and files it's looking for do in fact exist. I also can't build any of my other projects that haven't changed, same error.

Any ideas why this would suddenly change?

Re: Makefile can't find ds_rules any more

Posted: Tue Mar 01, 2011 8:51 pm
by digithree
Ok, don't know what happened but I uninstalled devkit and reinstalled it, fixed it somehow.

Mysterious computer spirits....

Re: Makefile can't find ds_rules any more

Posted: Mon Apr 18, 2011 7:22 pm
by TinSil
I'm having the same exact problem, and uninstall/reinstall isn't working. Anyone else have more information?