This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


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

Compiling i386-unknown-linux-gnu with crosstool-ng fails


Hi,

This is my very first experience with crosstool-ng (v1.6.1).
Unfortunately it fails to build a i386-unknown-linux-gnu toolchain.
I'm using the default configuration: target arch: x86, target os:
linux, c library: eglibc 2_10, compiler: gcc 4.4.3.

The topmost error message is:
[ALL  ]    i386-unknown-linux-gnu-gcc    lsearch.c -c -std=gnu99
-fgnu89-inline -O2 -Wall -Winline -Wwrite-strings
-fmerge-all-constants -Wstrict-prototypes -mpreferred-stack-boundary=2
 -fexceptions -mpreferred-stack-boundary=4   -I../include
-I/media/data1/rwx/ct_no_rw/toolchain/targets/i386-unknown-linux-gnu/build/build-libc/misc
-I/media/data1/rwx/ct_no_rw/toolchain/targets/i386-unknown-linux-gnu/build/build-libc
-I../sysdeps/i386/elf -I../nptl/sysdeps/unix/sysv/linux/i386
-I../sysdeps/unix/sysv/linux/i386 -I../nptl/sysdeps/unix/sysv/linux
-I../nptl/sysdeps/pthread -I../sysdeps/pthread
-I../sysdeps/unix/sysv/linux -I../sysdeps/gnu -I../sysdeps/unix/common
-I../sysdeps/unix/mman -I../sysdeps/unix/inet
-I../sysdeps/unix/sysv/i386 -I../nptl/sysdeps/unix/sysv
-I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../nptl/sysdeps/unix
-I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/fpu
-I../nptl/sysdeps/i386 -I../sysdeps/i386 -I../sysdeps/wordsize-32
-I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64
-I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754
-I../sysdeps/generic/elf -I../sysdeps/generic -I../nptl  -I..
-I../libio -I. -nostdinc -isystem
/media/data1/rwx/ct_no_rw/toolchain/targets/i386-unknown-linux-gnu/build/gcc-core-shared/lib/gcc/i386-unknown-linux-gnu/4.4.3/include
-isystem /media/data1/rwx/ct_no_rw/toolchain/targets/i386-unknown-linux-gnu/build/gcc-core-shared/lib/gcc/i386-unknown-linux-gnu/4.4.3/include-fixed
-isystem /media/data1/rwx/toolchain/x-tools/i386-unknown-linux-gnu/i386-unknown-linux-gnu//sys-root/usr/include
-D_LIBC_REENTRANT -include ../include/libc-symbols.h       -o
/media/data1/rwx/ct_no_rw/toolchain/targets/i386-unknown-linux-gnu/build/build-libc/misc/lsearch.o
-MD -MP -MF /media/data1/rwx/ct_no_rw/toolchain/targets/i386-unknown-linux-gnu/build/build-libc/misc/lsearch.o.dt
-MT /media/data1/rwx/ct_no_rw/toolchain/targets/i386-unknown-linux-gnu/build/build-libc/misc/lsearch.o
[ALL  ]    In file included from ../sysdeps/unix/sysv/linux/syslog.c:10:
[ALL  ]    ../misc/syslog.c: In function '__vsyslog_chk':
[ALL  ]    ../misc/syslog.c:123: sorry, unimplemented: inlining failed
in call to 'syslog': function body not available
[ALL  ]    ../misc/syslog.c:155: sorry, unimplemented: called from here
---

Performing a ct-ng distclean did not also help.
My host system is openSUSE 11.0 (binutils 2.18.50, gcc 4.3.1, automake
1.10.1, autoconf 2.61)

Any ideas?

Thanks,
//richard

--
For unsubscribe information see http://sourceware.org/lists.html#faq


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