[SOLVED] psp-fixup-imports problem...

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

Moderators: cheriff, TyRaNiD

Post Reply
User avatar
Coldbird
Posts: 97
Joined: Thu Feb 08, 2007 7:22 am

[SOLVED] psp-fixup-imports problem...

Post by Coldbird »

psp-fixup-imports usermodule.elf
Error, no .lib.stub section found
make.exe: *** [usermodule.elf] Error 1

The module has the usual setup... is a pure export module and runs in usermode...

I hope some of you guys know a few reasons why psp-fixup-imports throws me that message.
Last edited by Coldbird on Sun Mar 29, 2009 5:36 am, edited 1 time in total.
Been gone for some time. Now I'm back. Someone mind getting me up-2-date?
Smong
Posts: 82
Joined: Tue Sep 04, 2007 4:44 am

Post by Smong »

Since you're not importing any functions (such as using other sceXXX functions) there is no need for .lib.stub, just type make again and ignore that error.
(+[__]%)
User avatar
Coldbird
Posts: 97
Joined: Thu Feb 08, 2007 7:22 am

Post by Coldbird »

No go... it won't get past this error you know.
Been gone for some time. Now I'm back. Someone mind getting me up-2-date?
Smong
Posts: 82
Joined: Tue Sep 04, 2007 4:44 am

Post by Smong »

Works here :)
Try running "psp-prxgen usermodule.elf usermodule.prx"
(+[__]%)
User avatar
Torch
Posts: 825
Joined: Wed May 28, 2008 2:50 am

Post by Torch »

Works here too, just type make again.
User avatar
Coldbird
Posts: 97
Joined: Thu Feb 08, 2007 7:22 am

Post by Coldbird »

I ended up doing it the way noone should ever do it... I created a copy of the build_prx.mak and labeled it build_noimp_prx.mak...

Works like a charm. Problem solved. Thanks everyone.
Been gone for some time. Now I'm back. Someone mind getting me up-2-date?
Post Reply