Remote replied unexpectedly to 'vMustReplyEmpty': vMustReplyEmpty
Hello,
I have followed the setup in the README up to the command:
arm-none-eabi-gdb -x run.gdb hello.elf
which results in the following output from within gdb:
Remote replied unexpectedly to 'vMustReplyEmpty': vMustReplyEmpty
Apparently, this is an issue with the debug bridge not supporting newer gdb versions (see: https://github.com/pulp-platform/debug_bridge/issues/9). Is there a known workaround for this by using/modifying existing farjump code or scripts (e.g. adjusting installed gdb version)?
I am using the suggested USB to TTL cable (https://www.adafruit.com/product/954) with target Rpi 3B+ on an Ubuntu 20.04 host.
Thank you!
Hi. I have the same issue. I am also interested in the solution.