When I run Eclipse CDT debugger in Linux, I see the following error in GDB console:
The target endianness is set automatically (currently little endian)
Traceback (most recent call last):
File "/usr/share/gdb/auto-load/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19-gdb.py", line 63, in <module>
from libstdcxx.v6.printers import register_libstdcxx_printers
ImportError: No module named 'libstdcxx'
What does it mean, can I fix it, and should I fix it?