Page 1 of 1

Error : Command not found

Posted: Mon Sep 08, 2008 3:09 pm
by Tobi1
I use Programmer's Notepad and everytime i try to execute the make I get Command not found - errors.

for example:
make

Code: Select all

> "C:\devkitPro\msys\bin\make.exe" 
make.exe": make: Command not found
make.exe": *** [build] Error 127

> Process Exit Code: 2
> Time Taken: 00:00
clean

Code: Select all

> "C:\devkitPro\msys\bin\make.exe"  clean
make.exe": echo: Command not found
make.exe": *** [clean] Error 127

> Process Exit Code: 2
> Time Taken: 00:00
run

Code: Select all

> "C:\devkitPro\msys\bin\make.exe" run
wiiload template.dol
make.exe": wiiload: Command not found
make.exe": *** [run] Error 127

> Process Exit Code: 2
> Time Taken: 00:00
What could be the problem???

Re: Error : Command not found

Posted: Mon Sep 08, 2008 4:04 pm
by arronhuk
It would appear that your msys isn't setup correctly and you don't have the tools in your path. I believe that wiiload is a seperate download and also requires you to setup an environment variable WIILOAD to be set to point to your wii so WIILOAD=tcp:192.168.1.101 would expect your wii to be on the ip address 192.168.1.101 (this is visiable in your homebrew cannel).

It could be that some else here has seen this before so able to help. Have you moved the devkitpro directory? I don't have access to it at work but you could do with supplying the results of running 'echo $PATH' (without quotes) in your msys shell but not sure about how you get to the shell without the install in front of me.

Re: Error : Command not found

Posted: Tue Sep 09, 2008 4:28 pm
by Tobi1
Problem solved by reinstalling everything