forums.ps2dev.org Forum Index forums.ps2dev.org
Homebrew PS2, PSP & PS3 Development Discussions
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

sample eboot.pbp from pspsdk compiles but won't install

 
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PSP Development
View previous topic :: View next topic  
Author Message
zzzoid



Joined: 19 Jan 2006
Posts: 4

PostPosted: Fri Jan 20, 2006 7:21 am    Post subject: sample eboot.pbp from pspsdk compiles but won't install Reply with quote

I have just installed toolchain successfully: psptoolchain-20050801

I have make'd the cube (/usr/local/pspdev/psp/sdk/samples/gu/cube) example, it complied fine as can be seen below.
However I then tried to transfer the EBOOT.PBP to my psp 1.5 using Sei psp tool 3.0. The tool just displays message: Invalid PBP file to write.

Could this be a problem with my installation?
Have I missed a step with the SDK?

All clues gratefully received. Thanks.

I also tried with the ME example, this also compiled successfully but will not install.




Code:

Matt@GreenDragoon /usr/local/pspdev/psp/sdk/samples/gu/cube
$ make
psp-gcc -I. -I/usr/local/pspdev/psp/sdk/include -G0 -Wall   -c -o cube.o cube.c
bin2o -i logo.raw logo.o logo
psp-gcc -I. -I/usr/local/pspdev/psp/sdk/include -G0 -Wall   -c -o ../common/callbacks.o ../common/callbacks.c
psp-gcc -I. -I/usr/local/pspdev/psp/sdk/include -G0 -Wall   -c -o ../common/vram.o ../common/vram.c
psp-gcc -I. -I/usr/local/pspdev/psp/sdk/include -G0 -Wall  -L. -L/usr/local/pspdev/psp/sdk/lib   cube.o logo.o ../common/callbacks.o
 ../common/vram.o -lpspgum -lpspgu -lm -lpspdebug -lpspdisplay -lpspge -lpspctrl -lpspsdk -lc -lpspnet -lpspnet_inet -lpspnet_apctl
-lpspnet_resolver -lpsputility -lpspuser -lpspkernel -o cube.elf
psp-fixup-imports cube.elf
mksfo 'Cube Sample' PARAM.SFO
psp-strip cube.elf -o cube_strip.elf
pack-pbp EBOOT.PBP PARAM.SFO NULL  \
        NULL NULL NULL  \
        NULL  cube_strip.elf NULL
rm -f cube_strip.elf
Back to top
View user's profile Send private message
zzzoid



Joined: 19 Jan 2006
Posts: 4

PostPosted: Fri Jan 20, 2006 8:19 am    Post subject: Reply with quote

sorted. Thanks to ReKleSS on irc

I was running: make
and then using Sei, which doesn't work for some reason, it works fine with all other homebrew.

I tried:

make kxploit

which works just fine.

ta very much
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PSP Development All times are GMT + 10 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group