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.

CCS5.4下编译调试的问题。

Other Parts Discussed in Thread: CONTROLSUITE

请工程师给指点迷津,现在的情况是这样的,我用的是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。请问这是什么问题,该怎么解决。