Other Parts Discussed in Thread: CCSTUDIO
I'm currently trying to set up headless building for CCS projects with GitLab CI.
This works great, however there's an important feature I'm still missing:
When building in CCS with a compiler version which is not installed (i.e. CCS
automatically picks a newer version), I get a warning:
"This project was created using a version of compiler that is not currently installed: 4.4.5 [MSP430]. Another version of the compiler will be used during build: 4.4.3. ..."
However, when doing a headless build, a different compiler is used, and I get no warning about it at all.
Is there some way I can validate this in an automated way? The only way I could think of so far is parsing the .cproject XML and checking this myself, but that'd be a lot of error-prone effort.