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.

mcsdk syslink examples in CCS

 Hello All!

I use mcsdk 1.1.0.2 and CCSv5.5 

I want to build and debug SYSLINK messageQ_DSP example in CCS.

Exist article http://processors.wiki.ti.com/index.php/Creating_CCS_Project_for_SysLink_samples does not helpful in my case. Because syslink example projects has no XXX_cfg.xs files

A try to add all source code files from messageq_dsp project to CCS project and try to compile.

When I try to build the project I see error:

cannot read properly "base" base from undefined (.../Dsp.cfg) . I thought that something is wrong in the configuration of project in CCS (XDCtool, IPC or other).

CCS by default creates ConfigPkg folder which is contain config.bld files which is generated automaticaly. But syslink from mcssdk should use own config.bld file.

 How to configure CCS to use my config.bld file? and how to udjust XDCtool well for my project?