Tool/software: Code Composer Studio
Is there any way to stop CCS after it has started a lengthy build, other than killing it in the Windows Task Manager? I have been unable to find an "Abort build" or similar button.
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.
Tool/software: Code Composer Studio
Is there any way to stop CCS after it has started a lengthy build, other than killing it in the Windows Task Manager? I have been unable to find an "Abort build" or similar button.
Leo,
When doing a build there should be a dialog box that opens that allows you to cancel.
If you have previous selected "Run in background" then this will not show up. Instead you will have to open it by clicking on the build status shown in the status bar.
After cancelling a build you should get a dialog like this:
Regards,
John
The build can be stopped in that scenario as well. It is a bit different as you get the perspective switch happening in the middle or you may already be in the debug perspective.
If you need to cancel the build after doing an F11 launch click on the progress bar that shows up at the bottom right of CCS
That will open the progress windows. From there you can click on the cancel button for the build.
Regards,
John