【问题标题】:Errors when building gdb-Insight with mingw使用 mingw 构建 gdb-Insight 时出错
【发布时间】:2012-07-30 13:19:18
【问题描述】:

我正在尝试使用 mingw 构建 Insight,但出现以下错误:

make[4]: *** [pe-i386.lo] Error 1
make[4]: Leaving directory '/c/Users/pshek/Downloads/insight-6.8/bfd'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory '/c/Users/pshek/Downloads/insight-6.8/bfd'
make[2]: *** [all] Error 2
make[2]: Leaving directory '/c/Users/pshek/Downloads/insight-6.8/bfd'
make[1]: [all-bfd] Error 2
make[1]: Leaving directory '/c/Users/pshek/Downloads/insight-6.8/bfd
make: *** [all] Error 2

这就是我所做的:

打开mingw shell

cd 到源文件夹

./配置

制作

我在最新版本的 Insight 和稍旧的版本上都尝试过此操作,但两次都收到类似的错误消息。

我该如何解决这个问题?

【问题讨论】:

    标签: mingw insight


    【解决方案1】:

    我也遇到了同样的问题。 您将能够使用

    编译它
    ./configure --disable-werror
    

    而不是

    ./configure
    

    如果您已经配置,即使您尝试使用必要的标志,它也不会工作。只需再次下载源代码并使用正确的标志进行配置。

    来源:http://ubuntuforums.org/showthread.php?t=1876116

    【讨论】:

      【解决方案2】:

      【讨论】:

      • 对不起,但这不是很有帮助。这个问题是 4 个月大的,并明确要求在编译方面提供帮助。
      猜你喜欢
      • 2018-09-12
      • 2020-08-25
      • 1970-01-01
      • 1970-01-01
      • 2015-06-08
      • 2012-06-06
      • 2021-08-15
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多