Page 1 of 1

Building compiler

Posted: Tue Jul 20, 2004 2:07 pm
by XAN
I am trying to build the EE compiler so I can start coding. I read the ps2dev tutorial on it and its way too confusing. Anyone know a more simple one?

Posted: Tue Jul 20, 2004 4:16 pm
by Drakonite
The tutorial is way outdated...

If you are using windows, I think there are prebuilt toolchains laying around somewhere, but if you are using cygwin or *nix (better solution) there is oopo's super wonderful buildscript, available at http://www.oopo.net/consoledev/
toolchain.sh The famous ps2dev toolchain autobuild script.
This script has kinda become the defacto-standard dev environment, and currently, reading through the script is the best tutorial on how to do it on your own, lol.

Posted: Tue Jul 20, 2004 6:37 pm
by blackdroid
wich ps2dev tutorial ? ( since I beleive/hope ive removed every instance of the old document and replaced it with a link to ooPo's script on ps2dev.org )

Posted: Wed Jul 21, 2004 10:35 am
by XAN
I got the link off OoPo's site.

Posted: Wed Jul 21, 2004 11:08 am
by ooPo
Probably in one of my old guides. Specifically the one I added a warning to the top of...
This guide is now obsolete and shouldn't be used. Instead, you should
grab the autobuild script from my site (http://www.oopo.net/consoledev)
and use that for your building needs. This guide remains as it explains
the process of building a cross-compiling toolchain and can thus be
interesting to the curious. That is all.
Enjoy!

Posted: Wed Jul 21, 2004 5:34 pm
by blackdroid
ah ok, then I dont have to worry :)