zabbyh wrote:Hi All;
Anyone willing to share some information, on how to setup a working version of this toolchain on Windows Environment. The programs required and how to compile this demo.pkg etc..
Thanks.
1. Download Cygwin -
http://www.cygwin.com/setup.exe
2. Execute setup.exe
3. Click the Next Button
4. Select "Install from Internet" radio button and click Next
5. Browse for a "Root Directory" and then click Next
6. Browse for a "Local Package Directory" and click Next
7. Choose your Proxy settings, I use Direct Connection, and click Next
8. Choose a download site near to you and click Next
9. Click the "view" button till you get Full
10. Select the following Packages
Code: Select all
autoconf 2.1
automake 1.10
bison
flex
gcc
libgmp3
libmpfr-devel
libmpfr1
make
ncurses
patch
subversion
terminfo
wget
11. Click Next
12. Click Finish
13. Open a Cygwin Terminal
14. edit .bash_profile and add the following lines to the bottom.
Code: Select all
export PS3DEV=/usr/local/ps3dev
export PATH=$PATH:$PS3DEV/bin
export PATH=$PATH:$PS3DEV/ppu/bin
export PATH=$PATH:$PS3DEV/spu/bin
15. use svn to checkout the tool chains
Code: Select all
svn export svn://svn.ps2dev.org/ps3/trunk/ps3toolchain
16. run the toolchain script.
Thats pretty much it.