uyjulian
Developer
https://github.com/ps2dev/ps2toolchain#requirementsDo someone know how do I compile PS2SDK? I'm just trying to compile Snes9x to PS2, but I'm completely newbie on this scene. I tried with ps2toolchain script, but I'm not sure if I did it "the right way", because I'm getting the following error: ee-g++ not found (not exactly with these words, because I'm not on front of my computer right now, but with the same meaning).
I intend to upgrade an old source that I've found on github:
https://github.com/jhonathanc/snes9x
2. Add this to your login script (example: ~/.bash_profile)
Code:export PS2DEV=/usr/local/ps2dev export PS2SDK=$PS2DEV/ps2sdk export PATH=$PATH:$PS2DEV/bin:$PS2DEV/ee/bin:$PS2DEV/iop/bin:$PS2DEV/dvp/bin:$PS2SDK/bin