Other Parts Discussed in Thread: CCSTUDIO
I am trying to automate the build and flash of my project using command line as described here:
https://software-dl.ti.com/ccs/esd/documents/ccs_projects-command-line.html
I have the following issue:
It builds sometimes and sometimes it gives me the error:
The folder "<My Workspace>" application com.ti.ccstudio.apps.projectBuild -ccs.projects <MyProject> -ccs.configuration Debug\.metadata is read-only
I am using the following command (CCS not open):
eclipsec -noSplash -data "<My Workspace>" -application com.ti.ccstudio.apps.projectBuild -ccs.projects <My Project> -ccs.configuration Debug
For the same project I can build it with CCS without any issues. I am using CCS Version: 10.4.0.00006
I cannot reproduce this issue consistently. Rebooting the computer does not help
