c++ - ImportError: No module named 'libstdcxx' while debuging project with ncurses -
trying debug project uses ncurses eclipse ide. got error:
fff@ubuntu:~/workspace/ttt/debug$ gnu gdb (ubuntu 7.7.1-0ubuntu5~14.04.2) 7.7.1 copyright (c) 2014 free software foundation, inc. license gplv3+: gnu gpl version 3 or later <http://gnu.org/licenses/gpl.html> free software: free change , redistribute it. there no warranty, extent permitted law. type "show copying" , "show warranty" details. gdb configured "x86_64-linux-gnu". type "show configuration" configuration details. bug reporting instructions, please see: <http://www.gnu.org/software/gdb/bugs/>. find gdb manual , other documentation resources online at: <http://www.gnu.org/software/gdb/documentation/>. help, type "help". type "apropos word" search commands related "word". 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> libstdcxx.v6.printers import register_libstdcxx_printers importerror: no module named 'libstdcxx' error opening terminal: unknown. quit
application should start in terminal. there post regarding problem can't find how fix anyway.
Comments
Post a Comment