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.

Errors rebuilding SYSBIOS drivers

Other Parts Discussed in Thread: SYSBIOS

Hi, I'm using the ICE V2 EVM and made a change to osdrv_uart.c to include UART4 which is not supported in the native code from TI. I loaded the project into CCS5, made my changes and tried to rebuild. I get the following error(s) which I have no idea what they mean. Please advise.

Thanks.

"C:/TI/xdctools_3_30_05_60_core/xs" --xdcpath="C:/TI/bios_6_35_04_50/packages;C:/TI/ccsv5/ccs_base;C:/TI/ndk_2_24_01_18/packages;" xdc.tools.configuro -o configPkg -t ti.targets.arm.elf.A8Fnv -p ti.platforms.evmAM3359 -r release -b "C:/TI/am335x_sysbios_ind_sdk_1.1.0.6/sdk/os_drivers/.config/xconfig_sys_bios_driver/config.bld" -c "C:/TI/ccsv5/tools/compiler/arm_5.1.9" --compileOptions "-g --optimize_with_debug" "../sys_bios_driver.cfg"
js: "C:/TI/xdctools_3_30_05_60_core/packages/xdc/tools/Cmdr.xs", line 51: Error: xdc.tools.configuro: Error: Can't find the platform package 'ti.platforms.evmAM3359'.  TI platforms are no longer shipped as part of XDCtools (C:\TI\xdctools_3_30_05_60_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/bios_6_35_04_50/packages;C:/TI/ccsv5/ccs_base;C:/TI/ndk_2_24_01_18/packages;C:\TI\xdctools_3_30_05_60_core/packages'.  Check that this path names a directory containing the necessary platform support and that the platform name is properly spelled.
gmake: Target `all' not remade because of errors.