您好!
我想请问一下为什么我用CCSV5新建一个工程并将csl里面自带的EDMA程序添加进去以后,为什么编译无法通过呢?总是显示“could not open source file 'ti/csl/csl.h' ”,但源程序里面明显没有包含'csl.h'这个头文件。谢谢!
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.
Lee你好:
CSL库一般是自动安装在TI的安装目录,比如C:\Program Files\Texas Instruments
如果您使用6678的DSP,那么整个路径就是
C:\Program Files\Texas Instruments\pdk_C6678_1_0_0_14\packages
有这个文件后,你需要将它的路径包含到项目的include Path路径上。
如果你没有上面提到的PDK,请到TI网站上 www.ti.com进行下载。
谢谢!