Hi, I am very new to codeing for the psp. I have been trying to get a working compiler set up, and it is been dificult for me. I have found this site to be pretty useful, but now I am stuck with getting an error message saying "psp-gcc: Command Not Found". I followed this guide for installing the psptoolchain. http://staff.philau.edu/barberej/psp_dev_guide.htm
I installed the psp toolchain inside of cygwin.
I have searched the forums a couple of times, and did not see anyone mention this problem.
If anyone could help me with this, I would highly appreciate it.
btw, as a side question, has anyone converted a yahtzee program to the psp? I was wanting to convert my program to the psp, but I would like to make sure that someone else hasn't beat me to it. Thanks.
psp-gcc: Command Not Found
Code: Select all
export PSPDEV="/usr/local/pspdev"
export PSPSDK="$PSPDEV/pspsdk"
export CVSROOT=":pserver:anonymous@cvs.ps2dev.org:/home/pspcvs"
export PATH="$PATH:$PSPDEV/bin:$PSPDEV/psp/bin:$PSPSDK/bin"
(You can also add the above four lines to your .bash_profile, to save you from typing it in each time you open a new console window.)