Hi all!
Just dropping by to tell you about a curiosity :) PSPSDK fails to compile SCE-function-less modules. If I don't call ANY SCE functions, it refuses to link, because .lib.stub can't be found... Just found it kind of fun ;)
PSPSDK refuses to compile...
Just curious - what do you DO with something that makes NO CALLS to the sony interface on a PSP?? You can't mess with files, you can't display anything, you can't read the inputs... I take it this is something that runs strictly in psplink, inputs nothing and counts on the psplink prints for output.
:)
moonlight:
You're right, I didn't see it... I generally try to *solve* my compiler warnings or errors...
moonlight:
You're right, I didn't see it... I generally try to *solve* my compiler warnings or errors...
Code: Select all
psp-gcc -I/usr/local/pspdev/psp/sdk/include/libc -Ipsp -Iisa -Ipsx -I. -I/usr/local/pspdev/psp/sdk/include -O2 -G0 -Wall -D_PSP_FW_VERSION=150 -L. -L/usr/local/pspdev/psp/sdk/lib -specs=/usr/local/pspdev/psp/sdk/lib/prxspecs -Wl,-q,-T/usr/local/pspdev/psp/sdk/lib/linkfile.prx -mno-crt0 -nostartfiles main.o /usr/local/pspdev/psp/sdk/lib/prxexports.o -lpspdebug -lpspdisplay_driver -lpspctrl_driver -lpspsdk -lpspkernel -o template.elf
psp-fixup-imports template.elf
Error, no .lib.stub section found
make: *** [template.elf] Erreur 1
adrahil@Rakuen:~/psx$ make -f Makefile.psp
psp-prxgen template.elf template.prx
adrahil@Rakuen:~/psx$