Featured on gone fishing, some limited evidence for the Loch Ness monster!
More on youtube:
https://www.youtube.com/watch?v=wsjD1XMUWj4https://www.youtube.com/watch?v=wsjD1XMUWj4
Featured on gone fishing, some limited evidence for the Loch Ness monster!
More on youtube:
https://www.youtube.com/watch?v=wsjD1XMUWj4https://www.youtube.com/watch?v=wsjD1XMUWj4
./configure --target=arm-linux-gnueabi
make
This leads to a gdb binary that runs on the host Linux PC but has an ARM target
architecture.
Similarly a gdbserver can be built for the target machine with:
./configure --host=arm-linux-gnueabi
make
On the target system we run gdbserver:
gdbserver :8888
Note this can be a stripped binary.
On the host PC we run gdb:
file
target remote :port
cont