First page Back Continue Last page Overview Graphics
Remote debugging: requirements
Requirements
- On the host, a toolchain compiled with gdb support : ARCH-linux-gdb must be available. It is a version of gdb that runs on your host but that understand the specificities of the target architecture
- On the target, a gdbserver program, compiled for your target architecture. It is usually part of the cross-compilation toolchain.
- A serial or Ethernet connection