Using std::list Linker Error
Posted: Tue Jun 10, 2008 10:41 pm
Hi,
I'm relatively new to the Wii homebrew scene and was wondering if anyone could tell me what this linker error means?
I can fix the error by commenting out the std::list in the code but that's obviously not desirable!
One other thing I forgot to mention is that the std:list is defined in a custom library so I guess it's something to do with that maybe?
Cheers,
71M
I'm relatively new to the Wii homebrew scene and was wondering if anyone could tell me what this linker error means?
Code: Select all
3>c:/devkitpro/devkitppc/bin/../lib/gcc/powerpc-gekko/4.2.3/../../../../powerpc-gekko/bin/ld.exe: ../../../../lib/wii\libcp.a(CRenderable.o): the target (__dso_handle) of a R_PPC_EMB_SDA21 relocation is in the wrong output section (.data)
One other thing I forgot to mention is that the std:list is defined in a custom library so I guess it's something to do with that maybe?
Cheers,
71M