请工程师给指点迷津,现在的情况是这样的,我用的是CCS5.4版本,目标配置的是TI Simulator中的F283X CPU。之后我直接以controlsuite>device_support>f2833x>v132>DSP2833x_exapmles_ccsv4>Example_2833xAdcToDMA的路径导入这个例程,然后编译通过,然后点击debug,出现debug界面,展开会得到两项,其中一项是:main()at Example_2833xAdcToDMA.c:92 0x0097FE。另一项是:_args_main() at args_main.c:92 0x00994D(_args_main does not contain frame information)。当点击第二项时中会出现Can't find a source file at "/tmp/TI_MKLIBOv0gI0/SRC/args_main.c" Locate the file or edit the source lookup path to include its location。请问这是什么问题,该怎么解决。
Hank Zhao:
args_main是库函数,CCS提示Can't find a source file是正常现象。
请工程师给指点迷津,现在的情况是这样的,我用的是CCS5.4版本,目标配置的是TI Simulator中的F283X CPU。之后我直接以controlsuite>device_support>f2833x>v132>DSP2833x_exapmles_ccsv4>Example_2833xAdcToDMA的路径导入这个例程,然后编译通过,然后点击debug,出现debug界面,展开会得到两项,其中一项是:main()at Example_2833xAdcToDMA.c:92 0x0097FE。另一项是:_args_main() at args_main.c:92 0x00994D(_args_main does not contain frame information)。当点击第二项时中会出现Can't find a source file at "/tmp/TI_MKLIBOv0gI0/SRC/args_main.c" Locate the file or edit the source lookup path to include its location。请问这是什么问题,该怎么解决。
guolin liang:
回复 Hank Zhao:
谢谢你的回答,出现这种情况,debug会出问题吗???
请工程师给指点迷津,现在的情况是这样的,我用的是CCS5.4版本,目标配置的是TI Simulator中的F283X CPU。之后我直接以controlsuite>device_support>f2833x>v132>DSP2833x_exapmles_ccsv4>Example_2833xAdcToDMA的路径导入这个例程,然后编译通过,然后点击debug,出现debug界面,展开会得到两项,其中一项是:main()at Example_2833xAdcToDMA.c:92 0x0097FE。另一项是:_args_main() at args_main.c:92 0x00994D(_args_main does not contain frame information)。当点击第二项时中会出现Can't find a source file at "/tmp/TI_MKLIBOv0gI0/SRC/args_main.c" Locate the file or edit the source lookup path to include its location。请问这是什么问题,该怎么解决。
Hank Zhao:
回复 guolin liang:
debug不会有问题,用step over单步时就不会再出现这种提示。用step into之后会显示汇编语句,但没有相对于的源文件,所以就会有上边的提示。