psp-packer in a makefile?

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

Moderators: cheriff, TyRaNiD

Post Reply
Zettablade
Posts: 71
Joined: Fri May 05, 2006 5:59 pm

psp-packer in a makefile?

Post by Zettablade »

How do I include psp-packer inside my makefile so it packs the .elf file then makes the eboot?
User avatar
Drakonite
Site Admin
Posts: 990
Joined: Sat Jan 17, 2004 1:30 am
Contact:

Post by Drakonite »

Unfortunatly you need to be a bit careful, as psp-packer uses kernel mode for the unpacker stub, as well as it seems to currently have an issue with 1.0, so it seems to only be working for 1.5... so blindly packing everything may not be a good idea sadly.

That being said... while it may not be the best thing to do, I've modified my local build.mak file to include psp-packer as part of the rule for kxploit.

A better solution would likely be adding a seperate psp-packer rule, and then it could be included in the EXTRA_TARGETS line in the makefile... I've been thinking about doing this myself and commit it, just haven't gotten around to it ;)
Shoot Pixels Not People!
Makeshift Development
Zettablade
Posts: 71
Joined: Fri May 05, 2006 5:59 pm

Post by Zettablade »

oh, I didn't know it wasn't 1.00 compatible. It sounds good, but I use 1.00 to test on. >.<
User avatar
Drakonite
Site Admin
Posts: 990
Joined: Sat Jan 17, 2004 1:30 am
Contact:

Post by Drakonite »

It's supposed to work on 1.0 (and apparently did at one point) however it doesn't seem to anymore... bug tyranid to fix it ;P
Shoot Pixels Not People!
Makeshift Development
Zettablade
Posts: 71
Joined: Fri May 05, 2006 5:59 pm

Post by Zettablade »

sounds like a plan! but wait, were is he?
Post Reply