make kxploit

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
MadButch
Posts: 16
Joined: Sat Aug 20, 2005 7:11 pm

make kxploit

Post by MadButch »

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
Shine
Posts: 728
Joined: Fri Dec 03, 2004 12:10 pm
Location: Germany

Re: make kxploit

Post by Shine »

It is the default target, so just a "make" should create it, but you can use "make EBOOT.PBP", too.
MadButch
Posts: 16
Joined: Sat Aug 20, 2005 7:11 pm

Post by MadButch »

Ah thanks.. now I see it.
I was expecting it to pop up in a subdir, just like the kxploit ones do.

thanks.
rinco
Posts: 255
Joined: Fri Jan 21, 2005 2:12 pm
Location: Canberra, Australia

Post by rinco »

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: 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
mrbrown
Site Admin
Posts: 1537
Joined: Sat Jan 17, 2004 11:24 am

Post by mrbrown »

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.
Post Reply