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 !!!
psptoolchain script error
-
- Posts: 2
- Joined: Sun Jun 26, 2005 2:53 pm
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...
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...