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.

Method to suppress the Eclipse dialog when using CCSv5 command line interface

Other Parts Discussed in Thread: CCSTUDIO

I'm using the command line interface to do a build. However, if I get compiler errors, a dialog box pops up. I don't want this since I am trying to automate the build process and want my script to handle the issue and continue on.  

eclipsec -noSplash -data C:/test_workspace -application com.ti.ccstudio.apps.projectBuild -ccs.projects "proj_lab01" -ccs.configuration Debug -ccs.buildType full

Is there a way to suppress the dialog box popup?