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.

CCSv6.1.1: !WARNING: Unresolved option: com.ti.ccstudio.buildDefinitions.C2000_6.2.compilerID.C___DIALECT...

Guru 20025 points
Other Parts Discussed in Thread: CCSTUDIO

Hello,

CCSv6.1.1 is returning the following warning (in the project.log) when I switch back and forth from C2000 v6.2.11 and v6.4.9 compiliers.

What is causing this issue?

Stephen

!CONFIGURATION: 'com.ti.ccstudio.buildDefinitions.C2000.Debug.864730065' [Mon Dec 21 07:40:02 CST 2015]

!TOOL: 'com.ti.ccstudio.buildDefinitions.C2000_6.4.exe.compilerDebug.1437148911'

!WARNING: Unresolved option: com.ti.ccstudio.buildDefinitions.C2000_6.4.compilerID.C_C_PLUS_PLUS_DIALECT


!CONFIGURATION: 'com.ti.ccstudio.buildDefinitions.C2000.Debug.864730065' [Mon Dec 21 14:35:31 CST 2015]

!TOOL: 'com.ti.ccstudio.buildDefinitions.C2000_6.2.exe.compilerDebug.433760425'

!WARNING: Unresolved option: com.ti.ccstudio.buildDefinitions.C2000_6.2.compilerID.C___DIALECT


!CONFIGURATION: 'com.ti.ccstudio.buildDefinitions.C2000.Debug.864730065' [Mon Dec 21 18:00:20 CST 2015]

!TOOL: 'com.ti.ccstudio.buildDefinitions.C2000_6.4.exe.compilerDebug.1343031059'

!WARNING: Unresolved option: com.ti.ccstudio.buildDefinitions.C2000_6.4.compilerID.C_C_PLUS_PLUS_DIALECT

!WARNING: Unresolved option: com.ti.ccstudio.buildDefinitions.C2000_6.4.compilerID.OPTIMIZER_INTERLIST

  • Hello,
    These types of errors occur when options are being used that are available with one version of the compiler but not with the other. For example, I can see there are differences between compiler versions 6.2.11 and 6.4.9 for the C/C++ Dialect options under the Language options (like --c99, which is available for the 6.4.9 compiler)

    Thanks
    ki