Skip to content
A script to automatically build an open-source toolchain for PSP homebrew development.
Branch: gcc-4.5.2
Clone or download
Pull request Compare This branch is 2 commits ahead, 176 commits behind pspdev:master.
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
depends
patches
scripts
readme-ubuntu.txt
readme.txt
toolchain-sudo.sh
toolchain.sh

readme.txt

 
 ====================
  What does this do?
 ====================

  This program will automatically build and install a compiler and other
  tools used in the creation of homebrew software for the Sony Playstation
  Portable handheld videogame system.

 ==================
  How do I use it?
 ==================

 1) Set up your environment by installing the following software:

  autoconf, automake, bison, flex, gcc, libusb-dev, make, ncurses,
  patch, readline, subversion, texinfo, wget

 2) Add the following to your login script:

  export PSPDEV=/usr/local/pspdev
  export PATH=$PATH:$PSPDEV/bin

 3) Run the toolchain script:

  ./toolchain.sh

 ==========================
  Where do I go from here?
 ==========================

  Visit the following sites to learn more:

   http://www.ps2dev.org
   http://forums.ps2dev.org
You can’t perform that action at this time.