I downloaded CCS v6. I am trying to build a project that was created by someone else, using CCS v6. The build fails as shown:
**** Build of configuration Debug for project TS2 ****
"c:\\ti\\ccsv6\\utils\\bin\\gmake" -k all
'Building file: ../main.cfg'
'Invoking: XDCtools'
"c:/ti/xdctools_3_30_05_60_core/xs" --xdcpath="c:/ti/grace_3_00_02_64/packages;C:/ti/msp430/MSP430ware_1_97_00_47/driverlib/packages;C:/ti/msp430/MSP430ware_1_97_00_47/driverlib;c:/ti/ccsv6/ccs_base;" xdc.tools.configuro -o configPkg -t ti.targets.msp430.elf.MSP430X -p ti.platforms.msp430:MSP430FR5739 -r debug -c "c:/ti/ccsv6/tools/compiler/msp430_4.3.3" -Dxdc.cfg.tsort.policy=fast -Dxdc.cfg.gen.metadataFiles=false -Dxdc.cfg.SourceDir.verbose=7 --compileOptions "-vmspx --abi=eabi --include_path=\"c:/ti/ccsv6/ccs_base/msp430/include\" --include_path=\"c:/ti/ccsv6/tools/compiler/msp430_4.3.3/include\" --advice:power=all -g --define=__MSP430FR5739__ --diag_warning=225 --display_error_number --diag_wrap=off --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU40 --printf_support=minimal " "../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.xe430X from package/cfg/main_pe430X.cfg ...
js: "C:/ti/grace_3_00_02_64/packages/ti/mcu/msp430/csl/gpio/GPIO.xs", line 82: XDC runtime error: ti.catalog.msp430.peripherals.gpio_grace3.GPIO_MSP430FR5739_35_31_29_25_21.Instance#0: no property named 'devicePinSetting'
"C:/Users/Bob/workspace_v6_0/TS2_Smart_Sensor_v0.2503/main.cfg", line 16
"./package/cfg/main_pe430X.cfg", line 183
gmake.exe: *** [package/cfg/main_pe430X.xdl] Error 1
Warning: directory "C:/ti/msp430/MSP430ware_1_97_00_47/driverlib" on package path has a "packages" subdirectory - did you mean this instead?
js: "C:/ti/xdctools_3_30_05_60_core/packages/xdc/tools/Cmdr.xs", line 51: Error: xdc.tools.configuro: configuration failed due to earlier errors (status = 2); 'linker.cmd' deleted.
gmake: Target `all' not remade because of errors.
**** Build Finished ****
I am guessing that I have the wrong include path, but I do not see where it is wrong.
I do not see a header file included in GPIO.xs. This does not seem like C code.
				
                          