psptoolchain script error

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
olivyeahhh
Posts: 2
Joined: Sun Jun 26, 2005 2:53 pm

psptoolchain script error

Post by olivyeahhh »

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

got it !

Post by olivyeahhh »

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...
Post Reply