Page 1 of 1

Need Help Getting Started

Posted: Tue Jun 21, 2011 2:17 am
by Anakclusmos
I just downloaded devkitPSP and am a little confused about getting started. There aren't any makefiles or examples like there were with devkitARM, so I don't even know how to compile anything for starters :?

Could anyone point me in the right direction? A "hello world" example would be great :)

Re: Need Help Getting Started

Posted: Tue Jun 21, 2011 3:41 pm
by WinterMute
Sorry, devkitPSP doesn't quite fit in with the rest of the toolchains since it's mainly just a build based on the ps2dev.org tools. There are samples found under devkitPSP/psp/sdk/samples which might be helpful - you'll need to add devkitPSP/bin to your path for those to compile but they all should work fine running make from the msys shell.

Sadly it seems that ps2dev.org is down so I can't really point you to anything useful atm. You may be better off looking for minPSP instead, I did intend to put together a build system similar to the other toolchains for devkitPSP but never found the time.