I have just installed my ccsv5.5 .I have written a simple c program and tried to build it and a new window opens to display progress. One on the items in this window shows 'Refreshing Workspace". This hangs forever .In console the message is
**** Build of configuration Debug for project ex1 ****
"C:\\ti\\ccsv5\\utils\\bin\\gmake" -k all
'Building file: ../main.c'
'Invoking: MSP430 Compiler'
gmake: *** Access is denied.
. Stop.
gmake: *** Waiting for unfinished jobs....
if i terminate it then it is as
**** Build of configuration Debug for project ex1 ****
"C:\\ti\\ccsv5\\utils\\bin\\gmake" -k all
'Building file: ../main.c'
'Invoking: MSP430 Compiler'
gmake: *** Access is denied.
. Stop.
gmake: *** Waiting for unfinished jobs....
**** Build of configuration Debug for project ex1 ****
!CommandLauncher.error.commandCanceled!
Error: Program "C:/ti/ccsv5/utils/bin/gmake" is not found in PATH
PATH=[C:\ti\ccsv5\ccs_base\common\bin;C:\ti\ccsv5\ccs_base\common\uscif;C:\ti\ccsv5\ccs_base\DebugServer\license;C:/ti/ccsv5/eclipse/jre/bin/client;C:/ti/ccsv5/eclipse/jre/bin;C:/ti/ccsv5/eclipse/jre/lib/i386;C:/Program Files/Texas Instruments/xdctools_3_16_02_32;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\IVI Foundation\VISA\WinNT\Bin;C:/Program Files/Texas Instruments/xdctools_3_16_02_32;C:\ti\ccsv5\eclipse;]
**** Build Finished ****
even if i clean the project the same repeats...