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