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 folks,
Looking at my project I see my DevInit_F2802x.c file has the push-pin icon decoration indicating some file -specific options.
Via the properties GUI I can see no options that appear different, or bolded, than the project settings.
Looking in the .cproject file I note the following:
<fileInfo id="com.ti.ccstudio.buildDefinitions.C2000.Default.1650183818.DevInit_F2802x.c" name="DevInit_F2802x.c" rcbsApplicability="disable" resourcePath="DevInit_F2802x.c" toolsToInvoke="com.ti.ccstudio.buildDefinitions.C2000_6.2.exe.compilerDebug.844712850.192798803"> <tool id="com.ti.ccstudio.buildDefinitions.C2000_6.2.exe.compilerDebug.844712850.192798803" name="C2000 Compiler" superClass="com.ti.ccstudio.buildDefinitions.C2000_6.2.exe.compilerDebug.844712850"> <inputType id="com.ti.ccstudio.buildDefinitions.C2000_6.2.compiler.inputType__C_SRCS.398544194" name="C Sources" superClass="com.ti.ccstudio.buildDefinitions.C2000_6.2.compiler.inputType__C_SRCS"/> <inputType id="com.ti.ccstudio.buildDefinitions.C2000_6.2.compiler.inputType__CPP_SRCS.2059493813" name="C++ Sources" superClass="com.ti.ccstudio.buildDefinitions.C2000_6.2.compiler.inputType__CPP_SRCS"/> <inputType id="com.ti.ccstudio.buildDefinitions.C2000_6.2.compiler.inputType__ASM_SRCS.250899632" name="Assembly Sources" superClass="com.ti.ccstudio.buildDefinitions.C2000_6.2.compiler.inputType__ASM_SRCS"/> <inputType id="com.ti.ccstudio.buildDefinitions.C2000_6.2.compiler.inputType__ASM2_SRCS.1244353756" name="Assembly Sources" superClass="com.ti.ccstudio.buildDefinitions.C2000_6.2.compiler.inputType__ASM2_SRCS"/> </tool> </fileInfo>
But what are these options?? I cannot seem to find anything that they match up to in the GUI...
Thanks!
EDIT CCS v5.5 btw
It looks like there are no custom options currently set for the file. If there were, they would appear as <option id=.../>.
I suspect there were some custom options added to the file that were then removed by clicking the "Restore Defaults" button. This has the effect of setting the options back to default but the <fileInfo> tag still remains in the .cproject file.
To remove the <fileInfo> tag altogether one would need to right-click on the file, go to Resource Configurations->Reset to Default.
This is explained in this wiki section: http://processors.wiki.ti.com/index.php/Projects_and_Build_Handbook_for_CCS#File_specific_options