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/CODECOMPOSER: Creating a multiple build configurations with different toolchains

Part Number: CODECOMPOSER

Tool/software: Code Composer Studio

Hello,

I am trying to create a Unit Test framework around my existing CCS project.

My idea here is to create another (Unit Test) build configuration for my project(working with the ARM compiler by default) which will take Cygwin GCC as the tool chain and will be linked to my mocks instead of the actual libraries.

Here is where my problem crops up, I am not able to set Cygwin GCC as the tool chain to my  Unit Test configuration.

Thanks,

Mohini