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
Maybe you can help. I don't know where to ask.
I'm on arch linux. When I run:
$ avr-gdb --version
I get:
Traceback (most recent call last):
File "/usr/share/gdb/python/gdb/__init__.py", line 185, in _auto_load_packages
__import__(modname)
File "/usr/share/gdb/python/gdb/printer/bound_registers.py", line 18, in <module>
import gdb.printing
File "/usr/share/gdb/python/gdb/printing.py", line 223, in <module>
class _EnumInstance(gdb.ValuePrinter):
^^^^^^^^^^^^^^^^
AttributeError: partially initialized module 'gdb' has no attribute 'ValuePrinter' (most likely due to a circular import)
GNU gdb (GDB) 13.2
Copyright (C) 2023 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Any idea?
The text was updated successfully, but these errors were encountered:
Maybe you can help. I don't know where to ask.
I'm on arch linux. When I run:
$ avr-gdb --version
I get:
Any idea?
The text was updated successfully, but these errors were encountered: