I've encountered an error while linking my project.
At first I used standard C and everything worked fine, then I just switched to C++ without changing anything in the code and I get this linker error:
/cygdrive/c/Programme/PSPDev/bin/../lib/gcc/psp/4.0.0/../../../../psp/lib/crt0.o
: In function `__entrytable':
crt0.S:(.rodata.sceResident+0xc): undefined reference to `module_info'
collect2: ld returned 1 exit status
make: *** [pgl.elf] Error 1
I already tried looking for the same problem in Google but haven't found anything so far. I'm about to switch back to C but that would make my project a bit more complicated in the future.