psp-packer in a makefile?
-
- Posts: 71
- Joined: Fri May 05, 2006 5:59 pm
psp-packer in a makefile?
How do I include psp-packer inside my makefile so it packs the .elf file then makes the eboot?
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 ;)
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
Makeshift Development
-
- Posts: 71
- Joined: Fri May 05, 2006 5:59 pm
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
Makeshift Development