ps2toolchain icon indicating copy to clipboard operation
ps2toolchain copied to clipboard

This program will automatically build and install a compiler and other tools used in the creation of homebrew software for the Sony PlayStation® 2 videogame system.

Results 7 ps2toolchain issues
Sort by recently updated
recently updated
newest added

`make[3]: *** [Makefile:1274: all-recursive] Error 1` `make[2]: *** [Makefile:816: all] Error 2` `make[1]: *** [Makefile:4940: all-gas] Error 2` `make: *** [Makefile:853: all] Error 2` `../scripts/001-binutils.sh: Failed.` `../scripts/002-iop.sh: Failed.` There's no...

it should have a line such as apt install gcc make patch git texinfo flex bison libgsl-dev libgmp-dev libmpfr-dev libmpc-dev gettext libnewlib-dev libipt-dev babeltrace and/or, alternatively apt install clang make...

Sometimes, GAS will produce incorrect instructions for %hi directives. I'm unsure of the exact cause, but it seems there have been numerous relocation bugs addressed in future releases of GCC...

Calling a VU0 microcode program from EE with something like `vcallms Vu0LineToTriangleCollision` will result in a R_MIPS15_S3 relocation for that word, which ld does not understand. (error: `internal error: unsupported...

When compiling assembly .s files which contain division instructions (div/divu), these instructions expand into multiple instructions which check if the divisor is 0, or (for div) if the divisor is...

I recently forked this project in order to provide builds for the toolchain. I added some more scripts to the *scripts* folder so I can have one single build with...