| View previous topic :: View next topic |
| Author |
Message |
Zettablade
Joined: 05 May 2006 Posts: 71
|
Posted: Sun Jul 09, 2006 1:02 pm Post subject: psp-packer in a makefile? |
|
|
| How do I include psp-packer inside my makefile so it packs the .elf file then makes the eboot? |
|
| Back to top |
|
 |
Drakonite Site Admin

Joined: 17 Jan 2004 Posts: 989
|
Posted: Sun Jul 09, 2006 3:05 pm Post subject: |
|
|
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 |
|
| Back to top |
|
 |
Zettablade
Joined: 05 May 2006 Posts: 71
|
Posted: Sun Jul 09, 2006 3:46 pm Post subject: |
|
|
| oh, I didn't know it wasn't 1.00 compatible. It sounds good, but I use 1.00 to test on. >.< |
|
| Back to top |
|
 |
Drakonite Site Admin

Joined: 17 Jan 2004 Posts: 989
|
Posted: Sun Jul 09, 2006 4:04 pm Post subject: |
|
|
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 |
|
| Back to top |
|
 |
Zettablade
Joined: 05 May 2006 Posts: 71
|
Posted: Mon Jul 10, 2006 7:45 am Post subject: |
|
|
| sounds like a plan! but wait, were is he? |
|
| Back to top |
|
 |
|