NOOB QUESTION ! || I have the elf file, now what do i do.

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

Moderators: cheriff, TyRaNiD

Post Reply
Skye
Posts: 19
Joined: Tue May 17, 2005 1:41 am

NOOB QUESTION ! || I have the elf file, now what do i do.

Post by Skye »

I compiled the usb/storage program. And it outputted a .elf file.

Now im not sure what im supposed to with this, although I have heard of them before.

Do I need another program to pack it into a EBOOT now?


BTW
$PSPSDK/samples/sdktest

That file does not exist in the new version of the psptoolchain correct?
sandberg
Posts: 90
Joined: Wed Oct 05, 2005 1:25 am
Location: Denmark

Post by sandberg »

There is a target for the makefile named kxploit, which does the job for you.

Code: Select all

make kxploit
This creates the two directories which you need to copy to the psp/game directory on your memorystick.
Br, Sandberg
Skye
Posts: 19
Joined: Tue May 17, 2005 1:41 am

Post by Skye »

Thank you!!
So simple >< I knew it was gonna be something like that.
Post Reply