Ruining c++ from Eclipse - /usr/include/c++/5.4/string:38:28: fatal error: bits/c++config.h: No such
Best Answer
-
kuba Posts: 1 ✭
Hello,
Please open project properties, then Parasoft -> C/C++test -> Build Settings. In 'Compiler settings' select 'Family' drop box and change compiler to 64-bit variant (with x86_64 in name) or if 64-bit variant is used change it to 32-bit (without x86_64).
C++test sometimes incorrectly detects available compiler.
1
Answers
Having the same issue. And don't know how to solve it.
@devang,
Did you try the solution described in the earlier post by @kuba ?
Having the same problem few days ago,while running the static analysis with parasoft c/c++ test on Llinux.
i found the solution. missing the glib devl .
i installed this package and issue was disappeared..
sudo apt-get install glibc-devel.i686