tags:

views:

24

answers:

0

Hi All,

I am developing embedded software for an ARM-based target. The target software is compiled/linked using gcc (arm-none-eabi) and debugged using GDB (arm-none-eabi). The tool-chain has been successfully validated. To easy debugging of software I would like to use a graphical debugger interfaces based on GDB. The candidates are DDD and KDbg. My issue is that I have not been able to determine how to re-configure these debuggers to use the GDB for my embedded target (arm-none-eabi). Any advice would be highly appreciated. ;-)

Thanks in Advance,

Witek