Page 1 of 1

make: *** [build] Error 127 [solved]

Posted: Mon Apr 21, 2008 5:47 pm
by Kiwi
Hello,

I want make tools/games for the nds. I installed DevKitPro (devkitProUpdater-1.4.6) and PAlib (PAlib070717.exe).
But it don't works..
If I compile "HelloWorld", I get this Error:

-------------------
C:\devkitPro\PAlibExamples\Text\Normal\HelloWorld>make clean
make: echo: Command not found
make: *** [clean] Error 127

C:\devkitPro\PAlibExamples\Text\Normal\HelloWorld>make
make: make: Command not found
make: *** [build] Error 127

C:\devkitPro\PAlibExamples\Text\Normal\HelloWorld>pause

-------------------

I have Windows XP (SP2)
DevKitPro Folder: C:\devkitpro
Path: Image



What I do wrong?
(sorry for my english!)

----------
EDIT:
I think it works now. I reinstall all files and restart my pc.

Re: make: *** [build] Error 127 [solved]

Posted: Mon Apr 21, 2008 9:09 pm
by WinterMute
PAlib is not supported here, sorry. This library is not supplied by the devkitPro maintainers and is strongly not recommended.

Re: make: *** [build] Error 127 [solved]

Posted: Mon Feb 22, 2010 1:16 am
by laynor
I have the same problem compiling the hello_world example bundled with devkitPro.
@WinterMute: this problem is not solved, and is independent from palib. it depends on environment variables, path and such things.

Re: make: *** [build] Error 127 [solved]

Posted: Mon Feb 22, 2010 9:18 am
by WinterMute
If you couldn't build the hello world example after installing PALib then it's generally a direct result of installing PALib. PALib is not supported here.

http://wiki.devkitpro.org/index.php/PAlib

Re: make: *** [build] Error 127 [solved]

Posted: Mon Feb 22, 2010 11:52 am
by vuurrobin
laynor wrote:...this problem is not solved...
the OP stated that it worked after restarting his computer, so its solved for him.

that said, the problem probably lies with msys or the path variable not being set up correctly. (re)installing the latest version of the toolchain will probably fix it. and only use the latest, officiel version, not some outdated version you downloaded somewhere.