Hi ,
Can you please tell me meaning of files generated by TMS470 compiler for ARM7TDMI-S. # CCSv5 # Device: UCD3040
- .opt file
- .pp file
- .mk file
- .lst
- n others!!!
what information they actually contains???
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,
Some of this information can be found in the compiler and assembler user's guide for your device family (links to these documents are in the page below):
http://processors.wiki.ti.com/index.php/Before_asking_for_CGT_support
The documents above do not have the following extensions:
The .mk file is automatically generated by Eclipse and is included as part of the gmake build process (that runs underneath the IDE).
The .opt file is usually an external file that contains compiler options (can be any extension) - the compiler adds to its invocation via the option @
Hope this helps
Rafael
Hi,
The Compiler User's Guide linked in the page I sent before has details about the .pp file (the file generated by the C preprocessor) - among others. I suggest you check the document for additional details.
However, if you are using CCSv5 you can also find one or more .pp files in the output directory - these are automatically created by the Eclipse environment and contain the list of include files per source file.
Hope this helps,
Rafael