Hello,
I have the following problem when using the C/C++ Compiler & Linker version 7.4.0.
I am compiling using the following 2 options: --symdebug:dwarf and --symdebug:dwarf_version=3. The object files generated by the C/C++ Compiler using the options above contains complete DWARF .debug_pubnames sections. However, the executable generated by the Linker contains an incomplete .debug_pubnames DWARF section: some global symbols are missing.
When using C/C++ Compiler & Linker version 7.3.4, all is well. The executable generated by the Linker contains a complete .debug_pubnames DWARF section: all global symbols are there.
Is there a way to solve this problem?
Thanks,
Sergiu