Page 1 of 1

How to use CodeLite to debug remote target ?

Posted: Thu Jul 28, 2011 11:17 am
by vaclavpe
Hello,

I tried to debug an application for ARM microcontroller. I could choose GDB path to run arm-none-eabi-gdb.exe But then I am getting following message:

Code: Select all

 The "remote" target does not support "run".
Try "help target" or "continue".
even if I don't have any "run" in the startup file for GDB. Is it hard coded ?

Did anybody try to use CodeLite for ARM development ?