Steve
Steve

Reputation: 859

Problems with OpenOCD under Eclipse Neon.2 (release 4.6.2)

I have been trying to establish connection between STM3220G-EVAL board and OpenOCD debugger under Eclipse Neon.2 (release 4.6.2) running on Windows 7 PC. My Debug Configuration looks like: enter image description here. The problem is that I still receive following Error Message: enter image description here. I have found in another thread that this message is due to the missing line -f board\stm32f4discovery.cfg so I have appended it. But the result is still the same. Does anybody know what the reason could be? Thanks for any suggestions.

enter image description here

Upvotes: 0

Views: 267

Answers (2)

Freddie Chopin
Freddie Chopin

Reputation: 8860

Eclipse Neon.2 is broken for hardware debugging. Your only option is to downgrade to Neon.1.

https://bugs.eclipse.org/bugs/show_bug.cgi?id=509812

Upvotes: 0

J_S
J_S

Reputation: 3282

You've set this option in the GDB section, not OpenOCD section. Check "Start OpenOCD locally" and move the "-f board/stm32f4discovery.cfg" line to "Config options" instead.

Upvotes: 1

Related Questions