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: The Managed Make project file could not be written because of the following error

Tool/software: Code Composer Studio

Hi, 

    The project which created in the same version of different computer is throwing the following error when i bulid it using same verison in my computer.

The Managed Make project file could not be written because of the following error:

Could not write file: C:\Users\rd\Documents\workspace\${projectname}\.cdtbuild.

Any suggestions for how it can be resolved?

Thanks

  • Which version of CCS are you using? Since it refers to .cdtbuild, I suspect the project was created using an older version of CCS.

    Are you running CCS as administrator? Can you check permissions of your project folder and make sure it is writable? 

    You could also try importing to a new workspace (something simple such as c:\workspace) and see if that helps.