I'm from Spain and I have some troubles while installing the toolchain for PSP in my computer.
First of all, I read the "readme.txt" file and followed the steps.
Code: Select all
1) Set up your environment by installing the following software:
autoconf, automake, bison, flex, gcc, make, ncurses, patch, readline, subversion, texinfo, wget
Code: Select all
2) Add the following to your login script:
export PSPDEV=/usr/local/pspdev
export PATH=$PATH:$PSPDEV/bin
Code: Select all
3) Run the toolchain script:
./toolchain.sh
Code: Select all
fran@fran-desktop:~$ sudo ./psptoolchain/toolchain.sh
ERROR: Add /usr/local/pspdev/bin to your path before continuing.
../depends/check-pspdev.sh: 14: exit1: not found
../depends/check-pspdev.sh: Failed.
fran@fran-desktop:~$ echo $PATH
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/pspdev/bin
fran@fran-desktop:~$ echo $PSPDEV
/usr/local/pspdev
fran@fran-desktop:~$ cd $PSPDEV
fran@fran-desktop:/usr/local/pspdev$ cd bin
fran@fran-desktop:/usr/local/pspdev/bin$
This is in GNU/Linux Ubuntu Gutsy Gibbon 7.1 Desktop CD. If you need more information for helping me, ask me.
I beg your pardon for my poor english.
Thanks for your help.[/quote]