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.

RTOS/TMS320F28075: UIA Logging Build Error

Part Number: TMS320F28075


Tool/software: TI-RTOS

I created a SYS/BIOS project from the Minimal Template under TI Target Examples for the TMS320F28075. The project initially builds successfully with no warnings or errors. However, when I select "Add LoggingSetup to my configuration" in the .cfg file, the build fails with the the following console message:

"C:/ti/xdctools_3_50_03_33_core/xs" --xdcpath="C:/ti/bios_6_51_00_15/packages;C:/ti/tirtos_c2000_2_16_01_14/packages;C:/ti/tirtos_c2000_2_16_01_14/products/tidrivers_c2000_2_16_01_13/packages;C:/ti/tirtos_c2000_2_16_01_14/products/bios_6_45_02_31/packages;C:/ti/tirtos_c2000_2_16_01_14/products/ndk_2_25_00_09/packages;C:/ti/tirtos_c2000_2_16_01_14/products/uia_2_00_05_50/packages;C:/ti/ccsv7/ccs_base;" xdc.tools.configuro -o configPkg -t ti.targets.C28_float -p ti.platforms.tms320x28:TMS320F28075 -r release -c "C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_17.6.0.STS" --compileOptions "-g --optimize_with_debug" "../app.cfg"
gmake[1]: Nothing to be done for 'all'.
configuring app.x28FP from package/cfg/app_p28FP.cfg ...

subdir_rules.mk:12: recipe for target 'build-935140529-inproc' failed
error: xdc.cfg.Program: "C:/ti/xdctools_3_50_03_33_core/packages/xdc/cfg/Program.xs", line 71: xdc.cfg.Program : The package 'ti.uia.loggers' is not compatible with XDCtools used in this build. Please either use XDCtools compatible with that package, or update the product containing that package, or rebuild the package with XDCtools 3.50 or later.

Notice that the error says to rebuild with the package XDCtools 3.50 or later even though the path shows that this is already the case. How can I resolve this?