PDA

View Full Version : Just starting out



thefanaticgamer
November 12th, 2006, 04:23
Hey iv been getting lots of help off this forum so i thought id try again.... i am just getting started with this whole psp programming thing... i know c and i donwload devkitpro.... now i just need some help on how to use it to actually make the psp program and stuff if you could just get me a good tutorial site that would be great

yaustar
November 12th, 2006, 15:22
All DevkitPro is is a compiled toolchain and Msys (that is included) is a cutdown version of Cygwin. Therefore all the psp tutorials that are targeted for the Cygwin toolchain, will work with DevkitPro.

thefanaticgamer
November 12th, 2006, 18:00
the tutorials im using arent helping .... all i need to do is figure out how to acutally compile the program.... i know how to code but i just dont know how to compile with msys or whatever

yaustar
November 12th, 2006, 19:01
Go to the directory where the makefile is using msys. Type make.

thefanaticgamer
November 13th, 2006, 02:08
i get this error message... i think i have to install pspsdk but i have no idea how...

make: psp-config:command not found
MAkefile:16: /lib/build.mak: no such directory
Make ***no rule to make target

yaustar
November 13th, 2006, 11:59
I hazard a guess that you have installed DevkitPro but not DevkitPSP part of it. Not 100% sure without looking at your setup.