This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
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