Hello!
Our application for TMS320F2809 (Code Composer Studio 4.2.4, Code Generation Tools 6.0.1) has one static library, linked to the main application. We want to debug the library via CAN communication with our custom tool.
Our debugging tool reads variable symbols from XML file, that is generated with TI's ofd2000.exe tool. The problem is, that we don't get any library symbols in the final XML file. Can you suggest me a solution for this? Our custom XML parser works only with XML files, generated from older COFF format.
Best regards,
Jernej
Your final executable file will not contain all the symbols from the static library. Rather, it will contain the symbols only for the members of the library actually used in the final executable. For debugging purposes, this seems like it would be enough.
Thanks and regards,
-George
TI C/C++ Compiler Forum ModeratorPlease click Verify Answer on the best reply to your question.The Compiler Wiki answers most common questions.Track an issue with SDOWP. Enter your bug id in the "Find Record ID" box.