See that ~? That means you are in your "home" directory, I think you need to be inside the psptoolchain directory. Type cd psptoolchain then try svn update again.
Hi I would like to know how to add the environmental variable to my path.
This is what i did:
charafe@charafe-laptop:~/code-dev/psptoolchain$ sudo ./toolchain.sh ERROR: Add /usr/local/pspdev//bin to your path before continuing.
../depends/check-pspdev.sh: Failed.
charafe@charafe-laptop:~/code-dev/psptoolchain$ export PATH=$PATH:$PSPDEV/bin charafe@charafe-laptop:~/code-dev/psptoolchain$ sudo ./toolchain.sh ERROR: Add /usr/local/pspdev//bin to your path before continuing.
../depends/check-pspdev.sh: Failed.
But still it is not working.
I tried to put export blablabla in my .bashrc file. But it didn t change anything. Do you have any idea?
I couldn't get ./toolchain.sh 8 or 9 to install properly. Just downloaded the whole "trunk" and get errors trying to set up zziplib as well. Of course using svn and such so everything I'm getting is the latest and greatest, right?