You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used pip install -U pyocd to upgrade my pyocd version today.
I try to run a GDB server with pyocd-gdbserver and I get the following error output:
~ $ pyocd-gdbserver
Traceback (most recent call last):
File "/usr/local/bin/pyocd-gdbserver", line 7, in <module>
from pyocd.tools.gdb_server import main
ImportError: No module named pyocd.tools.gdb_server
I am using pyocd version 0.13.2 and arm-none-eabi-gdb version GNU gdb (GNU Tools for Arm Embedded Processors 7-2018-q2-update) 8.1.0.20180315-git
In order to run a pyocd-gdbserver I need to downgrade pyocd to version 0.12.x