I'm using Windows, and i have already installed MinGW, CCS also have found that. I'd like to create a new configuration to my embedded project, but for unit testing, so i'd use plain GCC. A simple makefile configuration would be enough as well. But when i'm adding a new build configuration to my CCS project, despite i can choose the GNU (MinGW) compiler, it wants to use the msp linker as well. Can i create somehow a project to fulfill my purpose, or do i have to just place my test files in the project, exclude them from the main build, and compile the tests from cli with an additional Makefile?
Thanks in advance!