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.

XDC support for DM6446

Other Parts Discussed in Thread: CCSTUDIO, OMAP3515, OMAP3503, OMAP3530, SYSBIOS, OMAP3525

Hi, I tried to reuse the MultiCore MessageQ example from C6A8168 on DM6446 with XDCtools 3.22.4.46, SYSBIOS 6.32.5.54 and IPC 1.23.5.40. I also changed the processor from CortexA8 to ARM9. The CCS version is 5.1.1.00028. It looks like the tools do not support the DM6446 as shown in the following. I wonder if the tools will support it in the near future or I can go back to previous versions of the tools to support this device using IPC MessageQ module? Another question I have is how to force the compiler to use my custom platform in the configuration? Thanks, Zhao **** Build of configuration Debug for project ARM_sysbios_ipc_MessageQ_example_new **** C:\CCStudio_v5.1.1.00028\ccsv5\utils\bin\gmake -k all 'Building file: ../message_host.cfg' 'Invoking: XDCtools' "C:/CCStudio_v5.1.1.00028/xdctools_3_22_04_46/xs" --xdcpath="C:/CCStudio_v5.1.1.00028/ipc_1_23_05_40/packages;C:/CCStudio_v5.1.1.00028/bios_6_32_05_54/packages;" xdc.tools.configuro -o configPkg -t ti.targets.arm.elf.Arm9 -p ti.platforms.evmDM6446 -r debug -c "C:/CCStudio_v5.1.1.00028/ccsv5/tools/compiler/tms470" "../message_host.cfg" making package.mak (because of package.bld) ... generating interfaces for package configPkg (because package/package.xdc.inc is older than package.xdc) ... configuring message_host.xe9 from package/cfg/message_host_pe9.cfg ... The TMS320CDM6446 device is not currently supported. The following devices are supported for the Arm9 target: OMAP3403 OMAP3405 OMAP3425 OMAP3503 OMAP3505 OMAP3515 OMAP3517 OMAP3525 OMAP3530 TMS320C3430 js: "C:/CCStudio_v5.1.1.00028/bios_6_32_05_54/packages/ti/sysbios/family/arm/a8/Mmu.xs", line 124: Error: Unsupported device! "C:/CCStudio_v5.1.1.00028/bios_6_32_05_54/packages/ti/sysbios/family/arm/a8/Mmu.xs", line 154 "C:/CCStudio_v5.1.1.00028/bios_6_32_05_54/packages/ti/sysbios/family/arm/a8/Cache.xs", line 66 gmake.exe: *** [package/cfg/message_host_pe9.xdl] Error 1 js: "C:/CCStudio_v5.1.1.00028/xdctools_3_22_04_46/packages/xdc/tools/Cmdr.xs", line 51: Error: xdc.tools.configuro: configuration failed due to earlier errors (status = 2); 'linker.cmd' deleted. gmake: *** [configPkg/compiler.opt] Error 1 gmake: Target `all' not remade because of errors. **** Build Finished ****