Advertisement

Ubuntu 20.04 Python 3.8 安装from source GNU Debugger version 8.1

阅读量:

前言

或许有人会感到疑惑,为何我的标题会显得如此特别?安装gdb8.1与这些版本之间究竟存在何种联系?实际上,由于开发人员在处理过程中出现的疏漏,导致此处存在诸多问题。

下载安装流程

通过官方网站进行获取,或
http://www.linuxfromscratch.org/blfs/view/8.2/general/gdb.html

首个缺陷分析与定位

复制代码
    In file included from /data/repos/arcgnu/gdb/gdb/nat/linux-ptrace.c:20:
    /data/repos/arcgnu/gdb/gdb/nat/linux-ptrace.h:175:22: error: expected identifier before numeric constant
     # define TRAP_HWBKPT 4
                      ^
    /data/repos/arcgnu/gdb/gdb/nat/linux-ptrace.h:175:22: error: expected ‘}’ before numeric constant
    In file included from /data/install/arcgnu8-glibc/ar

全部评论 (0)

还没有任何评论哟~