The easiest way to get gcc up and running as a cross-compiler is to download pre-built tarballs.
pick a versionFirst you'll need to decide which version of gcc you want to set up.installingNow all you need to do is untar a couple files:
That should get gcc working, but now you'll need to copy whatever other libraries you need from the ps2 system as well. One possible place to put them would be /usr/local/ps2/mipsEEel-linux/lib, but I'll leave that up to you.. :)
|