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.

How to create dsplink library for CCS 4 usage

Dear all:

I have omapl137 dsplink examples compile OK on Linux host and runs fine on target board. Now I want to change DSP design flow from linux to win7 CCS4 environment. I don't use XDC tools, just use dsplink for DSP app load and message exchange. In Linux host, I use OMAPL137_dsp_1_00_00_11 packages, but use dsplink 1_65_00_03. For window I installed the tools and library:

1. cgt tools: 6.1.9.

2. dspbios: 5.33.05

3. xdctools: 3.10.05.61

4. dsplink 1_61_03-prebuilt.

Follow wiki steps, I can compile pass dsplink helloDSP project example with dsplink 1_61_03-prebuilt library.

The question 1 is:

How do  I do to generate a library say "dsplink1_65_00_03-prebuilt" like "dsplink 1_61_03-prebuilt"? Is there any install script ready to generate this library or what files I should copy to make my own library, I only need C6747 related library ( which inside omapl137).

The question 2 is:

How to generate a new project or what setting I should do to port dsplink example like LOOP, MESSAGE ... projects to ccs4.

Thanks.