gpt4 book ai didi

c++ - 在 Vortex86DX 上从头开始构建和编译 GCC 5.2.0 时出错

转载 作者:塔克拉玛干 更新时间:2023-11-03 01:41:44 25 4
gpt4 key购买 nike

为了使用 gcc 3.2.3 编译器升级 ​​VortexDX86 自定义 linux,我尝试构建 GCC 5.2.0 编译器以支持最新的 C++ 11 标准。

我已经从gcc.gnu.org 下载了它的源代码。并根据 this link 做了标准的 linux 包构建器.

$ mkdir ../gcc-build
$ cd ../gcc-build
$ ../gcc-5.2.0/configure --prefix=/usr --disable-multilib --with-system-zlib --enable-languages=c,c++

配置运行良好。我做的:

$ make

我收到以下错误:

    make[3]: Entering directory `/home/ftp/pub/gcc-5.2.0/host-i586-pc-linux-gnu/gcc'
g++ -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Woverloaded-virtual -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../.././gcc -I../.././gcc/build -I../.././gcc/../include -I../.././gcc/../libcpp/include \
-o build/genmddeps.o ../.././gcc/genmddeps.c
cc1plus: warning: -Wmissing-format-attribute ignored without -Wformat
In file included from ../../gcc/genmddeps.c:19:
../../gcc/system.h:201:19: string: No such file or directory
../../gcc/system.h:218:22: algorithm: No such file or directory
../../gcc/system.h:219:20: cstring: No such file or directory
../../gcc/system.h:220:20: utility: No such file or directory
../../gcc/system.h:249:19: cstdlib: No such file or directory
make[3]: *** [build/genmddeps.o] Error 1
make[3]: Leaving directory `/home/ftp/pub/gcc-5.2.0/host-i586-pc-linux-gnu/gcc'
make[2]: *** [all-stage1-gcc] Error 2
make[2]: Leaving directory `/home/ftp/pub/gcc-5.2.0'
make[1]: *** [stage1-bubble] Error 2
make[1]: Leaving directory `/home/ftp/pub/gcc-5.2.0'
make: *** [all] Error 2

之后 make 过程中止。我安装了所有依赖项(tclexpectdejagnuperlm4gmpmpfrmpc),我不知道缺少什么。

如前所述,原始的 Vortex linux 有一个 gcc 3.2.3 编译器版本。

我需要解决这个问题,但我不知道从哪里开始。它似乎与自己的 gcc 库混淆了....

感谢帮助解决这个问题。

最佳答案

您需要一个可用的 C++ 编译器来构建最新版本的 GCC,而您似乎没有(您的 GCC 3.2.3 似乎缺少 C++ 标准库头文件)。

我建议您使用现有的编译器来构建 GCC 4.7.4(它仍然可以由 C 编译器构建)以获得一个工作的 C++ 编译器。然后使用GCC 4.7.4构建GCC 5.2

关于c++ - 在 Vortex86DX 上从头开始构建和编译 GCC 5.2.0 时出错,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32771977/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com