Noob to psp development

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

Moderators: cheriff, TyRaNiD

Post Reply
dev
Posts: 3
Joined: Sat Nov 08, 2008 9:20 am

Noob to psp development

Post by dev »

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
J.F.
Posts: 2906
Joined: Sun Feb 22, 2004 11:41 am

Post by J.F. »

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.
dev
Posts: 3
Joined: Sat Nov 08, 2008 9:20 am

Post by dev »

Thanks for the reply. The problem is that only a shared object and elf are produced there is no PBP file?
dev
Posts: 3
Joined: Sat Nov 08, 2008 9:20 am

Post by dev »

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.
angelo
Posts: 168
Joined: Wed Aug 29, 2007 9:34 pm

Post by angelo »

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!
Art
Posts: 642
Joined: Wed Nov 09, 2005 8:01 am

Post by Art »

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.
J.F.
Posts: 2906
Joined: Sun Feb 22, 2004 11:41 am

Post by J.F. »

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.
loyx
Posts: 6
Joined: Sat Apr 23, 2005 7:33 am

Post by loyx »

try make release for the sample
Post Reply