We are currently targeting the Preview Version's main ELF (SCPS_150.97, sha1: c4d5576d1cae3721c411a746c7845f5c6f026dbb).
Disclaimer: Linux or WSL2 required
sudo apt install gcc-mipsel-linux-gnu binutils-mips-linux-gnu ninja-buildsudo apt install python3-pip python3-venvpython3 -m venv ./.python3source .python3/bin/activatepython3 -m pip install -U -r requirements.txtscripts/setup_compiler.sh
(NOTE: If you have problems when compiling try installing gcc-multilib)
- Create an
isodirectory in the root directory - From a Shadow of the Colossus Preview Version ISO, extract
SCPS_150.97andKERNEL.XFFinto theisodirectory - Just run
maketo build all modules (make loaderormake kernelto build just one module.make cleanalso works)
Use our contribution guide.