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/MSP-EXP430G2: gmake: *** [main.obj] Error 1

Part Number: MSP-EXP430G2

Tool/software: Code Composer Studio

Hi,      When I am trying to create a new lank project, I am getting this error. I am new to CCS and it is very hard to understand what error is this. How to solve this problem? It is telling the

     When I am trying to create a new lank project, I am getting this error. I am new to CCS and it is very hard to understand what error is this. How to solve this problem? It is telling the erroe is C/C++. 

  • Hello,
    The error you should be focusing on is the message in the Console view. It looks like your project has some pre or post build step that calls a windows exe (cacls.exe) and the call to that exe failed. This is the issue you need to resolve.

    Thanks
    ki