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.

Coder Composer Task Queue

Hi,

I’m having problems with the task queue in Coder Composer.  I am using Code Composer Studio v5 running on a Windows 7 PC.

During the building of a software library I sometimes wish to either stop the build (so I can correct some build errors) or save the source files after editing a file without stopping the build first.  As expected the save request appears to be added to the queue as a new job.  

Frequently however when the cancel/stop build button is pressed the tool ends up in the following state:

1)      The build progress window/task is still present and appears active but isn’t actually progressing (progress bar stays stuck on, say 49%, indefinitely).

2)      The cancel/stop build button is greyed out.

3)      Appears to be sat there trying to cancel the build first, and so the save job sits there unattended. 

Therefore I can’t save the file changes because the tool is busy performing another task which never completes.  The only way I can get round this is to stop running Code Composer via Task manager and thus lose my software changes.  Incidentally, the save task itself can be cancelled, but that doesn’t help. 

Surely it’s not unreasonable to expect the tool to be able to reliably cope with requests to save/stop whilst doing a build?

Does anybody have any suggestions how to work around this please?

Thanks

  • Hi Matthew,

    Could you give the following details?

    -Full CCS version (if you are using a version before 5.2, you may want to update your version).

    -Does your project use BIOS? If so, what version?

    -What part of the build is occurring when you try to cancel? (calling tconf? xs? the compiler, the linker?)

    Thanks

    ki