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.

C6678 VLFFT 在进行Debug时,出现问题



最近下载了培训时使用的C6678 VLFFT 工程,已经解决了工程中出现的错误,但是在进行Debug时,出现错误如下:

         No source available for "0xc206998";

在Console中的提示消息是:

C66xx_0: GEL Output : DSP core #0

C66xx_0: GEL Output : No initialization performed since bootmode = 0x00000005

C66xx_0: GEL Output : Invalidate All Cache...

  • 请问,这个是因为没有.cmd文件吗?如果是的话,麻烦技术支持发一下程序使用的.cmd文件,谢谢啦

  • No source available for "0xc206998"; 这个不是错误,可能是工程中使用了lib文件,在链接板卡后没有定位到相应的源文件,可以忽略直接加载相应的out文件即可。

    console中的打印提示的是板卡配置的非no boot mode,所以并部分执行gel中的PLL及DDR等初始化程序,只有在no boot mod下才会完全执行gel中的初始化程序。