sdk/samples/usb/storage not working any more

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

Moderators: cheriff, TyRaNiD

Post Reply
Shine
Posts: 728
Joined: Fri Dec 03, 2004 12:10 pm
Location: Germany

sdk/samples/usb/storage not working any more

Post by Shine »

I've updated my toolchain with the latest GCC patches (perhaps not a good idea :-) and the latest PSPSDK and now Lua Player compiled with it doesn't run any more. I tracked down the problem to the USB support and the storage example doesn't work, too. When compiling with "make EBOOT.PBP" and starting it from PSP, screen is black, home button doesn't work and USB doesn't work, but it doesn't crash and shutdown, just freeze.
TyRaNiD
Posts: 907
Joined: Sun Jan 18, 2004 12:23 am

Post by TyRaNiD »

Ahem, well in the import upgrade the stubs for USB didn't have their late binding flags set so the psp wont be able to load the elf. Hopefully fixed now :)
Shine
Posts: 728
Joined: Fri Dec 03, 2004 12:10 pm
Location: Germany

Post by Shine »

Thanks for the fast bugfix, now the usb sample and Lua Player are working again.
Post Reply