Difference between revisions of "Template:MCU resources"

From DiLab
Jump to: navigation, search
(Resources)
(GDB)
Line 12: Line 12:
* [http://web.cecs.pdx.edu/~jrb/cs201/lectures/handouts/gdbcomm.txt GDB commands in short] from PDX
* [http://web.cecs.pdx.edu/~jrb/cs201/lectures/handouts/gdbcomm.txt GDB commands in short] from PDX
* [http://www.gnu.org/software/gdb/documentation/ GDB manual]
* [http://www.gnu.org/software/gdb/documentation/ GDB manual]

* Remote debugging example, using 12345 as the communications port on localhost
qemu-arm -L /usr/arm-linux-gnueabi -g 12345 md1 10 &
gdb-multiarch md1
target remote localhost:12345
continue


====ARM====
====ARM====

Revision as of 23:55, 28 October 2021

Resources

Make

GDB

  • Remote debugging example, using 12345 as the communications port on localhost
qemu-arm -L /usr/arm-linux-gnueabi -g 12345 md1 10 &
gdb-multiarch md1
  target remote localhost:12345
  continue

ARM


Xscale