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.

Fatal error #5: could not open source file

Other Parts Discussed in Thread: MSP430G2553

I am trying to start a project about msp430 and want to set up the CCS environment for it. However, the compiler of CCSv5 seems doesn't work. Could you please tell me what could be the problem and how to fix it? Many thanks!

The build error is as below:

"**** Build of configuration Debug for project Try_1 ****

"C:\\ti\\ccsv5\\utils\\bin\\gmake" -k all
'Building file: ../blink.c'
'Invoking: MSP430 Compiler'
"C:/ti/ccsv5/tools/compiler/msp430_4.1.7/bin/cl430" -vmsp --abi=eabi -g --include_path="C:/ti/ccsv5/ccs_base/msp430/include" --include_path="C:/ti/ccsv5/tools/compiler/msp430_4.1.7/include" --include_path="C:/ti/ccsv5/tools/compiler/c6000/include" --advice:power=all --define=__MSP430G2553__ --diag_warning=225 --display_error_number --diag_wrap=off --printf_support=minimal --preproc_with_compile --preproc_dependency="blink.pp" "../blink.c"
'\\iastate.edu\cyfiles\yunxig\workspace_v5_4\Try_1\Debug'
CMD.EXE was started with the above path as the current directory.
UNC paths are not supported. Defaulting to Windows directory.
'\\iastate.edu\cyfiles\yunxig\workspace_v5_4\Try_1\Debug'
CMD.EXE was started with the above path as the current directory.
UNC paths are not supported. Defaulting to Windows directory.
'\\iastate.edu\cyfiles\yunxig\workspace_v5_4\Try_1\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 failure
Compilation terminated.
gmake: *** [blink.obj] Error 1
gmake: Target `all' not remade because of errors.

**** Build Finished ****"

Thanks again!