#174733 - cyberant - Sun Jul 11, 2010 3:44 pm
I'm trying to install PAlib following stage 2 in the tutorial: http://www.palib-dev.com/wiki/doku.php?id=installation
When I try to run either clean.bat or build.bat it gives me the following error:
When I checked other makefiles (in devkitpro's examples) I noticed that "direct" makefiles for one source folders work fine - but makefiles used for a group gives the same error.
I have Devkitpro 1.5.0 and PAlib 0912XX_beta. My OS is windows XP.
Relevant enviroment variables*:
DEVKITARM | d:\devkitPro\devkitARM
DEVKITPPC | d:\devkitPro\devkitPPC
DEVKITPRO | d:\devkitPro
DEVKITPSP | d:\devkitPro\devkitPSP
Path | d:\devkitPro\msys\bin; ... etc
What's going on here?
*(Originaly, all the Devkitpro variables were in the form "\d\devkitpro\..." but I changed them hoping it would make it work. the makefiles that give me errors, don't work either way - but should I change it back to "\d\devkitpro\..." anyway?)
Edit: I tried checking variables using the set command - devkitpro variables are shown in "\d\devkitpro\..." format. even though they appear in the "Enviroment Variables" window in "d:\devkitpro\..." format . What?!
Quote: |
As of devkitARM R28, you will need to rebuild palib to compile without vrambank errors. To do so, go to /devkitPro/PAlib/source/ directory and run the clean.bat file, then the build.bat file. |
When I try to run either clean.bat or build.bat it gives me the following error:
Quote: |
/bin/sh: d/devkitPro/msys/bin/make.exe: No such file or directory
make: *** [all] Error 1 |
When I checked other makefiles (in devkitpro's examples) I noticed that "direct" makefiles for one source folders work fine - but makefiles used for a group gives the same error.
I have Devkitpro 1.5.0 and PAlib 0912XX_beta. My OS is windows XP.
Relevant enviroment variables*:
DEVKITARM | d:\devkitPro\devkitARM
DEVKITPPC | d:\devkitPro\devkitPPC
DEVKITPRO | d:\devkitPro
DEVKITPSP | d:\devkitPro\devkitPSP
Path | d:\devkitPro\msys\bin; ... etc
What's going on here?
*(Originaly, all the Devkitpro variables were in the form "\d\devkitpro\..." but I changed them hoping it would make it work. the makefiles that give me errors, don't work either way - but should I change it back to "\d\devkitpro\..." anyway?)
Edit: I tried checking variables using the set command - devkitpro variables are shown in "\d\devkitpro\..." format. even though they appear in the "Enviroment Variables" window in "d:\devkitpro\..." format . What?!