Debugging Error

Hi,

I am trying to debug “dwm-simple”. But I encountered an error:
“Error in services launch sequence
Starting OpenOCD timed out.”

Can anyone help me out with this?

Thanks,
Hanish

What IDE do you use? What version of GDB do you use? gdb & openocd seems not stucked together

Hi marsu,
I am using Virtual Box Image provided by Decawave which has Eclipse(version Oxygen Release 4.7.0) and I haven’t made any changes yet.
Thanks,
Hanish

Check, does your debugger is visiable in your Vitrual machine?

Yes, it is visible as “GDB OpenOCD Debugging”.

Try to do this,https://stackoverflow.com/questions/38033130/how-to-use-the-gdb-gnu-debugger-and-openocd-for-microcontroller-debugging-fr
Check if OpenOCD available from command line

Thanks marsu for your help.