This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Can't create Grace project. Keep getting error message.

Other Parts Discussed in Thread: MSP430F2617, MSP430WARE

Help please. I've just installed CCS6 and I'm trying to create a Grace project for a MSP430F2617 device, but I keep getting this error message:

Please fix the following errors. Then close and relaunch the XGConf editor.
js: "./config.bld", line 10: Error: Can't find the target named 'ti.targets.msp430.elf.MSP430X' along the path 'C:/ti/grace_2_20_01_12/packages;C:/ti/msp430/MSP430ware_1_90_00_30/driverlib/packages;C:/ti/msp430/MSP430ware_1_90_00_30/driverlib;C:/ti/ccsv6/ccs_base;C:/Users/cmassie/WORKSP~2/LASERW~1/.config;c:/ti/xdctools_3_30_01_25_core/packages;..;': please check the spelling of the target's name and that it exists along this path.

Anyone know how to fix this? I'm currently using the Free licence.

  • Crawford,
    it seems that the underlying problem is a missing package 'ti.catalog', which is moved from XDCtools 3.30 to Grace 3 Beta. Your project uses a new XDCtools 3.30, which now doesn't contain 'ti.catalog' and an older Grace 2.20, which doesn't have that package either. The recommended solution would be to go to View->CCS App Center and install Grace 3. Alternatively, you could downgrade XDCtools to XDCtools 3.25, and used that in your project. Let me know if any of these solutions work for you or if you need further help. 

  • Thanks Sasha. I will give it a go.