Hi. Ive had prior experience in VB and some basic C++. I just downloaded the PSPSDK and installed it and everything. I went to \psp\sdk\samples and found the .c file and started poking around and changing some basic stuff. Now i want to compile and im lost. I know i need to run it through elf2pbp later but i need help figuring out how to compile to an elf in the first place. Any help at all would be appreciated. I would prefer to use BATs, but if someone can even help me run the makefile that would be nice.
using cygwin, just type 'make kxploit', it will give you 2 directories, one with a % and one w/o a %, then just copy those to your psp/game/ directory and you're good to go!
Ok, im REALLY sorry for this next comment because my n00b meter blew up...i thought cygwin was a set of DLLs??? if not, how do i access cygwin from a BAT?
well, you should see a cygwin icon on your desktop that will give you a command box. using this you can browse to your directory that you need, then just type 'make'.
Ok so ive actually got quite far with the sans-cygwin method but when i run make, it includes build.mak just fine but it says make: psp-gcc: Command not found. Ive got PSPSDK envirnonment variable set correctly an everything...
EDIT2: I FINALLY got it working! Turns out i had to put PSPSDK=$(shell psp-config --pspsdk-path) in my makefile after all.