Closed kangsenlu closed 3 years ago
$ cd ~/pico/pico-examples/build/picoboard/blinky $ gdb-multiarch picoboard-blinky.elf
In the above gdb-multiarch command, the elf file name should contain "_", not "-".
In addition, the application must be built before the openocd is built and gdb is started.
Thanks for the good work.
Thank you! I've made a correction.
$ cd ~/pico/pico-examples/build/picoboard/blinky $ gdb-multiarch picoboard-blinky.elf
In the above gdb-multiarch command, the elf file name should contain "_", not "-".
In addition, the application must be built before the openocd is built and gdb is started.
Thanks for the good work.