| View previous topic :: View next topic |
| Author |
Message |
DennisH
Joined: 05 Jul 2005 Posts: 4 Location: Berlin, Germany
|
Posted: Thu Jul 07, 2005 12:24 am Post subject: Linker error when using C++ |
|
|
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:
| Quote: | /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. |
|
| Back to top |
|
 |
Agoln

Joined: 08 Jun 2005 Posts: 326 Location: Fort Wayne, IN
|
Posted: Thu Jul 07, 2005 12:31 am Post subject: |
|
|
Your post is answered HERE _________________ Lego of my Ago! |
|
| Back to top |
|
 |
DennisH
Joined: 05 Jul 2005 Posts: 4 Location: Berlin, Germany
|
Posted: Thu Jul 07, 2005 12:33 am Post subject: |
|
|
Wow, thanks.
And sorry for my blindness.
This can be closed now... |
|
| Back to top |
|
 |
mrbrown
Joined: 17 Jan 2004 Posts: 1536
|
Posted: Thu Jul 07, 2005 2:41 am Post subject: |
|
|
| Closed. |
|
| Back to top |
|
 |
|