GithubHelp home page GithubHelp logo

ps2dev / ps2toolchain-iop Goto Github PK

View Code? Open in Web Editor NEW
4.0 15.0 12.0 206 KB

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

License: MIT License

Dockerfile 4.75% Shell 95.25%

ps2toolchain-iop's Introduction

CI CI-Docker

ps2toolchain-iop

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

ATTENTION

If you're trying to install in your machine the WHOLE PS2 Development Environment, this is NOT the repo to use! Instead, you should use instead the ps2dev repo.

What these scripts do

These scripts download (with git clone) and install binutils 2.35.2 (iop), gcc 11.1.0 (iop).

Requirements

  1. Install gcc/clang, make, patch, git, texinfo, bison, flex, libgmp3, libmpfr, and libmpc if you don't have those packages.
  2. Ensure that you have enough permissions for managing PS2DEV location (which defaults to /usr/local/ps2dev). PS2DEV location MUST NOT have spaces or special characters in its path! For example, on Linux systems, you can set access for the current user by running commands:
export PS2DEV=/usr/local/ps2dev
sudo mkdir -p $PS2DEV
sudo chown -R $USER: $PS2DEV
  1. Add this to your login script (example: ~/.bash_profile)
export PS2DEV=/usr/local/ps2dev
export PS2SDK=$PS2DEV/ps2sdk
export PATH=$PATH:$PS2DEV/iop/bin
  1. Run toolchain.sh ./toolchain.sh

ps2toolchain-iop's People

Contributors

akuhak avatar fjtrujy avatar rickgaiser avatar uyjulian avatar ziemas avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.