How to use CodeLite to debug remote target ?

General questions regarding the usage of CodeLite
vaclavpe
CodeLite Curious
Posts: 1
Joined: Thu Jul 28, 2011 11:00 am
Genuine User: Yes
IDE Question: C++
Contact:

How to use CodeLite to debug remote target ?

Post 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 ?