Error : Command not found

support for the powerpc toolchain
Post Reply
Tobi1
Posts: 2
Joined: Mon Sep 08, 2008 2:41 pm

Error : Command not found

Post by Tobi1 » Mon Sep 08, 2008 3:09 pm

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???

arronhuk
Posts: 3
Joined: Wed Sep 03, 2008 4:49 pm

Re: Error : Command not found

Post by arronhuk » Mon Sep 08, 2008 4:04 pm

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.

Tobi1
Posts: 2
Joined: Mon Sep 08, 2008 2:41 pm

Re: Error : Command not found

Post by Tobi1 » Tue Sep 09, 2008 4:28 pm

Problem solved by reinstalling everything

Post Reply

Who is online

Users browsing this forum: No registered users and 2 guests