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/MSP430F2013: Linker fails attempting to load a file: Permission denied. No clue as to what file.

Part Number: MSP430F2013

Tool/software: Code Composer Studio

Please help me understand why I get this error, which I've set off with asterisks.

I cannot examine the file,

    {0FB33F0C-4AF1-49A9-BA4A-F50CFA641ADA},

 whose line 27 causes the error. It is not in C:\Users\Lenovo\AppData\Local\Temp. Perhaps Code Composer Studio thoughtfully deletes it after it finishes the build?


**** Clean-only build of configuration Debug for project bugs ****

"C:\\ti\\ccs910\\ccs\\utils\\bin\\gmake" -k -j 4 clean -O

DEL /F "bugs.hex" "bugs.out"
DEL /F ".#bugs.obj" "bugs-ramps.obj" "bugs-utils.obj" "bugs.obj"
DEL /F ".#bugs.d" "bugs-ramps.d" "bugs-utils.d" "bugs.d"
Could Not Find C:\bugs\CCS workspaces\bugs\Debug\bugs.hex
Could Not Find C:\bugs\CCS workspaces\bugs\Debug\.#bugs.obj
Could Not Find C:\bugs\CCS workspaces\bugs\Debug\.#bugs.d
Finished clean

**** Build Finished ****

**** Build of configuration Debug for project bugs ****

"C:\\ti\\ccs910\\ccs\\utils\\bin\\gmake" -k -j 4 all -O

Building target: "bugs.out"
Invoking: MSP430 Linker
"C:/ti/ccs910/ccs/tools/compiler/ti-cgt-msp430_18.12.2.LTS/bin/cl430" -vmsp --use_hw_mpy=none --advice:power=all --define=__MSP430F2013__ -g --printf_support=minimal --diag_warning=225 --diag_wrap=off --display_error_number -z -m"bugs.map" --heap_size=0 --stack_size=50 -i"C:/ti/ccs910/ccs/ccs_base/msp430/include" -i"C:/ti/ccs910/ccs/tools/compiler/ti-cgt-msp430_18.12.2.LTS/lib" -i"C:/ti/ccs910/ccs/tools/compiler/ti-cgt-msp430_18.12.2.LTS/include" --reread_libs --diag_wrap=off --display_error_number --warn_sections --xml_link_info="bugs_linkInfo.xml" --use_hw_mpy=none --rom_model -o "bugs.out" "./.
<Linking>
******************************************************************
"C:\\Users\\Lenovo\\AppData\\Local\\Temp\\{0FB33F0C-4AF1-49A9-BA4A-F50CFA641ADA}", line 27: fatal error #6001: cannot open file "./.": Permission denied
******************************************************************

>> Compilation failure
makefile:143: recipe for target 'bugs.out' failed
gmake[1]: *** [bugs.out] Error 1
makefile:139: recipe for target 'all' failed
gmake: *** [all] Error 2

**** Build Finished ****