Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我一直在尝试在 Windows 7 PC 上运行的 Eclipse Neon.2(版本 4.6.2)下建立 STM3220G-EVAL 板和 OpenOCD 调试器之间的连接。我的调试配置看起来像:。问题是我仍然收到以下错误消息:。我在另一个线程中发现此消息是由于缺少行所致,-f board\stm32f4discovery.cfg因此我已将其附加。但结果还是一样。有谁知道可能是什么原因?感谢您的任何建议。
-f board\stm32f4discovery.cfg
您已在 GDB 部分设置此选项,而不是在 OpenOCD 部分。选中“本地启动 OpenOCD”并将“-f board/stm32f4discovery.cfg”行移至“配置选项”。
Eclipse Neon.2 因硬件调试而损坏。您唯一的选择是降级到 Neon.1。
https://bugs.eclipse.org/bugs/show_bug.cgi?id=509812