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.

CCS下在dsp端编译的.lib文件 如何加到DVSDK



你好:
       最近我要在DM6467上面集成一个.lib文件,这个.lib是在CCS下的dsp端编译的(假如是加法运算 输入 a , b  输出 c = a + b),这个.lib在CCS下编写是没有遵照XDM标准的 ,然后如何把它合到DVSDK DEMO里去,让它能够在DSP上跑,然后应用程序这边可以直接调用,非常感谢!