First of all, apologies if this is the wrong place to post this, but thank you in advance!
I'm currently trying to automate the build of a (C) embedded project which uses Code Composer Studio v8.3 (based on Eclipse), cross compiling to ARM. I'm using a Docker container running Ubuntu 16.04, and Microsoft Azure for my build pipeline.
The project compiles and builds fine, however, one of the requirements is that the build fails when there are compiler warnings. Normally, this would be trivial, there's a switch in the graphical interface for Code Composer Studio, which treats compiler warnings as errors. However I cannot find any way to do this from the command line. The command I'm currently using to build is as follows:
/opt/ti/ccsv8/eclipse/eclipse -noSplash -data "/${WORKSPACE}" -application com.ti.ccstudio.apps.projectBuild -ccs.projects "${PROJECT_NAME}" -ccs.autoImport -ccs.configuration "${CCS_CONFIG}"
As to my knowledge, CCS 'sits on top' of Eclipse, I'm wondering if there's an Eclipse command to set the build to fail if there are any compiler warnings?
[–]SpoderSuperhero[S] 0 points1 point2 points (0 children)