2021-04-28 23:03:54 +02:00
|
|
|
# Playstation build toolchain
|
|
|
|
|
|
|
|
In order to start building a Playstation version of **REDRIVER2** you'll need to perform following steps:
|
|
|
|
|
|
|
|
- Put **mipsel-unknown-elf** toolchain to this folder (https://github.com/majenkotech/mipsel-unknown-elf/releases)
|
2021-05-24 11:46:04 +02:00
|
|
|
- Install **make**
|
|
|
|
- Obtain **Psy-Q SDK** converted for *latest GCC*
|
2021-11-29 17:09:10 +01:00
|
|
|
- Copy (https://github.com/pcsx-redux/nugget/tree/main/common) to `/PSXToolchain/PsyQ/common`
|
2021-05-24 11:46:04 +02:00
|
|
|
- Execute **psx_build.bat**
|
2021-11-29 17:09:10 +01:00
|
|
|
- Install [mkpsxiso](https://github.com/Lameguy64/mkpsxiso/releases)
|
2021-05-24 11:46:04 +02:00
|
|
|
- Execute **psx_makecd.bat**
|
|
|
|
- Locate and use **CDSrc/REDRIVER2.bin** and **cue** files
|