moonlight
Joined: 26 Oct 2005 Posts: 567
|
Posted: Tue Jun 27, 2006 4:37 am Post subject: PRX with no imports. doesn't work? |
|
|
I've tried to compile a prx that has 0 imports, and this was the result:
| Code: |
psp-fixup-imports test.elf
Error, no .lib.stub section found
|
Is this a bug in the pspsdk or does the prx format force to use at least one import?
I know, it's not a big deal, i have just solved the problem by forcing an import that i won't use, but anyways, just to report it if this issue were not known ;) |
|