From: José G. de C. R. <jos...@pr...> - 2024-05-05 22:42:10
|
On Sunday, May 5th, 2024 at 18:57, Ubaldo Tiberi <uba...@gm...> wrote: > If I run openocd on terminal with the right board/selection and I connect to it through with arm-none-eabi-gdb -ex "target extended-remote localhost:3333” everything works fine and I can happily debug my code. What version of openocd are you using? > However, if I run openocd on a terminal and I try to call gdb through some other tool (I am running Vimspector on Vim, but that apparently the same issue happens with VSCode as well, see below), I get a lot of warnings displayed on the openocd console like the following: > Warn : ignoring character 0x47 A few coworkers of mine use gdb + VSCode + cortex-m extension (but they are on Windows) and I don't remember any of them complaining about this. Once you tell me the version, I could check with them and try to reproduce it. > I googled a bit and I found some people encountering the same issues although on different platforms. Here are some examples: > > https://github.com/raspberrypi/openocd/issues/14 > https://esp32.com/viewtopic.php?t=26968 > https://www.esp32.com/viewtopic.php?t=16883 Just to make sure, both espressif and raspberry seem to use their own forks and I don't know how up to date it is. |