Export to GitHub

terk-ide - RemoteDebugging.wiki


Remote Debugging Setup

  1. Goto Run -> Debug Configurations and select your remote config

    http://lh4.ggpht.com/_s2U5CJJ0nTM/SxVte3aThoI/AAAAAAAAASk/lJhJxS9TU94/s640/project3.png

  2. 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
  3. and the GDB Command File to:
    • Windows: C:\OpenEmbedded\bin.gdbinit
    • Linux: /usr/local/terkos/arm/bin/gdbinit

      http://lh5.ggpht.com/_s2U5CJJ0nTM/SxVtfJx3v9I/AAAAAAAAASw/G35HuVazGWE/s512/project6.png

  4. Hit Debug

    http://lh3.ggpht.com/_s2U5CJJ0nTM/SxVx4sXf3uI/AAAAAAAAAS0/cKN8s0hwPGk/s512/project7.png

  5. Further instructions...

previous | up | next