Skip to content

A script to autobuild an open source toolchain for the PS3.

Notifications You must be signed in to change notification settings

hi3/ps3toolchain

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

 ====================
  What does this do?
 ====================

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

 ==================
  How do I use it?
 ==================

 1) Set up your environment by installing the following software:

  autoconf, automake, bison, flex, gcc, make, makeinfo/texinfo, ncurses (devel),
  patch, subversion, and wget

 2) Create a location for the toolchain, make sure you have write access to
    wherever you chose.

  mkdir /usr/local/ps3dev
  or
  mkdir /opt/ps3dev
  or
  mkdir ~/ps3dev

 3) Add the following to your login script:

  export PS3DEV=/location/above/ps3dev
  export PATH=$PATH:$PS3DEV/bin
  export PATH=$PATH:$PS3DEV/ppu/bin
  export PATH=$PATH:$PS3DEV/spu/bin

 4) Run the buildit.sh script:

  ./buildit.sh all

 ==========================
  Where do I go from here?
 ==========================

  Visit the following sites to learn more:

   http://www.ps2dev.org
   http://forums.ps2dev.org

Credits:
==================
trap15              -- buildit.sh
Aaron               -- crt, buildit.sh improvements
ooPo                -- Writing the original toolchain
segher              -- Writing the buildit.sh that this is derived from
Galaxy|             -- 980x power!
marcan              -- pwn3d GameOS
#HACKERCHANNEL      -- The cool place.
#ps3lv2             -- Hacking the PS3, one level at a time
#ps3dev             -- Fucking OT

About

A script to autobuild an open source toolchain for the PS3.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 86.6%
  • C 13.4%