| View previous topic :: View next topic |
| Author |
Message |
Coldbird

Joined: 08 Feb 2007 Posts: 155
|
Posted: Sat Mar 28, 2009 6:21 am Post subject: [SOLVED] psp-fixup-imports problem... |
|
|
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. _________________ Been gone for some time. Now I'm back. Someone mind getting me up-2-date?
Last edited by Coldbird on Sun Mar 29, 2009 5:36 am; edited 1 time in total |
|
| Back to top |
|
 |
Smong
Joined: 04 Sep 2007 Posts: 82
|
Posted: Sat Mar 28, 2009 7:43 am Post subject: |
|
|
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. _________________ (+[__]%) |
|
| Back to top |
|
 |
Coldbird

Joined: 08 Feb 2007 Posts: 155
|
Posted: Sat Mar 28, 2009 8:08 am Post subject: |
|
|
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? |
|
| Back to top |
|
 |
Smong
Joined: 04 Sep 2007 Posts: 82
|
Posted: Sat Mar 28, 2009 8:19 am Post subject: |
|
|
Works here :)
Try running "psp-prxgen usermodule.elf usermodule.prx" _________________ (+[__]%) |
|
| Back to top |
|
 |
Torch

Joined: 28 May 2008 Posts: 842
|
Posted: Sat Mar 28, 2009 1:35 pm Post subject: |
|
|
| Works here too, just type make again. |
|
| Back to top |
|
 |
Coldbird

Joined: 08 Feb 2007 Posts: 155
|
Posted: Sun Mar 29, 2009 5:29 am Post subject: |
|
|
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? |
|
| Back to top |
|
 |
|