Other Parts Discussed in Thread: CCSTUDIO
When I try to run "Clean Project", I get many "Access is Denied" errors. Below is the output from the tab labeled "CDT Build Console [this]" (my project is called "this").
I think this may have to do with my project name, "this", is not the same as the file name containing main(), but I'm not sure and haven't figured out the correct sequence for changing the file name in git and CCS6.
Any thoughts would be very helpful.
Thanks.
-Leo
**** Clean-only build of configuration Debug for project this ****
"C:\\ti\\ccsv6\\utils\\bin\\gmake" -k clean
DEL /F "this.out" "this.hex"
C:\Users\tom\Dropbox\@amtrem1\code\this\this\Debug\this.out
Access is denied.
DEL /F "low_level_init.pp" "msp430i20xx_euscia0_uart_01.pp"
Could Not Find C:\Users\tom\Dropbox\@amtrem1\code\this\this\Debug\low_level_init.pp
DEL /F "low_level_init.obj" "msp430i20xx_euscia0_uart_01.obj"
C:\Users\tom\Dropbox\@amtrem1\code\this\this\Debug\low_level_init.obj
Access is denied.
C:\Users\tom\Dropbox\@amtrem1\code\this\this\Debug\msp430i20xx_euscia0_uart_01.obj
Access is denied.
'Finished clean'
' '
**** Build Finished ****