Dear all,
I'm using CCS version 11.2 to develop code for the MSP430FR5994. I'm using different build targets which are calling a self-made build script. Basically it would work, but I'm using separate targets for generating the make files and to compile the application itself and CCS somehow adds a clean command in front of each build target. So when I generate the make files, this doesn't matter, but when I want to compile the application, all the make files I generated before are cleaned and the application won't build.
In the console, CCS outputs **** Clean-only build of configuration Debug for project xxx ****. Is there a way to disable this clean-only build in CCS? I couldn't find anything in the build properties.
Thanks and best regards,
Marco