• Steam recently changed the default privacy settings for all users. This may impact tracking. Ensure your profile has the correct settings by following the guide on our forums.

cygwin install problem..

cruisx

New Member
hi, i am trying to install cygwin but i have some problems. when i type in ./toolchain.sh

it gives this error
ERROR: set $PSPDEV before continuing
../depends/check-pspdev.sh: Failed

can someone help?

Also if i type in ./toolchain-sudo.sh

it says

cannot run the toolchain script or something like that
 
It seems you don't have the correct export settings. Try inserting:

export PSPDEV=/usr/local/pspdev
export PATH="/bin:/sbin:/usr/bin:/usr/sbin:/opt/local/bin:/opt/local/sbin/:/usr$

in your bash_profile
 
Back
Top