Hi I downloaded the PS2 SDK here:
https://github.com/ps2dev/ps2sdk
How do I compile the PS2 SDK on windows xp ? & then how do I compile the samples ?
|
|
|
|
Would you like to get all the new info from
PSX-Scene in your email each day?
Want to learn more about the team keeping you up to date with the latest scene news?
Read about them now! Check out our Developer bios, too! | ||
|
|
Hi I downloaded the PS2 SDK here:
https://github.com/ps2dev/ps2sdk
How do I compile the PS2 SDK on windows xp ? & then how do I compile the samples ?
Last edited by Jenifer; 03-16-2011 at 10:57 PM.
Well, with these questions...
You're not going to do anything of both. :-/
Don't get me wrong, I don't want to sound rude, but you must have ATLEAST some basic programing-skills, to got that all worked out...
If you really want to try it, look at lukasz.dk; ps2dev.org and the tutorials in the OPL-Subforums, how to set up a PS2SDK.
Check this out: MinGW Tutorial « Lukasz.dk
That was one of the first articles that I had came across in 2009 when I had first started programming the PS2.

I tried this in Cygwin, It just wont work !!! it sayswtf ?$Set PS2DEV before continuing
#!/bin/bash
# toolchain-sudo.sh by Dan Peori (danpeori@oopo.net)
## Enter the ps2toolchain directory.
cd "`dirname $0`" || { echo "ERROR: Could not enter the ps2toolchain directory."; exit 1; }
## Set up the environment.
export PS2DEV=export PATH=$PATH:$PS2DEV/bin~/ps2dev/
export PATH=$PATH:$PS2DEV/ee/bin
export PATH=$PATH:$PS2DEV/iop/bin
export PATH=$PATH:$PS2DEV/dvp/bin
export PS2SDK=$PS2DEV/ps2sdk
export PATH=$PATH:$PS2SDK/bin
## Run the toolchain script.
./toolchain.sh $@ || { echo "ERROR: Could not run the toolchain script."; exit 1; }

| « Previous Thread | Next Thread » |