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/MSP430G2955: >> Compilation failure gmake: *** [blink.obj] Error 1 gmake: Target `all' not remade because of errors.

Part Number: MSP430G2955

Tool/software: Code Composer Studio

We are using Code Composer Studio

 Version: 5.4.0.00091

Suddenly we  are facing issue with CCS not compiling the projects. we are faceing no problem in running old projects but new projects give error:

And also we have run the sample project of blinking the Led in that program also we get the same compiler error   

Refer the snap shot below

Inline images 1





BUILD CONSOLE TEXT is as follows:

**** Build of configuration Debug for project Trial ****

"C:\\ti\\ccsv5\\utils\\bin\\gmake" -k all
'\\Hertz3\d\Hertz Development after 16thApril16\3 phase dpm\Trial\Trial\Debug'
CMD.EXE was started with the above path as the current directory.
UNC paths are not supported.  Defaulting to Windows directory.
'Building file: ../blink.c'
'\\Hertz3\d\Hertz Development after 16thApril16\3 phase dpm\Trial\Trial\Debug'
CMD.EXE was started with the above path as the current directory.
UNC paths are not supported.  Defaulting to Windows directory.
'Invoking: MSP430 Compiler'
"C:/ti/ccsv5/tools/compiler/msp430_4.1.5/bin/cl430" -vmsp --abi=coffabi -g --include_path="C:/ti/ccsv5/ccs_base/msp430/include" --include_path="C:/ti/ccsv5/tools/compiler/msp430_4.1.5/include" --define=__MSP430G2955__ --diag_warning=225 --display_error_number --diag_wrap=off --printf_support=minimal --preproc_with_compile --preproc_dependency="blink.pp"  "../blink.c"
'\\Hertz3\d\Hertz Development after 16thApril16\3 phase dpm\Trial\Trial\Debug'
CMD.EXE was started with the above path as the current directory.
UNC paths are not supported.  Defaulting to Windows directory.
Fatal error #5: could not open source file "../blink.c"
1 fatal error detected in the compilation of "../blink.c".
Compilation terminated.

>> Compilation failure
gmake: *** [blink.obj] Error 1
gmake: Target `all' not remade because of errors.

**** Build Finished ****

////////////////////////////////////////////////////////////////////////////end text///////////////////////////

We restarted the PC,   we even disabled our antivirus but still same issue.

Please help to solve the issue.

  • Vai,

    It looks like you are trying to build a project via a UNC (network path). \\Hertz3\d\Hertz Development after 16thApril16\3 phase dpm\Trial\Trial

    Can you copy the project to your local machine? If not you can try mapping the path to a drive letter on your machine and then import the project.

    Regards,
    John
  • Vai,

    Were you able to get past this? It is not possible to build with UNC paths.

    John