Remote Debugging
-
wrote on 19 Mar 2012, 15:08 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.zipUnfortunetely, 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.gdbI 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
-
wrote on 21 May 2012, 12:19 last edited by
I have the same problem. Have you made any progress with this issue ?
-
wrote on 21 May 2012, 12:29 last edited by
no i just gave up :(
-
wrote on 21 May 2012, 13:18 last edited by
So you dont use remote debbugung on QT ?
-
wrote on 21 May 2012, 13:29 last edited by
Yes, I dont use remote debugging on QT.