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.

CODECOMPOSER: gmake and xdc-tools errors

Part Number: CODECOMPOSER
Other Parts Discussed in Thread: MSP430FR2153, MSP430WARE

Hi,

I can't get rid of 3 "gmake" errors. I am using CCS Version: 10.3.1.00003.


This is what the console says:

**** Build of configuration Debug for project DIP-Switch_Umschaltung_USB_FR2153 ****

"C:\\ti\\ccs1031\\ccs\\utils\\bin\\gmake" -k -j 8 all -O

Building file: "../msp430_driverlib_2_91_13_01/packages/ti/mcu/msp430/driverlib/product/package/build.cfg"
Invoking: XDCtools
"C:/ti/ccs1031/xdctools_3_32_01_22_core/xs" --xdcpath="C:/ti/ccs1031/xdctools_3_32_01_22_core/packages;C:/ti/ccs1031/tirtos_cc13xx_cc26xx_2_21_01_08/packages;C:/ti/ccs1031/tirtos_msp43x_2_20_00_06/packages;C:/ti/bios_6_46_01_38;" xdc.tools.configuro -o configPkg -t ti.targets.msp430.elf.MSP430 -p ti.platforms.msp430:MSP430FR2153 -r debug -c "C:/ti/ccs1031/ccs/tools/compiler/ti-cgt-msp430_20.2.4.LTS" "../msp430_driverlib_2_91_13_01/packages/ti/mcu/msp430/driverlib/product/package/build.cfg"
msp430_driverlib_2_91_13_01/packages/ti/mcu/msp430/driverlib/product/package/subdir_rules.mk:12: recipe for target 'build-1646006463-inproc' failed
js: "C:/ti/ccs1031/xdctools_3_32_01_22_core/packages/xdc/tools/Cmdr.xs", line 52: Error: xdc.tools.configuro: Error: Can't find the platform package 'ti.platforms.msp430'. TI platforms are no longer shipped as part of XDCtools (C:\ti\ccs1031\xdctools_3_32_01_22_core). Please ensure you are either using a pre-3.30 version of XDCtools or you have added a product that includes your platform support along the path 'C:/ti/ccs1031/xdctools_3_32_01_22_core/packages;C:/ti/ccs1031/tirtos_cc13xx_cc26xx_2_21_01_08/packages;C:/ti/ccs1031/tirtos_msp43x_2_20_00_06/packages;C:/ti/bios_6_46_01_38;C:\ti\ccs1031\xdctools_3_32_01_22_core/packages'. Check that this path names a directory containing the necessary platform support and that the platform name is properly spelled.
Picked up _JAVA_OPTIONS: -Xmx512m -Xms8m
gmake[1]: *** [build-1646006463-inproc] Error 1
gmake: *** [build-1646006463] Error 2
msp430_driverlib_2_91_13_01/packages/ti/mcu/msp430/driverlib/product/package/subdir_rules.mk:9: recipe for target 'build-1646006463' failed
gmake: Target 'all' not remade because of errors.

**** Build Finished ****

And this is the description of my errors.

gmake: *** [build-1646006463] Error 2
gmake: Target 'all' not remade because of errors.
xdc.tools.configuro: Error: Can't find the platform package 'ti.platforms.msp430'. TI platforms are no longer shipped as part of XDCtools (C:\ti\ccs1031\xdctools_3_32_01_22_core). Please ensure you are either using a pre-3.30 version of XDCtools or you have added a product that includes your platform support along the path 'C:/ti/ccs1031/xdctools_3_32_01_22_core/packages;C:/ti/ccs1031/tirtos_cc13xx_cc26xx_2_21_01_08/packages;C:/ti/ccs1031/tirtos_msp43x_2_20_00_06/packages;C:/ti/bios_6_46_01_38;C:\ti\ccs1031\xdctools_3_32_01_22_core/packages'. Check that this path names a directory containing the necessary platform support and that the platform name is properly spelled.

It looks like a problem with XDC tool. So here is a screenshot of my project's properties:

Hope someone can help me.

Thanks.

  • Hi Alina,

    It looks like the ti.platforms.msp430 isn't included in the path. I will have to investigate further to see if it is included C:/ti/ccs1031/tirtos_msp43x_2_20_00_06/packages as that would be the spot to include the msp430 platform. I will search through and get back to you by Thursday if you haven't resolved the issue. If you can find the ti.platforms.msp430 on your machine add it to the path and that should fix your issue.

    Regards,

    Luke

  • Hi Luke,

    thank you for that hint. I solved the problem by installing a new version of MSP430ware. So that the path works know.

    Regards,

    Alina