51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#debuginfo
gdb调试报错:Missing separate debuginfos, use: debuginfo-install glibc-XXX
解决方案:1、先修改“/etc/yum.repos.d/CentOS-Debuginfo.repo”文件的enable=1;2、使用sudoyuminstallglibc安装;3、使用 debuginfo-installglibc-2.12-1.132.el6.i686 安装。  ...
代码星球
·
2021-01-16
gdb
调试
报错
Missing
separate
centos6安装debuginfo
查看内核版本,查找对应的内核rpm文件[root@localhost~]#uname-rspLinux3.10.0-229.1.2.el7.x86_64x86_64去debuginfo.centos.org 下载相应的rpm包,本机内核是3.10.0-229.1.2.el7.x86_64x86_6...
代码星球
·
2020-04-06
centos6
安装
debuginfo
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他