After solving the problem with the linker order in PSP, I'm now facing a different issue.
I'm trying to use an IDE to build my PSP code. I have setup the paths correctly (I guess) and I'm able to build all of the objects and the ELF file with the PSP toolchain I have installed into the IDE.
But PSP needs further processing in order to generate running code. According to the build examples, after generating the ELF, I have to call psp-fixup-imports in the file. The problem is that this tool is returning the following error:
Code: Select all
Error, no sceModuleInfo section found1.) Can I just ignore this and move on? I mean, is a sceModuleInfo section really needed for a single ELF executable? (for a prx it is quit reasonable).
2.) If not, how can I fix it? I suspect it is related to linker script (probably the toolchain is using the wrong one but I'm not sure about that)
Can anyone help?
Advertising