Tool/software: Code Composer Studio
I am using Code Composer Studio from the command line on linux and it is working fine but one thing I'm missing it that it has to output the exit status properly.
For example, here, the action have errors but the exit status was 0:
================================================================================
CCS headless build complete! 1 out of 1 projects have errors.
------------------------------------------------------------
$> ~/Projects/my-peripheral(master*) » echo $?
0