A script to automatically build an open-source toolchain for PSP homebrew development.
Shell
405
244 commits
updated Jun 7, 2026
This program will automatically build and install the whole compiler and other tools used in the creation of homebrew software for the Sony PlayStation Portable® videogame system.
If you're trying to install in your machine the WHOLE PSP Development Environment this is NOT the repo to use, you should use instead the pspdev repo.
These scripts download (git clone) and install:
sudo ./prepare.sh
/usr/local/pspdev, but you can use a different path). PSPDEV location MUST NOT have spaces or special characters in its path! PSPDEV should be an absolute path. On Unix systems, if the command mkdir -p $PSPDEV fails for you, you can set access for the current user by running commands:export PSPDEV=/usr/local/pspdev
sudo mkdir -p $PSPDEV
sudo chown -R $USER: $PSPDEV
~/.bash_profile)
Note: Ensure that you have full access to the PSPDEV path. You can change the PSPDEV path with the following requirements: only use absolute paths, don't use spaces, only use Latin characters.export PSPDEV=/usr/local/pspdev
export PATH=$PATH:$PSPDEV/bin
./toolchain.sh
Visit the following sites to learn more:
(top 30 of 36)
Shell
87.3%
Dockerfile
12.7%
A script to automatically build an open-source toolchain for PSP homebrew development.
Shell
405
244 commits
updated Jun 7, 2026
This program will automatically build and install the whole compiler and other tools used in the creation of homebrew software for the Sony PlayStation Portable® videogame system.
If you're trying to install in your machine the WHOLE PSP Development Environment this is NOT the repo to use, you should use instead the pspdev repo.
These scripts download (git clone) and install:
sudo ./prepare.sh
/usr/local/pspdev, but you can use a different path). PSPDEV location MUST NOT have spaces or special characters in its path! PSPDEV should be an absolute path. On Unix systems, if the command mkdir -p $PSPDEV fails for you, you can set access for the current user by running commands:export PSPDEV=/usr/local/pspdev
sudo mkdir -p $PSPDEV
sudo chown -R $USER: $PSPDEV
~/.bash_profile)
Note: Ensure that you have full access to the PSPDEV path. You can change the PSPDEV path with the following requirements: only use absolute paths, don't use spaces, only use Latin characters.export PSPDEV=/usr/local/pspdev
export PATH=$PATH:$PSPDEV/bin
./toolchain.sh
Visit the following sites to learn more:
(top 30 of 36)
Shell
87.3%
Dockerfile
12.7%