PDA

View Full Version : Qt Creator with Black Magic Probe- debugger (GNU ARM Embedded)



phenoboy
23rd December 2016, 12:04
Is it possible to get Qt Creator debugging with Black Magic Probe- debugger hardware with GNU ARM Embedded project working ? Black Magic Probe (BMP) attached to USB and implements GDB server and shows up as a virtual COM port ?

In Bare Metal section options are default, ST Link and openocd.

Basically to get it connected in Windows in gdb.exe I issue:


target extended-remote \\.\COM10

I've added 'ARM GDB' under 'kits' section where I've defined arm-gdb debugger binary. But In the Projects->Debug it seems it is not possible to add this kit (ARM GDB) so that debugger would start. Any ideas ?

phenoboy
3rd February 2017, 17:09
Anybody debugging with arm-gdb under Qt Creator ?

anda_skoa
4th February 2017, 10:20
When you say it is not possible to add the kit, maybe it is not completely configured.

Are all the kits components configured?
Do any field indicate a warning or error?

Cheers,
_