我目前在系统上安装了 GDB 版本 7.7.1。但是,对于 Eclipse 和名为 openFOAM(版本 2.3.1)的软件包的组合,我需要将 GDB 版本降级到 6.8,以便 Eclipse 以调试模式运行,如下所述:
https://openfoamwiki.net/index.php/HowTo_Use_OpenFOAM_with_Eclipse#Versions
我卸载了 GDB 7.7.1 版本并从以下位置下载了 gdb-6.8a.tar.gzhttp://ftp.gnu.org/gnu/gdb/并尝试使用以下方法安装:
sudo ./configure --disable-werror
sudo make
sudo make install
在最后两行我收到错误:
linux-nat.h:63:18: error: field 'siginfo' has incomplete type
我不知道如何修复此错误,因为搜索它似乎表明在更高版本的 GDB 中修复了一个错误(这显然对我没用)。任何帮助都将不胜感激。