Hi,
Is it possible to gather all debuging configuration ie. Code gen tools, DSP/BIOS version, compiler options and so on, in a plain text?
I would like to record this information for the source version control.
Regards,
gaston
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.
Hi,
Is it possible to gather all debuging configuration ie. Code gen tools, DSP/BIOS version, compiler options and so on, in a plain text?
I would like to record this information for the source version control.
Regards,
gaston
Gaston,
Just adding to Ki's reply, if you would like to obtain some useful information directly from the .OUT file (things like codegen version, endianess, timestamp, entry point, binary information, etc.) you can use the utility COFF_HEADER_DATA which is part of the CG_XML tools package and its companion CCSv4 plugin CG_XML_CCS.
Please refer to the page below for instructions on how to install these two packages (they contain a lot of other features, therefore can be very useful).
http://processors.wiki.ti.com/index.php/Code_Generation_Tools_XML_Processing_Scripts_Plug-in_for_CCS
Hope this helps,
Rafael