Tool/software: Code Composer Studio
Hi.
If I compile a project on a computer where the compiler which is specified in the CCS project is not installed I get the following warning:
This project was created using a version of compiler that is not currently installed: 15.12.3.LTS [C2000]. Another version of the compiler will be used during build: 16.9.1.LTS. See 'Help > Check for Updates' or visit <a href="liveaction:OpenAppCenter">CCS App Center</a> to get the latest compilers. See 'Help > Install New Software...' to install older compilers. Alternatively, migrate the project to one of the available compiler versions by adjusting project properties.
I want to have an error and stopping of the build process instead. The person who chooses the compiler version (in general this is me) has a good reason to use this special version. So other programmers of this project shall be forced to use it too.
How can I achieve this?
Thanks and best regards
Christian