Difficulties running PSP Toolchain script

Hacking the PSP Book Addendums

Difficulties running PSP Toolchain script


Auri 06-02-2006, 12:37 PM
Here are a few pointers for running the PSP toolchain script:

1) If your Windows username has a space in it, such as "Joe Smith", change it so it does not have a space, such as "JoeSmith" and then try installing again. The space causes problems with the script.

2) If you try to run the "new" toolchain that's available online at ps2dev.org, make sure you do the following (I have attached the new toolchain to this message if you want to use it):

- Open Cygwin and type "nano .bashrc" (without the quotes)
- Add the following text to the end of the file:

## PSPDEV SETTINGS
export PSPDEV="/usr/local/pspdev"
export PATH="$PATH:$PSPDEV/bin"

- Then type Control-O to save the file, and press enter to save it as ".bashrc" (without the quotes).
- Type Control-X to quit the file editor.
- Type Control-D to logout of Cygwin.
- Launch Cygwin again.
- Open the psptoolchain folder by typing "cd psptoolchain/" (without the quotes)
- Type "./toolchain .pl PSP" (without the quotes)
- The script should now run. It will take a number of hours, most likely four or more, to complete on a broadband connection.

Please email me at hackingpsp@gmail.com if you have any other questions!

Thanks again!

Best,

-Auri



---
Author, Hacking the PSP
www.hackingpsp.com
Copyright (c) 2005-2008 Auri Rahimzadeh

Powered by Community Server, by Telligent Systems