Remote Debugging Setup
- Goto Run -> Debug Configurations and select your remote config
- In the Debugger Tab's Main Tab, set the GDB Debugger to:
- Windows: C:\OpenEmbedded\bin\arm-oe-linux-uclibcgnueabi-gdb.exe
- Linux: /usr/local/terkos/arm/bin/arm-oe-linux-uclibcgnueabi-gdb.exe
- and the GDB Command File to:
- Windows: C:\OpenEmbedded\bin.gdbinit
- Linux: /usr/local/terkos/arm/bin/gdbinit
- Hit Debug
- Further instructions...
previous | up | next