Please help with strange devkitPro issue April 27, 2010 10:36PM | Registered: 15 years ago Posts: 5,075 |
C:\devkitPro\examples\nds\hello_world>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. C:\devkitPro\examples\nds\hello_world>
Re: Please help with strange devkitPro issue April 28, 2010 05:18AM | Registered: 14 years ago Posts: 121 |
Re: Please help with strange devkitPro issue April 28, 2010 06:59PM | Registered: 15 years ago Posts: 5,075 |
Re: Please help with strange devkitPro issue April 29, 2010 01:00AM | Registered: 15 years ago Posts: 384 |
include $(DEVKITARM)/ds_rulesis an include thingy, what happens if you just copy the conents of ds_rules and paste it in place of that line?
Re: Please help with strange devkitPro issue April 30, 2010 08:09PM | Registered: 15 years ago Posts: 5,075 |
Re: Please help with strange devkitPro issue April 30, 2010 09:42PM | Admin Registered: 16 years ago Posts: 5,132 |
Re: Please help with strange devkitPro issue April 30, 2010 09:54PM | Registered: 15 years ago Posts: 5,075 |
Re: Please help with strange devkitPro issue May 01, 2010 12:07AM | Registered: 15 years ago Posts: 444 |
Re: Please help with strange devkitPro issue May 01, 2010 12:20AM | Registered: 15 years ago Posts: 5,075 |
Re: Please help with strange devkitPro issue May 01, 2010 10:07PM | Registered: 15 years ago Posts: 5,075 |
C:\Homebrew\patchmii-core>make make: make: Command not found make: *** [build] Error 127
C:\Homebrew\patchmii-core>make clean make: echo: Command not found make: *** [clean] Error 127
Re: Please help with strange devkitPro issue May 03, 2010 04:30AM | Registered: 15 years ago Posts: 444 |
C:\Homebrew\patchmii-core>make clean make: echo: Command not found make: *** [clean] Error 127then try creating a sample makefile with just one echo command inside, hopefully this will work.
Re: Please help with strange devkitPro issue May 03, 2010 02:09PM | Registered: 15 years ago Posts: 5,075 |
Quote
g_man
Regular make still works right. Try reinstalling devkitpro one more time. After you delete it, delete any enviromental variables that currently point to any devkitpro files. Also delete the part of your path pointing to msys. Reinstall it again, and make sure to place it in the root of a partition like C: or D: (This isn't required, but it will get rid of the chance for a bad path). Now, go to the examples folder in devkitpro and run make on the hello world example from the command line(I guess this isn't neccesary to do it through the command line again, but it doesn't hurt. Also make sure that you open the command line AFTER devkitpro is completely installed).
If you get this error again:C:\Homebrew\patchmii-core>make clean make: echo: Command not found make: *** [clean] Error 127then try creating a sample makefile with just one echo command inside, hopefully this will work.
Re: Please help with strange devkitPro issue May 08, 2010 01:46AM | Registered: 15 years ago Posts: 444 |
Did it work?Quote
SifJarQuote
g_man
Regular make still works right. Try reinstalling devkitpro one more time. After you delete it, delete any enviromental variables that currently point to any devkitpro files. Also delete the part of your path pointing to msys. Reinstall it again, and make sure to place it in the root of a partition like C: or D: (This isn't required, but it will get rid of the chance for a bad path). Now, go to the examples folder in devkitpro and run make on the hello world example from the command line(I guess this isn't neccesary to do it through the command line again, but it doesn't hurt. Also make sure that you open the command line AFTER devkitpro is completely installed).
If you get this error again:C:\Homebrew\patchmii-core>make clean make: echo: Command not found make: *** [clean] Error 127then try creating a sample makefile with just one echo command inside, hopefully this will work.
I'll try this and report back, thanks for your continued help.
Re: Please help with strange devkitPro issue May 08, 2010 08:55AM | Registered: 15 years ago Posts: 5,075 |
Re: Please help with strange devkitPro issue May 08, 2010 08:05PM | Registered: 15 years ago Posts: 5,075 |
Re: Please help with strange devkitPro issue May 08, 2010 08:06PM | Registered: 15 years ago Posts: 444 |