| View previous topic :: View next topic |
| Author |
Message |
olivyeahhh
Joined: 26 Jun 2005 Posts: 2
|
Posted: Sun Jun 26, 2005 3:10 pm Post subject: psptoolchain script error |
|
|
I spent my day on this... I need help !
I installed cygwin completely and done what's explained on this link
http://staff.philau.edu/barberej/psp_dev_guide.htm
then, I run ./toolchain.sh and after about 1 hour of scrolling text, I get this :
make[1]: Leaving directory `/tmp/pspdev/gcc-4.0.0/build-psp-c++/libcpp'
make[1]: Entering directory `/tmp/pspdev/gcc-4.0.0/build-psp-c++/gcc'
make[1]: *** No rule to make target `po/be.gmo', needed by `build-po'. Stop.
make[1]: Leaving directory `/tmp/pspdev/gcc-4.0.0/build-psp-c++/gcc'
make: *** [all-gcc] Error 2
and it return to the prompt :-(
I don't know what to do know except sleeping and forgetting psp dev...
HELP !!! |
|
| Back to top |
|
 |
olivyeahhh
Joined: 26 Jun 2005 Posts: 2
|
Posted: Mon Jun 27, 2005 9:53 am Post subject: got it ! |
|
|
oyeahhh ! I fixed the problem !
the message appeared because there wasn't the folder named 'po' in '/tmp/pspdev/gcc-4.0.0/build-psp-c++/gcc'
so during the execution of the toolchain.sh script, when it created the folder '/tmp/pspdev/gcc-4.0.0/build-psp-c++/gcc' I copied a 'po' folder I found in 'gcc-4.0.0\gcc'
so the toolchain.sh script ended
I don't know why I had this error, and why no one had this problem too... |
|
| Back to top |
|
 |
|