I am working on LPC1768. I want to debug the test_ram.elf file using arm-none-eabi-gdb on qt creator. I downloaded the testing code from http://www.yagarto.de/download/yagarto/LPC1768Test.zip
Unfortunately, I could not handle remote debugs. I want to debug using j-link gdbserver.
I tried Debug-> Start Debugging-> Attach to a 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 received this warning after completing the settings above:
The preferred debugging mechanism for debugging binary files of type "unknown-unknown-unknown-unknown-unknown" is not available. The Gdb engine debugger mechanism will be used as a backup. Details: CDB debugging engine does not support unknown-unknown-unknown-unknown-unknown ABI.
Thanks in advance
esa55 source share