April 2020
Intermediate to advanced
412 pages
9h 58m
English
We are going to install and run the gdbserver application, which will allow us to run GDB on our build system and forward all commands to the target system. Switch to the Raspberry Pi emulator window.
# sudo apt-get install gdbserver
$ gdbserver 0.0.0.0:9090 ./hello
# cd /mnt/hello
# apt install -y gdb-multiarch
# gdb-multiarch -q ./hello
Read now
Unlock full access