From: Christian G. <chr...@gm...> - 2014-01-22 22:30:36
|
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? Christian |