Hello,
after linking, the memory map shows several symbols like the following:
808b0080 __sti___10_Logger_cpp_0b2ae32b
80870f20 __sti___10_Thread_cpp_0b2ae32b
808f2460 __sti___10_assert_cpp_0b2ae32b
808cab80 __sti___11_AudioIn_cpp_0b2ae32b
8087bc20 __sti___11_CDabDec_cpp_0b2ae32b
80880380 __sti___11_CDmbDec_cpp_0b2ae32b
What do those symbol names mean?
Background: I have to classes called "Logger" but in different namespaces. After compiling just fine, the linker sees a duplicate symbol (__sti___10_Logger_cpp_0b2ae32b) in two different archives and exits with an error.
Regards,
Martin