| View previous topic :: View next topic |
| Author |
Message |
MadButch
Joined: 20 Aug 2005 Posts: 16
|
Posted: Sun Sep 18, 2005 9:22 pm Post subject: make kxploit |
|
|
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 |
|
| Back to top |
|
 |
Shine
Joined: 03 Dec 2004 Posts: 728 Location: Germany
|
Posted: Sun Sep 18, 2005 9:37 pm Post subject: Re: make kxploit |
|
|
| It is the default target, so just a "make" should create it, but you can use "make EBOOT.PBP", too. |
|
| Back to top |
|
 |
MadButch
Joined: 20 Aug 2005 Posts: 16
|
Posted: Mon Sep 19, 2005 12:46 am Post subject: |
|
|
Ah thanks.. now I see it.
I was expecting it to pop up in a subdir, just like the kxploit ones do.
thanks. |
|
| Back to top |
|
 |
rinco
Joined: 21 Jan 2005 Posts: 255 Location: Canberra, Australia
|
Posted: Mon Sep 19, 2005 10:34 am Post subject: |
|
|
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:
| Code: | 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
|
|
|
| Back to top |
|
 |
mrbrown
Joined: 17 Jan 2004 Posts: 1536
|
Posted: Mon Sep 19, 2005 12:05 pm Post subject: |
|
|
| 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. |
|
| Back to top |
|
 |
|