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/16989] New: check_fds.c:85:1: internal compiler error: Segmentation fault


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

            Bug ID: 16989
           Summary: check_fds.c:85:1: internal compiler error:
                    Segmentation fault
           Product: glibc
           Version: 2.13
            Status: NEW
          Severity: critical
          Priority: P2
         Component: build
          Assignee: unassigned at sourceware dot org
          Reporter: 2947868523 at qq dot com
                CC: carlos at redhat dot com
              Host: i686-pc-linux
            Target: arm-linux

centos 6.0
glibc-2.13 + glibc-ports-2.13

//make error
check_fds.c: In function âcheck_one_fdâ:
check_fds.c:85:1: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
make[2]: *** [/home/lianhua/arm-linux/4.6.0/build/glibc2/csu/check_fds.o] Error
1

//host gcc version
gcc -v
Using built-in specs.
Target: i686-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man
--infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla
--enable-bootstrap --enable-shared --enable-threads=posix
--enable-checking=release --with-system-zlib --enable-__cxa_atexit
--disable-libunwind-exceptions --enable-gnu-unique-object
--enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk
--disable-dssi --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre
--enable-libgcj-multifile --enable-java-maintainer-mode
--with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib
--with-ppl --with-cloog --with-tune=generic --with-arch=i686
--build=i686-redhat-linux
Thread model: posix
gcc version 4.4.7 20120313 (Red Hat 4.4.7-4) (GCC) 

//configure command
CC=${TARGET}-gcc LD=${TARGET}-ld AR=${TARGET}-ar RANLIB=${TARGET}-ranlib
CFLAGS="-g -O2 -march=armv4t" ../../src/glibc-2.13/configure
--build=$(../glibc-2.13/scripts/config.guess) --host=arm-linux --target=$TARGET
--prefix=$TARGET_PREFIX  --disable-profile --enable-add-ons
--with-headers=$TARGET_PREFIX/include libc_cv_forced_unwind=yes 
libc_cv_c_cleanup=yes --enable-kernel=2.6.38 --with-binutils=$PREFIX/bin
--enable-languages=c

-- 
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]