Tool/software: Code Composer Studio
* : CCS 10.0
* : Complier TI x20.2.0.LTS (ex TI x18.12.0.LTS)
* : XDCTools 3.32.2.25
* : TI-RTOS for TivaC 2.16.00.08 (NB: 2.16.01.14 Beta version, may not be stable)
* : TivaWare_C_Series 2.1.4.178
I was attempting to run ROV and it pop up error
"C:/ti/xdctools_3_32_02_25_core/packages/xdc/xdc.tci", line 354: xdc.services.global.XDCException: xdc.PACKAGE_NOT_FOUND: can't locate the package 'xdc.rov.monserver' along the path: 'C:/ti/tirtos_tivac_2_16_00_08/packages;C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08/packages;C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages;C:/ti/tirtos_tivac_2_16_00_08/products/ndk_2_25_00_09/packages;C:/ti/tirtos_tivac_2_16_00_08/products/uia_2_00_05_50/packages;C:/ti/tirtos_tivac_2_16_00_08/products/ns_1_11_00_10/packages;C:/ti/TivaWare_C_Series-2.1.4.178;C:\ti\xdctools_3_32_02_25_core/packages;'. Ensure that the package path is set correctly. js: "C:/ti/xdctools_3_32_02_25_core/packages/xdc/xdc.tci", line 354: xdc.services.global.XDCException: xdc.PACKAGE_NOT_FOUND: can't locate the package 'xdc.rov.monserver' along the path: 'C:/ti/tirtos_tivac_2_16_00_08/packages;C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08/packages;C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages;C:/ti/tirtos_tivac_2_16_00_08/products/ndk_2_25_00_09/packages;C:/ti/tirtos_tivac_2_16_00_08/products/uia_2_00_05_50/packages;C:/ti/tirtos_tivac_2_16_00_08/products/ns_1_11_00_10/packages;C:/ti/TivaWare_C_Series-2.1.4.178;C:\ti\xdctools_3_32_02_25_core/packages;'. Ensure that the package path is set correctly.
I checked the C:/ti/xdctools_3_32_02_25_core/packages/xdc/ and indeed it was missing xdc.tci.
I found refernce https://e2e.ti.com/support/microcontrollers/other/f/908/p/874994/3238528?tisearch=e2e-sitesearch&keymatch=xdctools_3_32_02_25_core#pi320995=1
Installed Java 64 bits and restarted the CCS. No difference in the result.
How to fix this?
