我试图在Fedora 21下为ARM构建GCC,但4.6.4和4.9.2失败并出现同样的错误:
checking dynamic linker characteristics... configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES.
Makefile:8200: recipe for target 'configure-zlib' failed
我遵循本指南:http://www.kunen.org/uC/gnu_tool.html
无法理解,我做错了什么?
P.S。 configure
命令:
../../src/gcc-4.9.2/configure --target=arm-none-eabi --prefix=$MYTOOLS --enable-interwork --enable-multilib --enable-languages="c,c++" --with-newlib --with-headers=../../src/newlib-1.20.0/newlib/libc/include/
答案 0 :(得分:1)
如果您在此系统上安装了zlib,则可以尝试将--with-system-zlib添加到您正在使用的configure命令中。