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]

build break: inlining failed in call to 'syslog': function body not available


Hi folks,

I've got trouble building an x86 toolchain:
(reproducible w/ different glibc and eglibc versions)


[ALL  ]    i386-unknown-linux-gnu-gcc    ../sysdeps/unix/sysv/linux/syslog.c -c -std=gnu99 -fgnu89-inline -O2 -Wall -Winline -Wwrit
e-strings -fmerge-all-constants -Wstrict-prototypes -mpreferred-stack-boundary=2  -fexceptions   -I../include -I/home/crosstool/.usr/ct-ng/bin/targets/i386-unknown-linux-gnu/build/build-libc/misc -I/home/crosstool/.usr/ct-ng/bin/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 /home/crosstool/.usr/ct-ng/bin/targets/i386-unknown-linux-gnu/build/gcc-core-shared/lib/gcc/i386-unknown-linux-gnu/4.4.3/include -isystem /home/crosstool/.usr/ct-ng/bin/targets/i386-unknown-linux-gnu/build/gcc-core-shared/lib/gcc/i386-unknown-linux-gnu/4.4.3/include-fixed -isystem /home/crosstool/x-tools/testing-x86_32-glibc-1/i386-unknown-linux-gnu//sys-root/usr/include -D_LIBC_REENTRANT -include ../include/libc-symbols.h       -o /home/crosstool/.usr/ct-ng/bin/targets/i386-unknown-linux-gnu/build/build-libc/misc/syslog.o -MD -MP -MF /home/crosstool/.usr/ct-ng/bin/targets/i386-unknown-linux-gnu/build/build-libc/misc/syslog.o.dt -MT /home/crosstool/.usr/ct-ng/bin/targets/i386-unknown-linux-gnu/build/build-libc/misc/syslog.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
[ERROR]    make[3]: *** [/home/crosstool/.usr/ct-ng/bin/targets/i386-unknown-linux-gnu/build/build-libc/misc/syslog.o] Error 1
[ALL  ]    make[3]: Leaving directory `/home/crosstool/.usr/ct-ng/bin/targets/src/eglibc-2_10/misc'
[ERROR]    make[2]: *** [misc/subdir_lib] Error 2
[ALL  ]    make[2]: Leaving directory `/home/crosstool/.usr/ct-ng/bin/targets/src/eglibc-2_10'
[ERROR]    make[1]: *** [all] Error 2
[ALL  ]    make[1]: Leaving directory `/home/crosstool/.usr/ct-ng/bin/targets/i386-unknown-linux-gnu/build/build-libc'
[ERROR]    Build failed in step 'Installing C library'


cu
-- 
----------------------------------------------------------------------
 Enrico Weigelt, metux IT service -- http://www.metux.de/

 phone:  +49 36207 519931  email: weigelt@metux.de
 mobile: +49 151 27565287  icq:   210169427         skype: nekrad666
----------------------------------------------------------------------
 Embedded-Linux / Portierung / Opensource-QM / Verteilte Systeme
----------------------------------------------------------------------

Attachment: config-failing-1
Description: Text document

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