Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct

    Remote Debugging

    Tools
    2
    5
    2994
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • N
      new55 last edited by

      Hi,

      I am working on LPC1768. I want to debug test_ram.elf file using arm-none-eabi-gdb on qt creator.
      I downloaded code to test from http://www.yagarto.de/download/yagarto/LPC1768Test.zip

      Unfortunetely, I couldn't handle remote debugging. I want to debug using j-link gdbserver.
      I tried Debug->Start Debugging->Attach to Remote debug server
      And
      Start Debugger Settings
      Debugger : C:\Program Files\CodeSourcery\Sourcery_CodeBench_Lite_for_ARM_EABI\bin\arm-none-eabi-gdb.exe
      Local Executable : C:\Users\asd\qtprojects\pr2\test_ram.elf
      Host and Port : localhost:2331
      Architecture : arm
      GNU : auto
      Sysroot :
      Location of debugging information :
      Override host GDB start script : C:\Users\asd\qtprojects\pr2\prj\lpc17xx_flash_jlink_1.gdb

      I got this warning after doing settings above :

      The preferred debugger engine for debugging binaries of type 'unknown-unknown-unknown-unknown-unknown' is not available. The debugger engine 'Gdb engine' will be used as a fallback. Details: The CDB debug engine does not support the unknown-unknown-unknown-unknown-unknown ABI.

      Thanks, in advance

      1 Reply Last reply Reply Quote 0
      • A
        aabc last edited by

        I have the same problem. Have you made any progress with this issue ?

        1 Reply Last reply Reply Quote 0
        • N
          new55 last edited by

          no i just gave up :(

          1 Reply Last reply Reply Quote 0
          • A
            aabc last edited by

            So you dont use remote debbugung on QT ?

            1 Reply Last reply Reply Quote 0
            • N
              new55 last edited by

              Yes, I dont use remote debugging on QT.

              1 Reply Last reply Reply Quote 0
              • First post
                Last post