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.

can't find a source file at "/tmp/TI_mklibxhho2/SRC/memcpy_ff.c"

Other Parts Discussed in Thread: TMS320F28035

正在使用C语言编写调试TMS320F28035的CLA,使用CLA进行ADC采集,可是调试时有以下问题:

1、全速运行时CPU直接跳到了_interrupt void ILLEGAL_ISR(void), ,程序停止运行;

2、单步运行时,运行到memcpy((uint16_t *)&Cla1funcsRunStart,(uint16_t *)&Cla1funcsLoadStart, (unsigned long)&Cla1funcsLoadSize);语句时,编译器跳出以下窗口提示:

Can't find a source file at "/tmp/TI_MKLIBXHHo2F/SRC/memcpy_ff.c"

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

请各位帮忙分析指点一下,谢谢。