当前位置:网站首页>gdb 10.2的安装
gdb 10.2的安装
2022-08-09 11:03:00 【XV_】
参考
[1] GDB-10.2
[2] README for GDB release
个人系统 Ubuntu20.10。
注意gdb10.2需要c++11语法,需要安装g++
- 下载安装包
wget https://ftp.gnu.org/gnu/gdb/gdb-10.2.tar.xz
- 解压缩
tar -xvzf gdb-10.2.tar.xz
- 进入解压之后的目录
mkdir build
cd build
- 配置,安装tui mode,
../configure --enable-tui
此处注意,可能会提示你没有相关库configure: WARNING: no enhanced curses library found; disabling TUI
查阅官方发现:Build GDB with the text-mode full-screen user interface (TUI).Requires a curses library (ncurses and cursesX are also supported).
你需要安装ncurses
库,才能安装tui。Linux安装Ncurses库
参考 configure: WARNING: no enhanced curses library found; disabling TUI
make
sudo make all install
gdb -v
查看当前版本,是10.2
具体细节以及其他遇到的问题,请自行查阅官方文档,相关链接本文全部给出,本文不可能解决你所有的问题。
特别注意,不同版本的软件,安装流程可能差不多,但是会有所不同,因此请查阅最新版本的官方文档。
边栏推荐
- 华为VRRP+MSTP联动接口检测实验案例
- verbose np.matmul/np.dot/np.multiply/tf.matmul/tf.multiply/*
- For versions corresponding to tensorflow and numpy, report FutureWarning: Passing (type, 1) or '1type' as a synonym of type is deprecate
- Julia常见符号意思
- 如何在gazebo进行 joint的转动控制
- Qt 国际化翻译
- matlab图像分割,从基因芯片荧光图像中提取阴性点(弱)和阳性点(强)
- Beauty Values
- 聚类了解
- faster-rcnn学习
猜你喜欢
随机推荐
sublime记录
备战金三银四:如何成功拿到阿里offer(经历+面试题+如何准备)
STM32启动方式及BootLoader
cnn的输入输出
Input and output of cnn
中断系统结构及中断控制
彻底理解工厂模式
grpc系列-初探grpc 路由注册和转发实现
CAN总线发送数据
OpenSSF's open source software risk assessment tool: Scorecards
vite的原理,手写vite
类与对象 (下)
golang runtime Caller、Callers、CallersFrames、FuncForPC、Stack作用
FreeRTOS列表和列表项源码分析
Since I use the HiFlow scene connector, I don't have to worry about becoming a "dropper" anymore
Arduino学习总结 + 实习项目
多商户商城系统功能拆解26讲-平台端分销设置
详细的np.matmul / np.dot / np.multiply / tf.matmul / tf.multiply / *
golang 三种指针类型具体类型的指针、unsafe.Pointer、uintptr作用
日期工具类