Windows下的Eclipse GNU ARM插件 - OpenOCD无法启动调试

时间:2016-04-03 23:19:50

标签: gcc arm eclipse-cdt stm32f4discovery openocd

我在尝试在Windows中为STM32F4 Discovery板设置dev env时遇到了问题。

我已经安装了所有必需的文件(用于ARM的GCC,Windows Build Tools,Eclipse插件),并且在尝试启动OpenOCD调试时遇到此错误:

Missing mandatory configuration. Fill-in the 'Config options:' field in the Debugger tab.

这是我的调试配置屏幕: enter image description here

这是我尝试启动时产生的错误(并构建成功消息):

enter image description here

1 个答案:

答案 0 :(得分:6)

openocd必须告知应该与哪种董事会讨论

http://gnuarmeclipse.github.io/debug/openocd/#create-the-debugger-configuration

  

通常需要注意的唯一字段是OpenOCD设置   其他选项:,您应该添加一个或多个配置   脚本;例如,对于STM32F4DISCOVERY板,该字段应该   阅读-f board/stm32f4discovery.cfg