| View previous topic :: View next topic |
| Author |
Message |
kinsemc
Joined: 12 Aug 2005 Posts: 2
|
Posted: Fri Aug 12, 2005 7:57 am Post subject: ELF or PBP |
|
|
Hey I just got the pspsdk and toolchain working and I went to compile some samples as a test. While I was expecting to get a EBOOT.pbp I ended up with a .elf file. Is that what i should be getting or is there perhaps a problem converting the elf to an eboot
Thanks in advance |
|
| Back to top |
|
 |
Thanhda

Joined: 09 Apr 2005 Posts: 331 Location: Canada
|
Posted: Fri Aug 12, 2005 9:33 am Post subject: |
|
|
a pbp file is a form of compression. the elf is the executable file. its like in java. when you compile your code you usually get a bunch of class files and maybe some images, and it gets converted into a .jar file. so yes you want a elf file. but if you want to run it on your psp you will need to download the pbp packer. _________________ There are 10 types of people in the world: Those who understand binary, and those who don't... |
|
| Back to top |
|
 |
kinsemc
Joined: 12 Aug 2005 Posts: 2
|
Posted: Fri Aug 12, 2005 12:05 pm Post subject: |
|
|
| Thanks |
|
| Back to top |
|
 |
Thrett
Joined: 05 Aug 2005 Posts: 14
|
Posted: Sat Aug 13, 2005 6:28 am Post subject: |
|
|
You can also do a "make kxploit". You'll get both directories and the EBOOT.PBP files you need to drop into the GAME directory on your PSP (assuming you need them cause you're running 1.5 anyway, hehe).
^_^ v |
|
| Back to top |
|
 |
|