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"> |
|   |   |
| 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"> |