CCS V5.5, Windows 7 Pro
When attempting to compile/link my MSP430 project I continually get a file access permission error:
<Linking>
>> Compilation failure
fatal error #6001: cannot open file
"C:\ti\ccsv5\tools\compiler\msp430_4.2.1\lib\rts430x_lc_ld_eabi.lib":
Permission denied
I can work around this error by exiting CCS and restarting the program as an administrator. However, I am already logged in as the admin.
However, when performing a compile/link on my DSP project I do not get this error.
Can anyone give me some guidance on the arcane Microsoft security puzzle?