From: Spencer O. <sp...@sp...> - 2014-01-22 23:02:28
|
On 22 Jan 2014 22:31, "Christian Gudrian" <chr...@gm...> wrote: > > Hi! > > I have an STM32F4-Discovery board connected to my Mac via openocd 0.8.0 (master branch). The GNU debugger for ARM is connected via TCP. > > I get the following error messages from within GDB: > > (gdb) monitor cortex_m3 vector_catch all > DEPRECATED! use 'cortex_m' not 'cortex_m3' > Runtime Error: embedded:startup.tcl:373: invalid command name „cortex_m" > > (gdb) monitor cortex_m vector_catch all > invalid command name „cortex_m" > > Any idea what’s going wrong? > Afraid the stlink on the discovery board does not support that cmd, it was never ported. It is because the stlink is treated like a target in OpenOCD and the cmd you are trying to use belongs to the cortem_m target. Cheers Spen |