| View previous topic :: View next topic |
| Author |
Message |
XAN
Joined: 15 Jul 2004 Posts: 17
|
Posted: Tue Jul 20, 2004 2:07 pm Post subject: Building compiler |
|
|
| 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? |
|
| Back to top |
|
 |
Drakonite Site Admin

Joined: 17 Jan 2004 Posts: 989
|
Posted: Tue Jul 20, 2004 4:16 pm Post subject: |
|
|
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/
| Quote: | | 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 |
|
| Back to top |
|
 |
blackdroid
Joined: 17 Jan 2004 Posts: 564 Location: Sweden
|
Posted: Tue Jul 20, 2004 6:37 pm Post subject: |
|
|
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 |
|
| Back to top |
|
 |
XAN
Joined: 15 Jul 2004 Posts: 17
|
Posted: Wed Jul 21, 2004 10:35 am Post subject: |
|
|
| I got the link off OoPo's site. |
|
| Back to top |
|
 |
ooPo Site Admin
Joined: 17 Jan 2004 Posts: 2032 Location: Canada
|
Posted: Wed Jul 21, 2004 11:08 am Post subject: |
|
|
Probably in one of my old guides. Specifically the one I added a warning to the top of...
| Quote: | 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! |
|
| Back to top |
|
 |
blackdroid
Joined: 17 Jan 2004 Posts: 564 Location: Sweden
|
Posted: Wed Jul 21, 2004 5:34 pm Post subject: |
|
|
ah ok, then I dont have to worry :) _________________ Kung VU |
|
| Back to top |
|
 |
|