Windows 下用于 Eclipse 的 GNU ARM 插件 - OpenOCD 未开始调试

GNU ARM plugin for Eclipse under Windows - OpenOCD not starting debugging

我在尝试为 Windows 中的 STM32F4 探索板设置开发环境时遇到问题。

我已经安装了所有必需的文件(ARM 的 GCC、Windows 构建工具、Eclipse 插件),但在尝试启动 OpenOCD 调试时出现此错误:

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

这是我的调试配置屏幕:

这是我在尝试启动它(并生成成功消息)时遇到的错误:

openocd 必须被告知它应该与哪种板通信

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

the only field that usually requires attention is the OpenOCD Setup Other options:, where you should add one or more configuration scripts; for example, for the STM32F4DISCOVERY board, the field should read -f board/stm32f4discovery.cfg