NOOB NEEDS HELP
NOOB NEEDS HELP
Hello im looking for an easy tutorial on how to program the PSP. i had a look at www.psp-programming.com's tutorials but where no help because cygwin wont work on my computer, so i downloaded the windows version and had a look at the documentation and it did my head in. I would appreciate any help.
-
- Posts: 203
- Joined: Sat Jul 05, 2008 8:03 am
Look at this http://zx81.zx81.free.fr/serendipity_fr ... -guid.html zx81 provided a virtual box disk (a linux distribution + gcc toolchain + sdk for psp) that can run out of the box on you windoze machine (beurk i don't like this virus 32)
right way to begin:
1) learn c/c++ if you don't know them (this could take a looooong time); start from something easy as Visual c++ express (free, easy to setup, full of examples on the net)
2) install latest heimdall's win32 pspsdk on your win32 machine (use search for "heimdall win32 pspsdk")
3) compile EACH sample and try to modify details
4) learn about PSP architecture (i'm going to publish a pretty little doc on this)
1) learn c/c++ if you don't know them (this could take a looooong time); start from something easy as Visual c++ express (free, easy to setup, full of examples on the net)
2) install latest heimdall's win32 pspsdk on your win32 machine (use search for "heimdall win32 pspsdk")
3) compile EACH sample and try to modify details
4) learn about PSP architecture (i'm going to publish a pretty little doc on this)
-
- Posts: 23
- Joined: Sun Feb 17, 2008 12:32 am
If you have Visual Studio 2008 Express Edition, you could always try that and use this for installing the toolchain.