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