| View previous topic :: View next topic |
| Author |
Message |
dev
Joined: 08 Nov 2008 Posts: 3
|
Posted: Sat Nov 08, 2008 9:31 am Post subject: Noob to psp development |
|
|
Hello (World) I have installed the toolchain with pspsdk and compiled the powersample in the samples directory. This may sound foolish to experienced psp developers here so I must apologise :) When the program compiled it gave a normal shared object and an elf file, what must be done to run this on a psp which has been modded with a pandora battery and magic memory stick? Does anyone have a Noob link?
Thanks |
|
| Back to top |
|
 |
J.F.
Joined: 22 Feb 2004 Posts: 2906
|
Posted: Sat Nov 08, 2008 10:01 am Post subject: |
|
|
I don't think you'll find any noob stuff here. :)
After compiling, there should be an EBOOT.PBP file. Copy that and any other needed data files to a folder in GAME or GAME3/4/5XX to run it. |
|
| Back to top |
|
 |
dev
Joined: 08 Nov 2008 Posts: 3
|
Posted: Sat Nov 08, 2008 10:11 am Post subject: |
|
|
| Thanks for the reply. The problem is that only a shared object and elf are produced there is no PBP file? |
|
| Back to top |
|
 |
dev
Joined: 08 Nov 2008 Posts: 3
|
Posted: Sat Nov 08, 2008 10:19 am Post subject: |
|
|
| Hmm maybe it is just a problem with that sample as I have just tried polyphonic and it produced PBP and SFO in addtion to the other files. |
|
| Back to top |
|
 |
angelo
Joined: 29 Aug 2007 Posts: 168
|
Posted: Sat Nov 08, 2008 10:21 am Post subject: |
|
|
Go to PSP-Programming if you want some more "noob" help. They're more basic over there and focus more on EBOOTs than PRX and complex system hooks like on this forum.
Good luck and welcome to the scene! |
|
| Back to top |
|
 |
Art
Joined: 09 Nov 2005 Posts: 647
|
Posted: Sat Nov 08, 2008 2:23 pm Post subject: |
|
|
| dev wrote: | | Hmm maybe it is just a problem with that sample as I have just tried polyphonic and it produced PBP and SFO in addtion to the other files. |
Have a look at the difference between the makefile of the two samples you mentioned ;) _________________ If not actually, then potentially. |
|
| Back to top |
|
 |
J.F.
Joined: 22 Feb 2004 Posts: 2906
|
Posted: Sat Nov 08, 2008 4:05 pm Post subject: |
|
|
| Some REALLY old samples only generated elf files as they were meant to be run under psplink. You should probably ignore the makefile of those samples and use the newer ones. |
|
| Back to top |
|
 |
loyx
Joined: 23 Apr 2005 Posts: 6
|
Posted: Sun Nov 09, 2008 10:29 am Post subject: |
|
|
| try make release for the sample |
|
| Back to top |
|
 |
|