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.

使用CSL库的时候报错

我在TMS320C5509A上运行SD卡例程的时候,仿真的时候代码卡在    MMC_read(mmc0,sector*512,mybuf,512); 这一行中。停止时候显示错误为

"Can't find a source file at "/vobs/CSL/c55xx/src/csl/mmc_read.c" 

Locate the file or edit the source lookup path to include its location."

我使用的仿真器是XDS100V2。

下面这三个已经设置过了:
在Project-Properties-Build-C5500 Compiler-Include Options: 
在(Add dir to #include search path)中加入csl509a的include位置,我个人路径是 C:\Program Files\C55xxCSL\include。
:
在Project-Properties-Build-C5500 Linker-File Search Path:在(Include library file or command file as input)中加入csl509a的lib地址,我个人的是C:\Program Files\C55xxCSL\csl509a.lib 
:
在(Addto library search path)中加入csl509a的位置,我个人的是C:\Program Files\C55xxCSL\include。

现在不知道这个错误产生的原因是什么。