Hello,
I know make kxploit makes and builds the v1.5 EBOOT.PBPs.
But I was wondering if there is a similar command that automatically builds the v1.0 EBOOT.PBP?
Regards,
Michael
make kxploit
Re: make kxploit
It is the default target, so just a "make" should create it, but you can use "make EBOOT.PBP", too.
make kxploit is now superseded...
Perhaps it is time to move psp-install into pspsdk, fix up some bugs and replace the kxploit target with a (short lived) suggestion... something like:
Perhaps it is time to move psp-install into pspsdk, fix up some bugs and replace the kxploit target with a (short lived) suggestion... something like:
Code: Select all
kxploit:
@echo make kxploit is now superseded.
@echo
@echo Please add the following target to your Makefile.
@echo
@echo install:
@echo " " psp-install "$$""(TARGET).elf" \
--eboot-title="$$""(PSP_EBOOT_TITLE)"
@echo
@echo And then define PSP_MOUNTDIR and PSP_REVISION as required, eg:
@echo
@echo make PSP_MOUNTDIR=/mnt/psp PSP_REVISION=1.5 install
The main reason psp-install isn't in PSPSDK right now is that it doesn't provide a default EBOOT.PBP target. I (meaning a lot of folks plus I) don't usually need an auto-install, and auto-install makes no sense on Win32 systems. Keep the original EBOOT.PBP and kxploit targets and psp-install makes sense in PSPSDK after modifying it to work with those targets.