Skip to content

mlafeldt/cmake-ps2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

First, copy cmake/EE.cmake and cmake/IOP.cmake to
/usr/share/cmake-<VERSION>/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.

About

Bringing the powerful CMake build system to the PS2 console

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages