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/LAUNCHXL-CC2650: Switching between TI Compiler v18.1.5 and GCC ARM v7.2.1 (Linaro) lost all settings

Part Number: LAUNCHXL-CC2650

Tool/software: Code Composer Studio

Hi all,

I have project_zero_app_cc2650launchxl and it compiles with TI Compiler v18.1.5 properly without issues.

... But when I switch from TI Compiler v18.1.5 to GCC ARM v7.2.1 (Linaro) lost all settings like defines, include paths and so on

Is there any way to switch to another compiler without losing configuration or maybe you have examples with GCC ARM v7.2.1 for Project Zero ??

  • Hello,

    Denis Kotov said:
    ... But when I switch from TI Compiler v18.1.5 to GCC ARM v7.2.1 (Linaro) lost all settings like defines, include paths and so on

    Denis Kotov said:
    Is there any way to switch to another compiler without losing configuration

    This is expected behavior. When switching compiler vendor (TI -> GCC), it will apply the default options for the compiler you switched to. There was a request in the past to try mapping as much of the options to the new compiler type but there were many issues with this approach, hence this planned was dropped. 

    Denis Kotov said:
    maybe you have examples with GCC ARM v7.2.1 for Project Zero ??

    This is a question best asked to the device experts in the Bluetooth forum.

    Thanks

    ki