Keep getting an error on building the config file:
--------------------------------------------------------------------------------------------------
Building file: ../LetsTry.cfg
Invoking: XDCtools
"/home/rob/ti/xdctools_3_32_00_06_core/xs" --xdcpath="/home/rob/ti/xdctools_3_23_04_60/packages/ti/platforms/evm6657/package;/home/rob/ti/dsplib_c66x_3_4_0_0/packages;/home/rob/ti/tirtos_cc32xx_2_15_00_17/packages;/home/rob/ti/tirtos_cc32xx_2_15_00_17/products/tidrivers_cc32xx_2_15_00_26/packages;/home/rob/ti/tirtos_cc32xx_2_15_00_17/products/bios_6_45_00_20/packages;/home/rob/ti/tirtos_cc32xx_2_15_00_17/products/uia_2_00_02_39/packages;/home/rob/ti/ccsv6/ccs_base;" xdc.tools.configuro -o configPkg -t ti.targets.elf.C66 -p ti.platforms.evm6657 -r debug -c "/home/rob/ti/ccsv6/tools/compiler/ti-cgt-c6000_8.1.0" "../LetsTry.cfg"
js: "/home/rob/ti/xdctools_3_32_00_06_core/packages/xdc/tools/Cmdr.xs", line 51: Error: xdc.tools.configuro: Error: Can't find the platform package 'ti.platforms.evm6657'. TI platforms are no longer shipped as part of XDCtools (/home/rob/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 '/home/rob/ti/xdctools_3_23_04_60/packages/ti/platforms/evm6657/package;/home/rob/ti/dsplib_c66x_3_4_0_0/packages;/home/rob/ti/tirtos_cc32xx_2_15_00_17/packages;/home/rob/ti/tirtos_cc32xx_2_15_00_17/products/tidrivers_cc32xx_2_15_00_26/packages;/home/rob/ti/tirtos_cc32xx_2_15_00_17/products/bios_6_45_00_20/packages;/home/rob/ti/tirtos_cc32xx_2_15_00_17/products/uia_2_00_02_39/packages;/home/rob/ti/ccsv6/ccs_base;/home/rob/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.
gmake: *** [configPkg/linker.cmd] Error 1
gmake: Target `all' not remade because of errors.
**** Build Finished ****
--------------------------------------------------------------------------------------------------
Isnt there supposed to be a directory containing "ti.platforms.evm6657" under tirtos? I cant find it.
But I find
/home/rob/ti/xdctools_3_23_04_60/packages/ti/platforms/evm6657/package/ti.platforms.evm6657.ccs
/home/rob/ti/xdctools_3_23_04_60/packages/ti/platforms/evm6657/package/ti.platforms.evm6657.sch
/home/rob/ti/xdctools_3_23_04_60/packages/ti/platforms/evm6657/package/ti.platforms.evm6657.class
/home/rob/ti/xdctools_3_23_04_60/packages/ti/platforms/evm6657/package/ti.platforms.evm6657.java
What do I need to do to build this simple little tiRtos project?
Thanks,
Rob