I just installed GRACE. There werde no errors I am aware of.
I now try to do the example from the "Getting Started Guid".
The only thing I did is to enable P1.0 for output and write the following lines to main.c:
while(1){
P1OUT ^= BIT0;
__delay_cycles(120000);
}
However, when I try to compile, I get the following message:
=============================================
**** Build of configuration Debug for project TestGrace2 ****
C:\Program Files\Texas Instruments\ccsv4\utils\gmake\gmake -k all
'Building file: ../main.cfg'
'Invoking: XDCtools'
"C:/Program Files/Texas Instruments/xdctools_3_21_00_27_eng/xs" --xdcpath="C:/Program Files/Texas Instruments/grace_1_00_00_56_eng/packages;" xdc.tools.configuro -o configPkg -t ti.targets.msp430.MSP430 -p ti.platforms.msp430:MSP430G2231 -r debug -c "C:/Program Files/Texas Instruments/ccsv4/tools/compiler/MSP430 Code Generation Tools 3.3.3" "../main.cfg"
making package.mak (because of package.bld) ...
generating interfaces for package configPkg (because package/package.xdc.inc is older than package.xdc) ...
configuring main.p430 from package/cfg/main_p430.cfg ...
cl430 package/cfg/main_p430.c ...
Fatal error: could not open source file "Code"
1 fatal error detected in the compilation of "Code".
Compilation terminated.
=============================================
