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/CC2640R2F: "incompatible with the previously seen option" - preprocessor options do not get set correctly

Part Number: CC2640R2F

Tool/software: Code Composer Studio

Hi

Seems that when I set compiler options in Properties->ARM Compiler->Processor Options, there is a conflict with a previous build and the linker falls over. Even if I delete my workspace and reload CCS and import the project again, I see the same issue. Please see attached.

Please advise.

Many thanks

Dave

Code Composer Studio

Version: 9.3.0.00012

Lubuntu 20.04

4885.console output.txt

  • I've pasted the relevant lines from the console here...

    error #16004-D: file "/home/dmohamad/ti/simplelink_cc13x2_26x2_sdk_4_10_00_78/source/ti/display/lib/display.aem4f<LCDDogm1286_util.oem4f>" has a Tag_ABI_VFP_args attribute value of "1" that is different than one previously seen ("0"); combining incompatible files
    error: option --float_support=FPv4SPD16 is set in
    "./../../../driverlib/chipinfo.c", and is incompatible with the previously
    seen option --float_support=none
    error: option --silicon_version=7M4 is set in
    "./../../../driverlib/chipinfo.c", and is incompatible with the previously
    seen option --silicon_version=7M3

  • Dave,

    Is this the out of box example included in the SDK? I noticed you are using SDK 4.10 and one thing to note is that version of SDK has CCSv10 as a dependency. I suspect your issues are a result of incompatibilities between CCS 9.3, an older version of the ARM compiler tools, and the latest SDK. 

    A related thread here: https://e2e.ti.com/support/microcontrollers/msp430/f/166/t/894282

    Could you please install CCSv10, import and build the project and let us know if you continue to have problems?

  • Well spotted. I'll update and see if the issue persisits.