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.

CCS/CODECOMPOSER: .cproject format and version control

Part Number: CODECOMPOSER
Other Parts Discussed in Thread: CCSTUDIO

Tool/software: Code Composer Studio

There are some enumerated entries in the .cproject file, which I believe is an eclipse file. These entries require more intensive manual review prior to checking file changes into GIT. These changes occur when different people are modifying the project and have to check in their independent changes. Is anyone aware of how to eliminate these enumerations, or to set them to some kind of fixed value?

This isn't a critical issue, just kind of a day to day annoyance as new projects are being brought up.

See the FROM -> TO Table below, with the enumerations are highlighted and bold.  This is from one of our project's .cproject files.  

FROM <toolChain id="com.ti.ccstudio.buildDefinitions.C6000_7.4.exe.DebugToolchain.693257809" name="TI Build Tools" superClass="com.ti.ccstudio.buildDefinitions.C6000_7.4.exe.DebugToolchain" targetTool="com.ti.ccstudio.buildDefinitions.C6000_7.4.exe.linkerDebug.18756963">
TO <toolChain id="com.ti.ccstudio.buildDefinitions.C6000_7.4.exe.DebugToolchain.855614308" name="TI Build Tools" superClass="com.ti.ccstudio.buildDefinitions.C6000_7.4.exe.DebugToolchain" targetTool="com.ti.ccstudio.buildDefinitions.C6000_7.4.exe.linkerDebug.899167002"&gt
&nbsp &nbsp
FROM <option id="com.ti.ccstudio.buildDefinitions.core.OPT_TAGS.65233062" superClass="com.ti.ccstudio.buildDefinitions.core.OPT_TAGS" valueType="stringList">
TO <option id="com.ti.ccstudio.buildDefinitions.core.OPT_TAGS.1501949833" superClass="com.ti.ccstudio.buildDefinitions.core.OPT_TAGS" valueType="stringList">
  • Mark R. said:
    Is anyone aware of how to eliminate these enumerations, or to set them to some kind of fixed value?

    Please take a look at this post for more information about these IDs. They cannot be eliminated or set to a fixed value, but a change in them shouldn't necessarily impact the build itself.