Building compiler

Discuss the development of software, tools, libraries and anything else that helps make ps2dev happen.

Moderators: cheriff, Herben

Post Reply
XAN
Posts: 17
Joined: Thu Jul 15, 2004 7:08 am

Building compiler

Post 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?
User avatar
Drakonite
Site Admin
Posts: 990
Joined: Sat Jan 17, 2004 1:30 am
Contact:

Post 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.
Shoot Pixels Not People!
Makeshift Development
blackdroid
Posts: 564
Joined: Sat Jan 17, 2004 10:22 am
Location: Sweden
Contact:

Post 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 )
Kung VU
XAN
Posts: 17
Joined: Thu Jul 15, 2004 7:08 am

Post by XAN »

I got the link off OoPo's site.
ooPo
Site Admin
Posts: 2023
Joined: Sat Jan 17, 2004 9:56 am
Location: Canada
Contact:

Post 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!
blackdroid
Posts: 564
Joined: Sat Jan 17, 2004 10:22 am
Location: Sweden
Contact:

Post by blackdroid »

ah ok, then I dont have to worry :)
Kung VU
Post Reply