如果让c6678跑Linux的话,可以把dsplib copy到Linux环境下使用么?还有那个csl lib可以用么?
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.
如果让c6678跑Linux的话,可以把dsplib copy到Linux环境下使用么?还有那个csl lib可以用么?
你好,
我觉得只有有dsplib的源代码,用符合你们使用的Linux下环境下的编译工具,比如GCC编译一下,生成对应格式的库,在Liunx环境下是可以使用的。CSL库的问题也是一样的。
我看到现在TI发布的软件包中CSL的源代码都是有的,dsplib我没有用过,不知道有没有源代码。
不知道GCC编译能否满足您的需求呢?
Adam Yao
据说dsplib都是用汇编写的程序,最优化的,然后封装好的。
没有汇编的源码我怎么编译啊,用C的源代码会不会导致效率下降
你在Linux下,直接链接dsplib的库文件可以,请试一下看看