This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS: Command Line Exit Status

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