Skip to content
misfire edited this page Sep 27, 2010 · 2 revisions

CMake for PS2

The purpose of this project is to bring the powerful CMake build system to the PS2 console.

CMake scripts are being developed for both PS2 processors - EE and IOP - getting the most out of the PS2 toolchain.

Getting started

After cloning the repository, you can build the samples this way:

First, copy cmake/EE.cmake and cmake/IOP.cmake to /usr/share/cmake-/Modules/Platform/.

Now you can build the samples:

$ cd cmake-ps2
$ ./build.sh test/ee/      # build all ee samples
$ ./build.sh test/iop/     # build all iop samples
$ ./build.sh test/hello/   # build specific sample

Status

There are already more or less working CMake scripts for EE and IOP including toolchain and a platform system files.

Clone this wiki locally