配置:CCS5.5.0 + Generic C66xx Device + Texas Instruments Simulator:C6657 Device…,Little Endian 用于纯软件编译
代码很简单:
#include
int main(void)
{
printf("123\n");
return 0;
}
编译后进行debug
F6单步执行到最后一行,准备跳出main函数的时候开始报错:
Can't find a source file at "/tmp/TI_MKLIBr78rCW/SRC/boot.c"Locate the file or edit the source lookup path to include its location.
再按下F6,也报错:
Can't find a source file at "/tmp/TI_MKLIBr78rCW/SRC/exit.c"Locate the file or edit the source lookup path to include its location.
最后程序卡在这儿,也不能自动退出
各种CCS5.x.x 和CCS6.x.x都试过了还是不行,小白一枚,跪求指导!
Kaijie Yang:
回复 Denny%20Yang99373:
也就是说,main()函数能执行就好了,这个错误可以把它忽略