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: Unit testing framework | Off-target | Build configuration and using another compiler

Other Parts Discussed in Thread: CC3220SF

Tool/software: Code Composer Studio

Dear Community,

I am trying to bring in unit testing to our existing code composer studio project. In the first step is irrelevant which of the existing testing frameworks we will be using, either googletest or CppUTest.

Anyhow the goal is to have an off-target running test code.

Is there a way to configure a build configuration that is not running on the target and is using a non-ti-compiler, i.e. gcc ?

My environment:

OS: Windows

CCS Version: 6.20

Target: CC3220SF

Thanks for your help,

Nico Mueller

  • Nico,

    Unfortunately no. The toolchain is set at the project level and it doesn't support having one build configuration using the TI compiler and another using GCC.

    You could setup your source in a shared location and have 2 projects that pulled in the same source.

    Regards,
    John