This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug build/16982] configure: error: linker with -z relro support required


https://sourceware.org/bugzilla/show_bug.cgi?id=16982

--- Comment #1 from Chenyuan.Liu <2947868523 at qq dot com> ---

## ----------- ##
## Core tests. ##
## ----------- ##

configure:2344: checking build system type
configure:2358: result: i686-pc-linux-gnu
configure:2378: checking host system type
configure:2391: result: i686-pc-linux-gnu
configure:2460: checking for gcc
configure:2487: result: arm-none-eabi-gcc
configure:2716: checking for C compiler version
configure:2725: arm-none-eabi-gcc --version >&5
arm-none-eabi-gcc (GCC) 4.9.0
Copyright (C) 2014 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:2736: $? = 0
configure:2725: arm-none-eabi-gcc -v >&5
Using built-in specs.
COLLECT_GCC=arm-none-eabi-gcc
COLLECT_LTO_WRAPPER=/home/lianhua/arm-linux/4.9.0/arm-linux/4.9.0/libexec/gcc/arm-none-eabi/4.9.0/lto-wrapper
Target: arm-none-eabi
Configured with: ../../src/gcc-4.9.0/configure --target=arm-none-eabi
--prefix=/home/lianhua/arm-linux/4.9.0/arm-linux/4.9.0 --without-headers
--enable-languages=c --disable-shared --disable-threads --disable-decimal-float
--disable-libmudflap --disable-lipssp --with-newlib
Thread model: single
gcc version 4.9.0 (GCC) 
configure:2736: $? = 0
configure:2725: arm-none-eabi-gcc -V >&5
arm-none-eabi-gcc: error: unrecognized command line option '-V'
arm-none-eabi-gcc: fatal error: no input files
compilation terminated.
configure:2736: $? = 1
configure:2725: arm-none-eabi-gcc -qversion >&5
arm-none-eabi-gcc: error: unrecognized command line option '-qversion'
arm-none-eabi-gcc: fatal error: no input files
compilation terminated.
configure:2736: $? = 1
configure:2741: checking for suffix of object files
configure:2763: arm-none-eabi-gcc -c   conftest.c >&5
configure:2767: $? = 0
configure:2788: result: o
configure:2792: checking whether we are using the GNU C compiler
configure:2811: arm-none-eabi-gcc -c   conftest.c >&5

-- 
You are receiving this mail because:
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]