psp-gcc: Command Not Found

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
Grapes17
Posts: 2
Joined: Thu Jul 14, 2005 5:14 pm

psp-gcc: Command Not Found

Post by Grapes17 »

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.
inomine
Posts: 53
Joined: Thu May 05, 2005 7:26 pm

Post by inomine »

Code: Select all

export PSPDEV="/usr/local/pspdev"
export PSPSDK="$PSPDEV/pspsdk"
export CVSROOT=":pserver:[email protected]:/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.
ooPo
Site Admin
Posts: 2023
Joined: Sat Jan 17, 2004 9:56 am
Location: Canada
Contact:

Post by ooPo »

Please use these instructions instead:

http://wiki.pspdev.org/psp:programming_faq
Grapes17
Posts: 2
Joined: Thu Jul 14, 2005 5:14 pm

Post by Grapes17 »

Thanks a lot for your quick responces. I believe this will help.
Post Reply