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.
调试的时候总出现这个,什么原因啊,我快疯了都
你好,请问是不是在工程里用到了库函数,如果是这样的话,一般在程序调试过程中,暂停时可能会出现这个错误。
因为工程中包含了 库文件,但是没有包含生成库的源C文件。所以暂停时会出现无法定位的错误。
去哪找这个文件呢,这个文件是干什么用的
这个文件在 CCS安装目录下:
C:\ti\ccsv5\tools\compiler\msp430_4.1.6\lib\
解压rtssrc.zip即可。
请参考2楼答案