| View previous topic :: View next topic |
| Author |
Message |
Grapes17
Joined: 14 Jul 2005 Posts: 2
|
Posted: Thu Jul 14, 2005 5:21 pm Post subject: psp-gcc: Command Not Found |
|
|
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. |
|
| Back to top |
|
 |
inomine
Joined: 05 May 2005 Posts: 53
|
Posted: Thu Jul 14, 2005 6:30 pm Post subject: |
|
|
| Code: | 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.) |
Read the above carefully. |
|
| Back to top |
|
 |
ooPo Site Admin
Joined: 17 Jan 2004 Posts: 2032 Location: Canada
|
|
| Back to top |
|
 |
Grapes17
Joined: 14 Jul 2005 Posts: 2
|
Posted: Fri Jul 15, 2005 3:54 am Post subject: |
|
|
| Thanks a lot for your quick responces. I believe this will help. |
|
| Back to top |
|
 |
|