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

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

Moderators: cheriff, TyRaNiD

Post Reply
zzzoid
Posts: 4
Joined: Thu Jan 19, 2006 7:28 pm

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

Post by zzzoid »

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: Select all

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
zzzoid
Posts: 4
Joined: Thu Jan 19, 2006 7:28 pm

Post by zzzoid »

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
Post Reply