https://ftp.gnu.org/gnu/gdb/gdb-10.1.tar.xz

使用的gdb10.1版本,编译报错

1、error: no termcap library found
2、error: makeinfo is required for compilation

参考

https://blog.csdn.net/tiger15605353603/article/details/81296312

解决办法:

sudo apt-get install texinfo
sudo apt-get install libncurses5-dev
sudo apt-get install m4
sudo apt-get install flex
sudo apt-get install bison

相关文章:

  • 2021-12-01
  • 2022-12-23
  • 2021-10-15
  • 2021-06-20
  • 2022-12-23
  • 2021-12-16
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-01-26
  • 2022-12-23
  • 2022-01-01
  • 2021-05-22
  • 2022-02-18
相关资源
相似解决方案