Kenneth Mitchell
Kenneth Mitchell
As far as Cortex-Debug is concerned...`external` is the solution I need, and it does work without WSL involved. But why gdb on WSL will not connect to OpenOCD on Win10...
OpenOCD only binds to 127.0 0.1 by default! Doh.
I was able to pass -c "bindto 0.0.0.0" to OpenOCD to make it work. On Tue, Jun 18, 2019, 9:10 AM Haneef Mohammed wrote: > Okay, this rings a bell....
Y...I screwed up. I didn't clean after adding debug symbols to build task. I assumed makefile would recompile everything that didn't have debug symbols. Everything works correctly now. Ty! On...