Part Number: TM4C1294NCPDT
Tool/software: Code Composer Studio
My project build fine when just invoking a regular build from CCS, but when Optimizer Assistant tried to build my project it always fails with this error:
xdc.tools.configuro: Error: Can't find the platform package 'ti.platforms.tiva'. TI platforms are no longer shipped as part of XDCtools (C:\ti\xdctools_3_32_00_06_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\xdctools_3_32_00_06_core/packages'. Check that this path names a directory containing the necessary platform support and that the platform name is properly spelled.
Looking at the build console, it looks like the CCS is passing the wrong --xdcpath parameter to xs:
"C:/ti/xdctools_3_32_00_06_core/xs" --xdcpath= xdc.tools.configuro -o configPkg -t ti.targets.arm.elf.M4F -p ti.platforms.tiva:TM4C1294NCPDT -r release -c "C:/ti/ccs740/ccsv7/tools/compiler/ti-cgt-arm_17.9.0.STS"
Anyone know how to fix this so I can use the Optimizer Assistant functionality?
Thanks,
Nick