Makefile can't find ds_rules any more
Posted: Tue Mar 01, 2011 7:09 pm
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:
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?
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.
Any ideas why this would suddenly change?