Eclipse CDT中的调试错误

时间:2013-10-11 08:17:46

标签: eclipse debugging eclipse-cdt

我是eclipse CDT软件的新手。我想为LPC11C24微控制器运行一个ADC程序。 我的程序正在编译而没有任何错误,但它不是调试。

显示以下错误: -

Error in final launch sequence
Failed to execute MI command:
source gdbinit
Error message from debugger back end:
gdbinit: No such file or directory.
gdbinit: No such file or directory.

在编译时,我能够读取ADC值,但仍然没有调试。

请帮帮我们

提前谢谢

1 个答案:

答案 0 :(得分:0)

您需要为gdb提供初始化文件(例如gdbinit)或编辑gdb启动器配置,以便它不会发现gdbinit。

相关问题