View Full Version : cygwin problem
cruisx
March 9th, 2008, 16:24
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
cruisx
March 9th, 2008, 18:11
can i just use a precompiled toolchain?
http://www.forums.evilmana.com/index.php?topic=830.0
or is that something different?
yaustar
March 9th, 2008, 21:26
The precompiled toolchain that you have linked is out dated. Googling "ERROR: set $PSPDEV before continuing" gave this as the first hit:
http://www.psp-programming.com/forums/index.php?topic=2825.msg23625
http://www.psp-programming.com/forums/index.php?topic=2390.msg21726
R-M-I
March 24th, 2008, 19:24
you need to set the PATHS before trying to execute the toolchain.sh ... to do this simply write the commands below in CYGWIN.
export PSPDEV=/usr/local/pspdev
export PATH=$PATH:$PSPDEV/bin
Powered by vBulletin® Version 4.2.3 Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.