Hi,
In CCS3, the .tcf file can be compiled seperately, but in CCS4, I could not find way to do it. Could anybody help me?
Thank you very much!
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,
In CCS3, the .tcf file can be compiled seperately, but in CCS4, I could not find way to do it. Could anybody help me?
Thank you very much!
Brighton,
CCSv4 does not have the option to run tconf on the .tcf file separately.
The compile function in CCSv3.3 executed tconf on the .tcf file, therefore performing error checking and generating the configuration files (the linker .cmd, the _cfg.c and .s??). The same functionality was achieved when the .tcf file was opened in the Graphical Configuration (gconf) and saved.
Therefore your option to "compile" the .tcf file in CCSv4 is to do the same as in CCSv3.3; open the .tcf file in Graphical Configuration (gconf) and save it. If you modify the script using the text editor only, then your only option to re-generate the files is to Build or Rebuild the project.
Hope this helps,
Rafael