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.

连续运行没问题,单步调试报错



编译通过了,在调试时遇到的问题。

连续运行时,也就是resume (F8),没有问题,板子该实现的功能也正常,可是我单步调试时,也就是step into时就会有问题,有的该运行的就直接跳过去了。然后我就用汇编的单步运行去看刚才那些被跳过的程序,这是就会报错。

报错主要有两种,一种是找不到源文件,比如Can't find a source file at "/tmp/TI_MKLIBXHHo2F/SRC/ll_cmp28.inc" 还有一种是:No source available for "0x3f3bcb" 。

请问这是什么问题。