Hi folks.
I'm newbie in c dev for PSP. I'd like to know where can I find documentation about all parameters / commands / variables / other important (and less important) declarations I can write inside Makefile...
(For example documentation about PSP_EBOOT_SFO, VS_PATH, PSP_MOUNT).
Thank you in advance.
Ivan
[email protected]
Makefile for PSP.
I'm playing with psp slim with 3.90 m33 firmware.
I have installed the toolchain and sdk.
I have complied some samples in the sdk/samples folder.
Some runs correctly. But some returns error code.
In samples/debug/kprintf
calling pspDebugInstallKprintfHandler(NULL); returns 8002013C
I search it in the forums, It means library not found, is it?
I don't know which library the function needs and where to put it so that the library can be found.
I have installed the toolchain and sdk.
I have complied some samples in the sdk/samples folder.
Some runs correctly. But some returns error code.
In samples/debug/kprintf
calling pspDebugInstallKprintfHandler(NULL); returns 8002013C
I search it in the forums, It means library not found, is it?
I don't know which library the function needs and where to put it so that the library can be found.
Much of the examples are 1.50 based. That won't work on 3.90 M33 without the 1.50 addon (which only works on the phat psp). If you have a slim, the code has to be rewritten in 3.xx style. There are threads on that, so don't bother asking - use search and read the threads. One of my posts in particular gave a tutorial on how 3.xx homebrew that used kernel mode prx libraries works.