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.

CCSv5.3 and Code Gen tools 6.1.22

Other Parts Discussed in Thread: CCSTUDIO

so when i select code gen tools 6.1.22 for my 6421 project i get this error in my project.log file:

!CONFIGURATION: 'com.ti.ccstudio.buildDefinitions.C6000.Debug.1367724442' [Wed Feb 13 13:04:19 CST 2013]

!TOOL: 'com.ti.ccstudio.buildDefinitions.C6000_6.1.exe.compilerDebug.1745527986'

!WARNING: Unresolved option: com.ti.ccstudio.buildDefinitions.C6000_6.1.compilerID.ABI

what do i do about this to fix it?

  • In this case, the message is harmless.

    Basically when you create a new project in CCS 5.3 ( using the default compiler tools v7.4.x) the --abi option is always added. You can observe this by taking a look at the build console view when you build the project. When the project is then set to use an older version of compiler tools, such as v6.1.x, which did not support the --abi option, the warning is noted in the .log file. The project should still build ok and everything should work, so in this case, the message can be ignored.