Would anyone know how to set up the psp toolchain? Or where to get it, really. Cause its usual site is down. Even the svn repository is down. Anyone?
http://pastelinux.wordpress.com/2010/10/23/installing-psp-sdk-on-linux/ it down from time to time, you just have to wait it out.
Mirror of the PS2DEV SVN: http://psp.jim.sh/svn/ in psp/trunk/psp/psptoolchain is the toolchain installscripts. Checkout them, edit the scripts in /psptoolchain/scripts to point to the mirror instead of ps2dev.org and runn the ./toolchain-sudo.sh script.
I suggest following a tutorial such as this one: http://lukasz.dk/playstation-2-programming/cygwin-tutorial/
Personally I just let it install all of "dev" and all of "libs" packages. Sure, produces a bit of unneeded overhead, but it's les clicking and work. Also, if you install the recent (1.7?) version of cygwin the toolchain will error out right at the beginning with some ncurses not found errors. Easy fix: Copy the content (something around ~10 files) from /usr/include/ncurse to /usr/include and it'll work again
Exactly which scripts am I editing? And more specifically on the mirror. "http://psp.jim.sh/svn/psp/trunk/".?