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/TM4C129XNCZAD: CCS Command Line Build gives and Internal Error saying "Debug\.metadata is read only"

Part Number: TM4C129XNCZAD
Other Parts Discussed in Thread: CCSTUDIO

Tool/software: Code Composer Studio

Hi,

I am using the following command to create the build from command line.

eclipsec -noSplash -data "C:\Nikhil\2017\UIS_Code\Trunk_11th_Nov_2017\Recharger_UIS" -application com.ti.ccstudio.apps.projectBuild -ccs.projects Recharger_UIS -ccs.full -ccs.configuration Debug

Here is the error that i am getting during the build:

However the same command is successfully working for on other projects.

Also i am able to build the application through GUI in the same workspace/project.

Tool Version:

Code Composer Studio Version: 6.1.1.00022

Please advice.

Thanks,

-Nikhilesh

  • Hi Nikhilesh,
    Your screenshot did not get posted. Can you try uploading again?

    Thanks
    ki
  • Attached is the error message.

  • The first issue I see is that one of the parameters is invalid.

    Nikhilesh Saggere said:
    eclipsec -noSplash -data "C:\Nikhil\2017\UIS_Code\Trunk_11th_Nov_2017\Recharger_UIS" -application com.ti.ccstudio.apps.projectBuild -ccs.projects Recharger_UIS -ccs.full -ccs.configuration Debug

    I believe you meant to use:

    eclipsec -noSplash -data "C:\Nikhil\2017\UIS_Code\Trunk_11th_Nov_2017\Recharger_UIS" -application com.ti.ccstudio.apps.projectBuild -ccs.projects Recharger_UIS -ccs.buildType full -ccs.configuration Debug

    However, judging from your last screenshot, I don't think that is the original cause of the error. It seems be getting the workspace folder location wrong. But I don't see anything wrong with the syntax of your command. Can you remove the quotes around the workspace folder path?

    Thanks

    ki

  • Hello,
    I haven’t heard back from you, I’m assuming you were able to resolve your issue. If not, please post a reply with an update below (or create a new thread).

    thanks,
    ki
  • Sorry for the delayed response.
    It did resolve the issue.

    One more thing that I observed was, i was trying to build the project in command line, which was imported using the CCS GUI, when I imported the project in command line, it resolved the problem.