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/AM5728: MessageQ build error

Part Number: AM5728


Tool/software: TI-RTOS

From a brand new setup with a do nothing application I keep getting the following error message when I drag the MessageQ into the DSP BIOS.  If I remove MessageQ then it builds fine.

I've looked up compatibility on the chart and it says BIOS 6.53.02.00 is compatible with XDCTools 3.50.03.33 which are in use here, so what is the issue with adding the MessageQ Module?

**** Build of configuration Debug for project DSPComm ****

"C:\\ti\\ccsv7\\utils\\bin\\gmake" -k -j 8 app.opt -O

'Building file: "../app.cfg"'

'Invoking: XDCtools'

"C:/ti/xdctools_3_50_03_33_core/xs" --xdcpath="C:/ti/bios_6_53_02_00/packages;C:/ti/ipc_3_44_01_01/packages;C:/ti/dsplib_c66x_3_4_0_0/packages;C:/ti/ccsv7/ccs_base;" xdc.tools.configuro -o configPkg -t ti.targets.elf.C66 -p ti.platforms.evmAM572X -r release -c "C:/ti/ccsv7/tools/compiler/ti-cgt-c6000_8.2.2" --compileOptions "-g --optimize_with_debug" "../app.cfg"

making package.mak (because of package.bld) ...

generating interfaces for package configPkg (because package/package.xdc.inc is older than package.xdc) ...

configuring app.xe66 from package/cfg/app_pe66.cfg ...

subdir_rules.mk:12: recipe for target 'build-1981895185-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.sdo.utils' 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.

js: "C:/ti/xdctools_3_50_03_33_core/packages/xdc/cfg/Main.xs", line 160: Error: Configuration failed!

gmake.exe: *** [package/cfg/app_pe66.xdl] Error 1

js: "C:/ti/xdctools_3_50_03_33_core/packages/xdc/tools/Cmdr.xs", line 52: Error: xdc.tools.configuro: configuration failed due to earlier errors (status = 2); 'linker.cmd' deleted.

gmake[1]: *** [build-1981895185-inproc] Error 1

gmake: *** No rule to make target 'app.opt'.

**** Build Finished ****