Build problems (long)
Jeff Johnston
jjohnstn@redhat.com
Mon May 12 20:37:00 GMT 2008
The compiler is failing the assembly stage on newlib C files. The
newlib build is calling your target compiler and there are no out of the
ordinary compiler arguments so it appears the problem lies with your
toolset. Why do you think this is a newlib problem?
-- Jeff J.
Luke A. Guest wrote:
> Hi,
>
> I built binutils and stage 1 gcc using the i386-unknown-elf target, but
> when I came to compile the newlib source, I got a lot of errors.
>
> I built using the following:
>
> ../../src/binutils-2.18.50/configure --prefix=
> $HOME/opt/tamp/binutils-2.18.50 --target=i386-unknown-elf
> --host=x86_64-pc-linux --build=x86_64-pc-linux --disable-nls
> --disable-multilib 2>&1|tee log.config.txt
> make 2>&1|tee log.make.txt
> make install
> export PATH=$HOME/opt/cross-gcc/bin:$PATH
>
> ../../src/gcc-4.3.0/configure --prefix=$HOME/opt/tamp/gcc-4.3.0
> --target=i386-unknown-elf --host=x86_64-pc-linux --build=x86_64-pc-linux
> --disable-nls --without-headers --enable-languages=c --disable-multilib
> 2>&1|tee log.config.txt
> make all-gcc 2>&1|tee log.make.txt
> make install-gcc 2>&1|tee log.make.install.txt
>
> ../../src/newlib/src/configure --prefix=$HOME/opt/tamp/newlib
> --target=i386-unknown-elf --host=x86_64-pc-linux --build=x86_64-pc-linux
> --disable-nls --disable-multilib 2>&1|tee log.config.txt
> make 2>&1|tee log.make.txt
>
> and the results were (this is long):
>
> make[1]: Entering directory
> `/home/laguest/src/mine/tamp/thirdparty/build/newlib'
> mkdir -p -- ./etc
> Configuring in ./etc
> configure: creating cache ./config.cache
> checking for a BSD-compatible install... /usr/bin/install -c
> updating cache ./config.cache
> configure: creating ./config.status
> config.status: creating Makefile
> make[2]: Entering directory
> `/home/laguest/src/mine/tamp/thirdparty/build/newlib/etc'
> for f in standards.info configure.info; do \
> if test -f ../../../src/newlib-cvs/src/etc/`echo $f | sed -e 's/.info
> $/.texi/'`; then \
> if make "MAKEINFO=makeinfo --split-size=5000000
> --split-size=5000000" $f; then \
> true; \
> else \
> exit 1; \
> fi; \
> fi; \
> done
> make[3]: Entering directory
> `/home/laguest/src/mine/tamp/thirdparty/build/newlib/etc'
> makeinfo --split-size=5000000 --split-size=5000000 --no-split
> -I../../../src/newlib-cvs/src/etc -o
> standards.info ../../../src/newlib-cvs/src/etc/standards.texi
> make[3]: Leaving directory
> `/home/laguest/src/mine/tamp/thirdparty/build/newlib/etc'
> make[3]: Entering directory
> `/home/laguest/src/mine/tamp/thirdparty/build/newlib/etc'
> rm -f configdev.txt configbuild.txt
> cp ../../../src/newlib-cvs/src/etc/configdev.tin configdev.txt
> cp ../../../src/newlib-cvs/src/etc/configbuild.tin configbuild.txt
> makeinfo --split-size=5000000 --split-size=5000000
> -I../../../src/newlib-cvs/src/etc -o
> configure.info ../../../src/newlib-cvs/src/etc/configure.texi
> rm -f configdev.txt configbuild.txt
> make[3]: Leaving directory
> `/home/laguest/src/mine/tamp/thirdparty/build/newlib/etc'
> make[2]: Leaving directory
> `/home/laguest/src/mine/tamp/thirdparty/build/newlib/etc'
> Checking multilib configuration for newlib...
> mkdir -p -- i386-unknown-elf/newlib
> Configuring in i386-unknown-elf/newlib
> configure: creating cache ./config.cache
> checking build system type... x86_64-pc-linux-gnu
> checking for a BSD-compatible install... /usr/bin/install -c
> checking whether build environment is sane... yes
> checking for gawk... no
> checking for mawk... mawk
> checking whether make sets $(MAKE)... yes
> checking for style of include used by make... GNU
> checking host system type... i386-unknown-elf
> checking for i386-unknown-elf-strip... i386-unknown-elf-strip
> checking for gcc... i386-unknown-elf-gcc
> -B/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/ -isystem /home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/targ-include -isystem /home/laguest/src/mine/tamp/thirdparty/src/newlib-cvs/src/newlib/libc/include -B/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/libgloss/i386 -L/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/libgloss/libnosys -L/home/laguest/src/mine/tamp/thirdparty/src/newlib-cvs/src/libgloss/i386
> checking dependency style of i386-unknown-elf-gcc
> -B/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/ -isystem /home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/targ-include -isystem /home/laguest/src/mine/tamp/thirdparty/src/newlib-cvs/src/newlib/libc/include -B/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/libgloss/i386 -L/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/libgloss/libnosys -L/home/laguest/src/mine/tamp/thirdparty/src/newlib-cvs/src/libgloss/i386... gcc3
> checking whether we are using GNU C... yes
> checking whether i386-unknown-elf-gcc
> -B/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/ -isystem /home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/targ-include -isystem /home/laguest/src/mine/tamp/thirdparty/src/newlib-cvs/src/newlib/libc/include -B/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/libgloss/i386 -L/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/libgloss/libnosys -L/home/laguest/src/mine/tamp/thirdparty/src/newlib-cvs/src/libgloss/i386 accepts -g... no
> checking for i386-unknown-elf-as... i386-unknown-elf-as
> checking for i386-unknown-elf-ar... i386-unknown-elf-ar
> checking for i386-unknown-elf-ranlib... i386-unknown-elf-ranlib
> checking for i386-unknown-elf-readelf... i386-unknown-elf-readelf
> checking for a BSD-compatible install... /usr/bin/install -c
> checking whether to enable maintainer-specific portions of Makefiles...
> no
> checking for a sed that does not truncate output... /bin/sed
> checking for gawk... (cached) mawk
> checking for .preinit_array/.init_array/.fini_array support... no
> checking for array aliasing support... no
> configure: updating cache ./config.cache
> configure: creating ./config.status
> config.status: creating Makefile
> config.status: creating newlib.h
> config.status: executing depfiles commands
> === configuring in libc
> (/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/libc)
> configure:
> running /bin/bash ../../../../../src/newlib-cvs/src/newlib/libc/configure '--prefix=/home/laguest/opt/tamp/newlib' '--with-newlib' '--with-cross-host=x86_64-pc-linux' '--disable-nls' '--disable-multilib' '--program-transform-name=s,^,i386-unknown-elf-,' '--with-target-subdir=i386-unknown-elf' '--build=x86_64-pc-linux' '--host=i386-unknown-elf' '--target=i386-unknown-elf' 'build_alias=x86_64-pc-linux' 'host_alias=i386-unknown-elf' 'target_alias=i386-unknown-elf' 'CC=i386-unknown-elf-gcc -B/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/ -isystem /home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/targ-include -isystem /home/laguest/src/mine/tamp/thirdparty/src/newlib-cvs/src/newlib/libc/include -B/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/libgloss/i386 -L/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/libgloss/libnosys -L/home/laguest/src/mine/tamp/thirdparty/src/newlib-cvs/src/libgloss/i386' 'CFLAGS=-g -O2 ' 'LDFLAGS=' 'CPPFLAGS=' --cache-file=.././config.cache --srcdir=../../../../../src/newlib-cvs/src/newlib/libc
> configure: loading cache .././config.cache
> checking build system type... (cached) x86_64-pc-linux-gnu
> checking for a BSD-compatible install... /usr/bin/install -c
> checking whether build environment is sane... yes
> checking for gawk... (cached) mawk
> checking whether make sets $(MAKE)... (cached) yes
> checking for style of include used by make... GNU
> checking host system type... (cached) i386-unknown-elf
> checking for i386-unknown-elf-strip... (cached) i386-unknown-elf-strip
> checking for gcc... (cached) i386-unknown-elf-gcc
> -B/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/ -isystem /home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/targ-include -isystem /home/laguest/src/mine/tamp/thirdparty/src/newlib-cvs/src/newlib/libc/include -B/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/libgloss/i386 -L/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/libgloss/libnosys -L/home/laguest/src/mine/tamp/thirdparty/src/newlib-cvs/src/libgloss/i386
> checking dependency style of i386-unknown-elf-gcc
> -B/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/ -isystem /home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/targ-include -isystem /home/laguest/src/mine/tamp/thirdparty/src/newlib-cvs/src/newlib/libc/include -B/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/libgloss/i386 -L/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/libgloss/libnosys -L/home/laguest/src/mine/tamp/thirdparty/src/newlib-cvs/src/libgloss/i386... (cached) gcc3
> checking whether we are using GNU C... (cached) yes
> checking whether i386-unknown-elf-gcc
> -B/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/ -isystem /home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/targ-include -isystem /home/laguest/src/mine/tamp/thirdparty/src/newlib-cvs/src/newlib/libc/include -B/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/libgloss/i386 -L/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/libgloss/libnosys -L/home/laguest/src/mine/tamp/thirdparty/src/newlib-cvs/src/libgloss/i386 accepts -g... (cached) no
> checking for i386-unknown-elf-as... (cached) i386-unknown-elf-as
> checking for i386-unknown-elf-ar... (cached) i386-unknown-elf-ar
> checking for i386-unknown-elf-ranlib... (cached) i386-unknown-elf-ranlib
> checking for i386-unknown-elf-readelf... (cached)
> i386-unknown-elf-readelf
> checking for a BSD-compatible install... /usr/bin/install -c
> checking whether to enable maintainer-specific portions of Makefiles...
> no
> checking for a sed that does not truncate output... (cached) /bin/sed
> configure: creating ./config.status
> config.status: creating Makefile
> config.status:
> WARNING: ../../../../../src/newlib-cvs/src/newlib/libc/Makefile.in
> seems to ignore the --datarootdir setting
> config.status: creating argz/Makefile
> config.status: creating ctype/Makefile
> config.status: creating errno/Makefile
> config.status: creating locale/Makefile
> config.status: creating misc/Makefile
> config.status: creating reent/Makefile
> config.status: creating search/Makefile
> config.status: creating stdio/Makefile
> config.status: creating stdio64/Makefile
> config.status: creating stdlib/Makefile
> config.status: creating string/Makefile
> config.status:
> WARNING: ../../../../../src/newlib-cvs/src/newlib/libc/string/Makefile.in seems to ignore the --datarootdir setting
> config.status: creating time/Makefile
> config.status:
> WARNING: ../../../../../src/newlib-cvs/src/newlib/libc/time/Makefile.in
> seems to ignore the --datarootdir setting
> config.status: creating posix/Makefile
> config.status: creating signal/Makefile
> config.status: creating syscalls/Makefile
> config.status: creating unix/Makefile
> config.status:
> WARNING: ../../../../../src/newlib-cvs/src/newlib/libc/unix/Makefile.in
> seems to ignore the --datarootdir setting
> config.status: creating iconv/Makefile
> config.status: creating iconv/ces/Makefile
> config.status: creating iconv/ccs/Makefile
> config.status: creating iconv/ccs/binary/Makefile
> config.status: creating iconv/lib/Makefile
> config.status: executing depfiles commands
> === configuring in machine
> (/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/libc/machine)
> configure:
> running /bin/bash ../../../../../../src/newlib-cvs/src/newlib/libc/machine/configure '--prefix=/home/laguest/opt/tamp/newlib' '--with-newlib' '--with-cross-host=x86_64-pc-linux' '--disable-nls' '--disable-multilib' '--program-transform-name=s,^,i386-unknown-elf-,' '--with-target-subdir=i386-unknown-elf' '--build=x86_64-pc-linux' '--host=i386-unknown-elf' '--target=i386-unknown-elf' 'build_alias=x86_64-pc-linux' 'host_alias=i386-unknown-elf' 'target_alias=i386-unknown-elf' 'CC=i386-unknown-elf-gcc -B/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/ -isystem /home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/targ-include -isystem /home/laguest/src/mine/tamp/thirdparty/src/newlib-cvs/src/newlib/libc/include -B/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/libgloss/i386 -L/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/libgloss/libnosys -L/home/laguest/src/mine/tamp/thirdparty/src/newlib-cvs/src/libgloss/i386' 'CFLAGS=-g -O2 ' 'LDFLAGS=' 'CPPFLAGS=' --cache-file=../.././config.cache --srcdir=../../../../../../src/newlib-cvs/src/newlib/libc/machine
> configure: loading cache ../.././config.cache
> checking build system type... (cached) x86_64-pc-linux-gnu
> checking for a BSD-compatible install... /usr/bin/install -c
> checking whether build environment is sane... yes
> checking for gawk... (cached) mawk
> checking whether make sets $(MAKE)... (cached) yes
> checking for style of include used by make... GNU
> checking host system type... (cached) i386-unknown-elf
> checking for i386-unknown-elf-strip... (cached) i386-unknown-elf-strip
> checking for gcc... (cached) i386-unknown-elf-gcc
> -B/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/ -isystem /home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/targ-include -isystem /home/laguest/src/mine/tamp/thirdparty/src/newlib-cvs/src/newlib/libc/include -B/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/libgloss/i386 -L/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/libgloss/libnosys -L/home/laguest/src/mine/tamp/thirdparty/src/newlib-cvs/src/libgloss/i386
> checking dependency style of i386-unknown-elf-gcc
> -B/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/ -isystem /home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/targ-include -isystem /home/laguest/src/mine/tamp/thirdparty/src/newlib-cvs/src/newlib/libc/include -B/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/libgloss/i386 -L/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/libgloss/libnosys -L/home/laguest/src/mine/tamp/thirdparty/src/newlib-cvs/src/libgloss/i386... (cached) gcc3
> checking whether we are using GNU C... (cached) yes
> checking whether i386-unknown-elf-gcc
> -B/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/ -isystem /home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/targ-include -isystem /home/laguest/src/mine/tamp/thirdparty/src/newlib-cvs/src/newlib/libc/include -B/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/libgloss/i386 -L/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/libgloss/libnosys -L/home/laguest/src/mine/tamp/thirdparty/src/newlib-cvs/src/libgloss/i386 accepts -g... (cached) no
> checking for i386-unknown-elf-as... (cached) i386-unknown-elf-as
> checking for i386-unknown-elf-ar... (cached) i386-unknown-elf-ar
> checking for i386-unknown-elf-ranlib... (cached) i386-unknown-elf-ranlib
> checking for i386-unknown-elf-readelf... (cached)
> i386-unknown-elf-readelf
> checking for a BSD-compatible install... /usr/bin/install -c
> checking whether to enable maintainer-specific portions of Makefiles...
> no
> checking for a sed that does not truncate output... (cached) /bin/sed
> configure: creating ./config.status
> config.status: creating Makefile
> config.status:
> WARNING: ../../../../../../src/newlib-cvs/src/newlib/libc/machine/Makefile.in seems to ignore the --datarootdir setting
> config.status: executing depfiles commands
> === configuring in i386
> (/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/libc/machine/i386)
> configure:
> running /bin/bash ../../../../../../../src/newlib-cvs/src/newlib/libc/machine/i386/configure '--prefix=/home/laguest/opt/tamp/newlib' '--with-newlib' '--with-cross-host=x86_64-pc-linux' '--disable-nls' '--disable-multilib' '--program-transform-name=s,^,i386-unknown-elf-,' '--with-target-subdir=i386-unknown-elf' '--build=x86_64-pc-linux' '--host=i386-unknown-elf' '--target=i386-unknown-elf' 'build_alias=x86_64-pc-linux' 'host_alias=i386-unknown-elf' 'target_alias=i386-unknown-elf' 'CC=i386-unknown-elf-gcc -B/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/ -isystem /home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/targ-include -isystem /home/laguest/src/mine/tamp/thirdparty/src/newlib-cvs/src/newlib/libc/include -B/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/libgloss/i386 -L/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/libgloss/libnosys -L/home/laguest/src/mine/tamp/thirdparty/src/newlib-cvs/src/libgloss/i386' 'CFLAGS=-g -O2 ' 'LDFLAGS=' 'CPPFLAGS=' --cache-file=../../.././config.cache --srcdir=../../../../../../../src/newlib-cvs/src/newlib/libc/machine/i386
> configure: loading cache ../../.././config.cache
> checking build system type... (cached) x86_64-pc-linux-gnu
> checking for a BSD-compatible install... /usr/bin/install -c
> checking whether build environment is sane... yes
> checking for gawk... (cached) mawk
> checking whether make sets $(MAKE)... (cached) yes
> checking for style of include used by make... GNU
> checking host system type... (cached) i386-unknown-elf
> checking for i386-unknown-elf-strip... (cached) i386-unknown-elf-strip
> checking for gcc... (cached) i386-unknown-elf-gcc
> -B/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/ -isystem /home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/targ-include -isystem /home/laguest/src/mine/tamp/thirdparty/src/newlib-cvs/src/newlib/libc/include -B/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/libgloss/i386 -L/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/libgloss/libnosys -L/home/laguest/src/mine/tamp/thirdparty/src/newlib-cvs/src/libgloss/i386
> checking dependency style of i386-unknown-elf-gcc
> -B/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/ -isystem /home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/targ-include -isystem /home/laguest/src/mine/tamp/thirdparty/src/newlib-cvs/src/newlib/libc/include -B/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/libgloss/i386 -L/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/libgloss/libnosys -L/home/laguest/src/mine/tamp/thirdparty/src/newlib-cvs/src/libgloss/i386... (cached) gcc3
> checking whether we are using GNU C... (cached) yes
> checking whether i386-unknown-elf-gcc
> -B/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/ -isystem /home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/targ-include -isystem /home/laguest/src/mine/tamp/thirdparty/src/newlib-cvs/src/newlib/libc/include -B/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/libgloss/i386 -L/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/libgloss/libnosys -L/home/laguest/src/mine/tamp/thirdparty/src/newlib-cvs/src/libgloss/i386 accepts -g... (cached) no
> checking for i386-unknown-elf-as... (cached) i386-unknown-elf-as
> checking for i386-unknown-elf-ar... (cached) i386-unknown-elf-ar
> checking for i386-unknown-elf-ranlib... (cached) i386-unknown-elf-ranlib
> checking for i386-unknown-elf-readelf... (cached)
> i386-unknown-elf-readelf
> checking for a BSD-compatible install... /usr/bin/install -c
> checking whether to enable maintainer-specific portions of Makefiles...
> no
> checking for a sed that does not truncate output... (cached) /bin/sed
> configure: creating ./config.status
> config.status: creating Makefile
> config.status: executing depfiles commands
> === configuring in sys
> (/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/libc/sys)
> configure:
> running /bin/bash ../../../../../../src/newlib-cvs/src/newlib/libc/sys/configure '--prefix=/home/laguest/opt/tamp/newlib' '--with-newlib' '--with-cross-host=x86_64-pc-linux' '--disable-nls' '--disable-multilib' '--program-transform-name=s,^,i386-unknown-elf-,' '--with-target-subdir=i386-unknown-elf' '--build=x86_64-pc-linux' '--host=i386-unknown-elf' '--target=i386-unknown-elf' 'build_alias=x86_64-pc-linux' 'host_alias=i386-unknown-elf' 'target_alias=i386-unknown-elf' 'CC=i386-unknown-elf-gcc -B/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/ -isystem /home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/targ-include -isystem /home/laguest/src/mine/tamp/thirdparty/src/newlib-cvs/src/newlib/libc/include -B/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/libgloss/i386 -L/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/libgloss/libnosys -L/home/laguest/src/mine/tamp/thirdparty/src/newlib-cvs/src/libgloss/i386' 'CFLAGS=-g -O2 ' 'LDFLAGS=' 'CPPFLAGS=' --cache-file=../.././config.cache --srcdir=../../../../../../src/newlib-cvs/src/newlib/libc/sys
> configure: loading cache ../.././config.cache
> checking build system type... (cached) x86_64-pc-linux-gnu
> checking for a BSD-compatible install... /usr/bin/install -c
> checking whether build environment is sane... yes
> checking for gawk... (cached) mawk
> checking whether make sets $(MAKE)... (cached) yes
> checking for style of include used by make... GNU
> checking host system type... (cached) i386-unknown-elf
> checking for i386-unknown-elf-strip... (cached) i386-unknown-elf-strip
> checking for gcc... (cached) i386-unknown-elf-gcc
> -B/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/ -isystem /home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/targ-include -isystem /home/laguest/src/mine/tamp/thirdparty/src/newlib-cvs/src/newlib/libc/include -B/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/libgloss/i386 -L/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/libgloss/libnosys -L/home/laguest/src/mine/tamp/thirdparty/src/newlib-cvs/src/libgloss/i386
> checking dependency style of i386-unknown-elf-gcc
> -B/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/ -isystem /home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/targ-include -isystem /home/laguest/src/mine/tamp/thirdparty/src/newlib-cvs/src/newlib/libc/include -B/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/libgloss/i386 -L/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/libgloss/libnosys -L/home/laguest/src/mine/tamp/thirdparty/src/newlib-cvs/src/libgloss/i386... (cached) gcc3
> checking whether we are using GNU C... (cached) yes
> checking whether i386-unknown-elf-gcc
> -B/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/ -isystem /home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/targ-include -isystem /home/laguest/src/mine/tamp/thirdparty/src/newlib-cvs/src/newlib/libc/include -B/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/libgloss/i386 -L/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/libgloss/libnosys -L/home/laguest/src/mine/tamp/thirdparty/src/newlib-cvs/src/libgloss/i386 accepts -g... (cached) no
> checking for i386-unknown-elf-as... (cached) i386-unknown-elf-as
> checking for i386-unknown-elf-ar... (cached) i386-unknown-elf-ar
> checking for i386-unknown-elf-ranlib... (cached) i386-unknown-elf-ranlib
> checking for i386-unknown-elf-readelf... (cached)
> i386-unknown-elf-readelf
> checking for a BSD-compatible install... /usr/bin/install -c
> checking whether to enable maintainer-specific portions of Makefiles...
> no
> checking for a sed that does not truncate output... (cached) /bin/sed
> configure: creating ./config.status
> config.status: creating Makefile
> config.status:
> WARNING: ../../../../../../src/newlib-cvs/src/newlib/libc/sys/Makefile.in seems to ignore the --datarootdir setting
> config.status: executing depfiles commands
> === configuring in libm
> (/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/libm)
> configure:
> running /bin/bash ../../../../../src/newlib-cvs/src/newlib/libm/configure '--prefix=/home/laguest/opt/tamp/newlib' '--with-newlib' '--with-cross-host=x86_64-pc-linux' '--disable-nls' '--disable-multilib' '--program-transform-name=s,^,i386-unknown-elf-,' '--with-target-subdir=i386-unknown-elf' '--build=x86_64-pc-linux' '--host=i386-unknown-elf' '--target=i386-unknown-elf' 'build_alias=x86_64-pc-linux' 'host_alias=i386-unknown-elf' 'target_alias=i386-unknown-elf' 'CC=i386-unknown-elf-gcc -B/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/ -isystem /home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/targ-include -isystem /home/laguest/src/mine/tamp/thirdparty/src/newlib-cvs/src/newlib/libc/include -B/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/libgloss/i386 -L/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/libgloss/libnosys -L/home/laguest/src/mine/tamp/thirdparty/src/newlib-cvs/src/libgloss/i386' 'CFLAGS=-g -O2 ' 'LDFLAGS=' 'CPPFLAGS=' --cache-file=.././config.cache --srcdir=../../../../../src/newlib-cvs/src/newlib/libm
> configure: loading cache .././config.cache
> checking build system type... (cached) x86_64-pc-linux-gnu
> checking for a BSD-compatible install... /usr/bin/install -c
> checking whether build environment is sane... yes
> checking for gawk... (cached) mawk
> checking whether make sets $(MAKE)... (cached) yes
> checking for style of include used by make... GNU
> checking host system type... (cached) i386-unknown-elf
> checking for i386-unknown-elf-strip... (cached) i386-unknown-elf-strip
> checking for gcc... (cached) i386-unknown-elf-gcc
> -B/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/ -isystem /home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/targ-include -isystem /home/laguest/src/mine/tamp/thirdparty/src/newlib-cvs/src/newlib/libc/include -B/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/libgloss/i386 -L/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/libgloss/libnosys -L/home/laguest/src/mine/tamp/thirdparty/src/newlib-cvs/src/libgloss/i386
> checking dependency style of i386-unknown-elf-gcc
> -B/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/ -isystem /home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/targ-include -isystem /home/laguest/src/mine/tamp/thirdparty/src/newlib-cvs/src/newlib/libc/include -B/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/libgloss/i386 -L/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/libgloss/libnosys -L/home/laguest/src/mine/tamp/thirdparty/src/newlib-cvs/src/libgloss/i386... (cached) gcc3
> checking whether we are using GNU C... (cached) yes
> checking whether i386-unknown-elf-gcc
> -B/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/ -isystem /home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/targ-include -isystem /home/laguest/src/mine/tamp/thirdparty/src/newlib-cvs/src/newlib/libc/include -B/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/libgloss/i386 -L/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/libgloss/libnosys -L/home/laguest/src/mine/tamp/thirdparty/src/newlib-cvs/src/libgloss/i386 accepts -g... (cached) no
> checking for i386-unknown-elf-as... (cached) i386-unknown-elf-as
> checking for i386-unknown-elf-ar... (cached) i386-unknown-elf-ar
> checking for i386-unknown-elf-ranlib... (cached) i386-unknown-elf-ranlib
> checking for i386-unknown-elf-readelf... (cached)
> i386-unknown-elf-readelf
> checking for a BSD-compatible install... /usr/bin/install -c
> checking whether to enable maintainer-specific portions of Makefiles...
> no
> checking for a sed that does not truncate output... (cached) /bin/sed
> configure: creating ./config.status
> config.status: creating Makefile
> config.status: creating math/Makefile
> config.status: creating mathfp/Makefile
> config.status: creating common/Makefile
> config.status: executing depfiles commands
> === configuring in machine
> (/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/libm/machine)
> configure:
> running /bin/bash ../../../../../../src/newlib-cvs/src/newlib/libm/machine/configure '--prefix=/home/laguest/opt/tamp/newlib' '--with-newlib' '--with-cross-host=x86_64-pc-linux' '--disable-nls' '--disable-multilib' '--program-transform-name=s,^,i386-unknown-elf-,' '--with-target-subdir=i386-unknown-elf' '--build=x86_64-pc-linux' '--host=i386-unknown-elf' '--target=i386-unknown-elf' 'build_alias=x86_64-pc-linux' 'host_alias=i386-unknown-elf' 'target_alias=i386-unknown-elf' 'CC=i386-unknown-elf-gcc -B/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/ -isystem /home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/targ-include -isystem /home/laguest/src/mine/tamp/thirdparty/src/newlib-cvs/src/newlib/libc/include -B/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/libgloss/i386 -L/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/libgloss/libnosys -L/home/laguest/src/mine/tamp/thirdparty/src/newlib-cvs/src/libgloss/i386' 'CFLAGS=-g -O2 ' 'LDFLAGS=' 'CPPFLAGS=' --cache-file=../.././config.cache --srcdir=../../../../../../src/newlib-cvs/src/newlib/libm/machine
> configure: loading cache ../.././config.cache
> checking build system type... (cached) x86_64-pc-linux-gnu
> checking for a BSD-compatible install... /usr/bin/install -c
> checking whether build environment is sane... yes
> checking for gawk... (cached) mawk
> checking whether make sets $(MAKE)... (cached) yes
> checking for style of include used by make... GNU
> checking host system type... (cached) i386-unknown-elf
> checking for i386-unknown-elf-strip... (cached) i386-unknown-elf-strip
> checking for gcc... (cached) i386-unknown-elf-gcc
> -B/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/ -isystem /home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/targ-include -isystem /home/laguest/src/mine/tamp/thirdparty/src/newlib-cvs/src/newlib/libc/include -B/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/libgloss/i386 -L/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/libgloss/libnosys -L/home/laguest/src/mine/tamp/thirdparty/src/newlib-cvs/src/libgloss/i386
> checking dependency style of i386-unknown-elf-gcc
> -B/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/ -isystem /home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/targ-include -isystem /home/laguest/src/mine/tamp/thirdparty/src/newlib-cvs/src/newlib/libc/include -B/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/libgloss/i386 -L/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/libgloss/libnosys -L/home/laguest/src/mine/tamp/thirdparty/src/newlib-cvs/src/libgloss/i386... (cached) gcc3
> checking whether we are using GNU C... (cached) yes
> checking whether i386-unknown-elf-gcc
> -B/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/ -isystem /home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/targ-include -isystem /home/laguest/src/mine/tamp/thirdparty/src/newlib-cvs/src/newlib/libc/include -B/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/libgloss/i386 -L/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/libgloss/libnosys -L/home/laguest/src/mine/tamp/thirdparty/src/newlib-cvs/src/libgloss/i386 accepts -g... (cached) no
> checking for i386-unknown-elf-as... (cached) i386-unknown-elf-as
> checking for i386-unknown-elf-ar... (cached) i386-unknown-elf-ar
> checking for i386-unknown-elf-ranlib... (cached) i386-unknown-elf-ranlib
> checking for i386-unknown-elf-readelf... (cached)
> i386-unknown-elf-readelf
> checking for a BSD-compatible install... /usr/bin/install -c
> checking whether to enable maintainer-specific portions of Makefiles...
> no
> checking for a sed that does not truncate output... (cached) /bin/sed
> configure: creating ./config.status
> config.status: creating Makefile
> config.status: executing depfiles commands
> === configuring in i386
> (/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/libm/machine/i386)
> configure:
> running /bin/bash ../../../../../../../src/newlib-cvs/src/newlib/libm/machine/i386/configure '--prefix=/home/laguest/opt/tamp/newlib' '--with-newlib' '--with-cross-host=x86_64-pc-linux' '--disable-nls' '--disable-multilib' '--program-transform-name=s,^,i386-unknown-elf-,' '--with-target-subdir=i386-unknown-elf' '--build=x86_64-pc-linux' '--host=i386-unknown-elf' '--target=i386-unknown-elf' 'build_alias=x86_64-pc-linux' 'host_alias=i386-unknown-elf' 'target_alias=i386-unknown-elf' 'CC=i386-unknown-elf-gcc -B/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/ -isystem /home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/targ-include -isystem /home/laguest/src/mine/tamp/thirdparty/src/newlib-cvs/src/newlib/libc/include -B/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/libgloss/i386 -L/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/libgloss/libnosys -L/home/laguest/src/mine/tamp/thirdparty/src/newlib-cvs/src/libgloss/i386' 'CFLAGS=-g -O2 ' 'LDFLAGS=' 'CPPFLAGS=' --cache-file=../../.././config.cache --srcdir=../../../../../../../src/newlib-cvs/src/newlib/libm/machine/i386
> configure: loading cache ../../.././config.cache
> checking build system type... (cached) x86_64-pc-linux-gnu
> checking for a BSD-compatible install... /usr/bin/install -c
> checking whether build environment is sane... yes
> checking for gawk... (cached) mawk
> checking whether make sets $(MAKE)... (cached) yes
> checking for style of include used by make... GNU
> checking host system type... (cached) i386-unknown-elf
> checking for i386-unknown-elf-strip... (cached) i386-unknown-elf-strip
> checking for gcc... (cached) i386-unknown-elf-gcc
> -B/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/ -isystem /home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/targ-include -isystem /home/laguest/src/mine/tamp/thirdparty/src/newlib-cvs/src/newlib/libc/include -B/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/libgloss/i386 -L/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/libgloss/libnosys -L/home/laguest/src/mine/tamp/thirdparty/src/newlib-cvs/src/libgloss/i386
> checking dependency style of i386-unknown-elf-gcc
> -B/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/ -isystem /home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/targ-include -isystem /home/laguest/src/mine/tamp/thirdparty/src/newlib-cvs/src/newlib/libc/include -B/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/libgloss/i386 -L/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/libgloss/libnosys -L/home/laguest/src/mine/tamp/thirdparty/src/newlib-cvs/src/libgloss/i386... (cached) gcc3
> checking whether we are using GNU C... (cached) yes
> checking whether i386-unknown-elf-gcc
> -B/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/ -isystem /home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/targ-include -isystem /home/laguest/src/mine/tamp/thirdparty/src/newlib-cvs/src/newlib/libc/include -B/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/libgloss/i386 -L/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/libgloss/libnosys -L/home/laguest/src/mine/tamp/thirdparty/src/newlib-cvs/src/libgloss/i386 accepts -g... (cached) no
> checking for i386-unknown-elf-as... (cached) i386-unknown-elf-as
> checking for i386-unknown-elf-ar... (cached) i386-unknown-elf-ar
> checking for i386-unknown-elf-ranlib... (cached) i386-unknown-elf-ranlib
> checking for i386-unknown-elf-readelf... (cached)
> i386-unknown-elf-readelf
> checking for a BSD-compatible install... /usr/bin/install -c
> checking whether to enable maintainer-specific portions of Makefiles...
> no
> checking for a sed that does not truncate output... (cached) /bin/sed
> configure: creating ./config.status
> config.status: creating Makefile
> config.status: executing depfiles commands
> === configuring in doc
> (/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/doc)
> configure:
> running /bin/bash ../../../../../src/newlib-cvs/src/newlib/doc/configure
> '--prefix=/home/laguest/opt/tamp/newlib' '--with-newlib'
> '--with-cross-host=x86_64-pc-linux' '--disable-nls' '--disable-multilib'
> '--program-transform-name=s,^,i386-unknown-elf-,'
> '--with-target-subdir=i386-unknown-elf' '--build=x86_64-pc-linux'
> '--host=i386-unknown-elf' '--target=i386-unknown-elf'
> 'build_alias=x86_64-pc-linux' 'host_alias=i386-unknown-elf'
> 'target_alias=i386-unknown-elf' 'CC=i386-unknown-elf-gcc
> -B/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/ -isystem /home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/targ-include -isystem /home/laguest/src/mine/tamp/thirdparty/src/newlib-cvs/src/newlib/libc/include -B/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/libgloss/i386 -L/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/libgloss/libnosys -L/home/laguest/src/mine/tamp/thirdparty/src/newlib-cvs/src/libgloss/i386' 'CFLAGS=-g -O2 ' 'LDFLAGS=' 'CPPFLAGS=' --cache-file=.././config.cache --srcdir=../../../../../src/newlib-cvs/src/newlib/doc
> configure: loading cache .././config.cache
> checking build system type... (cached) x86_64-pc-linux-gnu
> checking for a BSD-compatible install... /usr/bin/install -c
> checking whether build environment is sane... yes
> checking for gawk... (cached) mawk
> checking whether make sets $(MAKE)... (cached) yes
> checking for style of include used by make... GNU
> checking host system type... (cached) i386-unknown-elf
> checking for i386-unknown-elf-strip... (cached) i386-unknown-elf-strip
> checking for gcc... (cached) i386-unknown-elf-gcc
> -B/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/ -isystem /home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/targ-include -isystem /home/laguest/src/mine/tamp/thirdparty/src/newlib-cvs/src/newlib/libc/include -B/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/libgloss/i386 -L/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/libgloss/libnosys -L/home/laguest/src/mine/tamp/thirdparty/src/newlib-cvs/src/libgloss/i386
> checking dependency style of i386-unknown-elf-gcc
> -B/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/ -isystem /home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/targ-include -isystem /home/laguest/src/mine/tamp/thirdparty/src/newlib-cvs/src/newlib/libc/include -B/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/libgloss/i386 -L/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/libgloss/libnosys -L/home/laguest/src/mine/tamp/thirdparty/src/newlib-cvs/src/libgloss/i386... (cached) gcc3
> checking whether we are using GNU C... (cached) yes
> checking whether i386-unknown-elf-gcc
> -B/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/ -isystem /home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/targ-include -isystem /home/laguest/src/mine/tamp/thirdparty/src/newlib-cvs/src/newlib/libc/include -B/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/libgloss/i386 -L/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/libgloss/libnosys -L/home/laguest/src/mine/tamp/thirdparty/src/newlib-cvs/src/libgloss/i386 accepts -g... (cached) no
> checking for i386-unknown-elf-as... (cached) i386-unknown-elf-as
> checking for i386-unknown-elf-ar... (cached) i386-unknown-elf-ar
> checking for i386-unknown-elf-ranlib... (cached) i386-unknown-elf-ranlib
> checking for i386-unknown-elf-readelf... (cached)
> i386-unknown-elf-readelf
> checking for a BSD-compatible install... /usr/bin/install -c
> checking whether to enable maintainer-specific portions of Makefiles...
> no
> checking for build system executable suffix... no
> configure: updating cache .././config.cache
> configure: creating ./config.status
> config.status: creating Makefile
> config.status: executing depfiles commands
> make[2]: Entering directory
> `/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib'
> make "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -O2 " "CCASFLAGS="
> "CFLAGS_FOR_BUILD=-g -O2" "CFLAGS_FOR_TARGET=-g -O2"
> "INSTALL=/usr/bin/install -c" "LDFLAGS=" "LIBCFLAGS=-g -O2 "
> "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=make" "MAKEINFO=makeinfo
> --split-size=5000000 --split-size=5000000 " "PICFLAG="
> "PICFLAG_FOR_TARGET=" "SHELL=/bin/bash" "EXPECT=expect"
> "RUNTEST=runtest" "RUNTESTFLAGS="
> "exec_prefix=/home/laguest/opt/tamp/newlib"
> "infodir=/home/laguest/opt/tamp/newlib/info"
> "libdir=/home/laguest/opt/tamp/newlib/lib"
> "prefix=/home/laguest/opt/tamp/newlib"
> "tooldir=/home/laguest/opt/tamp/newlib/i386-unknown-elf"
> "top_toollibdir=/home/laguest/opt/tamp/newlib/i386-unknown-elf/lib"
> "AR=i386-unknown-elf-ar" "AS=i386-unknown-elf-as"
> "CC=i386-unknown-elf-gcc
> -B/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/ -isystem /home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/targ-include -isystem /home/laguest/src/mine/tamp/thirdparty/src/newlib-cvs/src/newlib/libc/include -B/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/libgloss/i386 -L/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/libgloss/libnosys -L/home/laguest/src/mine/tamp/thirdparty/src/newlib-cvs/src/libgloss/i386" "LD=i386-unknown-elf-ld" "LIBCFLAGS=-g -O2 " "NM=i386-unknown-elf-nm" "PICFLAG=" "RANLIB=i386-unknown-elf-ranlib" "DESTDIR=" all-recursive
> make[3]: Entering directory
> `/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib'
> true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -O2 " "CCASFLAGS="
> "CFLAGS_FOR_BUILD=-g -O2" "CFLAGS_FOR_TARGET=-g -O2"
> "INSTALL=/usr/bin/install -c" "LDFLAGS=" "LIBCFLAGS=-g -O2 "
> "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=make" "MAKEINFO=makeinfo
> --split-size=5000000 --split-size=5000000 " "PICFLAG="
> "PICFLAG_FOR_TARGET=" "SHELL=/bin/bash" "EXPECT=expect"
> "RUNTEST=runtest" "RUNTESTFLAGS="
> "exec_prefix=/home/laguest/opt/tamp/newlib"
> "infodir=/home/laguest/opt/tamp/newlib/info"
> "libdir=/home/laguest/opt/tamp/newlib/lib"
> "prefix=/home/laguest/opt/tamp/newlib"
> "tooldir=/home/laguest/opt/tamp/newlib/i386-unknown-elf"
> "top_toollibdir=/home/laguest/opt/tamp/newlib/i386-unknown-elf/lib"
> "AR=i386-unknown-elf-ar" "AS=i386-unknown-elf-as"
> "CC=i386-unknown-elf-gcc
> -B/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/ -isystem /home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/targ-include -isystem /home/laguest/src/mine/tamp/thirdparty/src/newlib-cvs/src/newlib/libc/include -B/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/libgloss/i386 -L/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/libgloss/libnosys -L/home/laguest/src/mine/tamp/thirdparty/src/newlib-cvs/src/libgloss/i386" "LD=i386-unknown-elf-ld" "LIBCFLAGS=-g -O2 " "NM=i386-unknown-elf-nm" "PICFLAG=" "RANLIB=i386-unknown-elf-ranlib" "DESTDIR=" DO=all multi-do # make
> rm -rf targ-include stmp-targ-include
> mkdir targ-include targ-include/sys targ-include/machine
> targ-include/bits
> cp newlib.h targ-include/newlib.h
> for i
> in ../../../../src/newlib-cvs/src/newlib/libc/machine/i386/machine/*.h;
> do \
> if [ -f $i ]; then \
> cp $i targ-include/machine/`basename $i`; \
> else true; fi ; \
> done
> for i
> in ../../../../src/newlib-cvs/src/newlib/libc/machine/i386/sys/*.h; do \
> if [ -f $i ]; then \
> cp $i targ-include/sys/`basename $i`; \
> else true; fi ; \
> done
> for i
> in ../../../../src/newlib-cvs/src/newlib/libc/machine/i386/include/*.h;
> do \
> if [ -f $i ]; then \
> cp $i targ-include/`basename $i`; \
> else true; fi ; \
> done
> for i in ../../../../src/newlib-cvs/src/newlib/libc/sys//include/*.h; do
> \
> if [ -f $i ]; then \
> cp $i targ-include/`basename $i`; \
> else true; fi ; \
> done
> for i in ../../../../src/newlib-cvs/src/newlib/libc/sys//sys/*.h; do \
> if [ -f $i ]; then \
> cp $i targ-include/sys/`basename $i`; \
> else true; fi ; \
> done
> for i in ../../../../src/newlib-cvs/src/newlib/libc/sys//bits/*.h; do \
> if [ -f $i ]; then \
> cp $i targ-include/bits/`basename $i`; \
> else true; fi ; \
> done
> for i in ../../../../src/newlib-cvs/src/newlib/libc/sys//machine/*.h; do
> \
> if [ -f $i ]; then \
> cp $i targ-include/machine/`basename $i`; \
> else true; fi ; \
> done
> for i
> in ../../../../src/newlib-cvs/src/newlib/libc/sys//machine/i386/*.h; do
> \
> if [ -f $i ]; then \
> cp $i targ-include/machine/`basename $i`; \
> else true; fi ; \
> done
> for i
> in ../../../../src/newlib-cvs/src/newlib/libc/sys//machine/i386/include/*.h; do \
> if [ -f $i ]; then \
> cp $i targ-include/machine/`basename $i`; \
> else true; fi ; \
> done
> touch stmp-targ-include
> Making all in libc
> make[4]: Entering directory
> `/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/libc'
> Making all in argz
> make[5]: Entering directory
> `/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/libc/argz'
> i386-unknown-elf-gcc
> -B/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/ -isystem /home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/targ-include -isystem /home/laguest/src/mine/tamp/thirdparty/src/newlib-cvs/src/newlib/libc/include -B/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/libgloss/i386 -L/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/libgloss/libnosys -L/home/laguest/src/mine/tamp/thirdparty/src/newlib-cvs/src/libgloss/i386 -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"1.16.0\" -DPACKAGE_STRING=\"newlib\ 1.16.0\" -DPACKAGE_BUGREPORT=\"\" -I. -I../../../../../../src/newlib-cvs/src/newlib/libc/argz -O2 -DMISSING_SYSCALL_NAMES -fno-builtin -g -O2 -c -o lib_a-dummy.o `test -f 'dummy.c' || echo '../../../../../../src/newlib-cvs/src/newlib/libc/argz/'`dummy.c
> i386-unknown-elf-gcc
> -B/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/ -isystem /home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/targ-include -isystem /home/laguest/src/mine/tamp/thirdparty/src/newlib-cvs/src/newlib/libc/include -B/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/libgloss/i386 -L/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/libgloss/libnosys -L/home/laguest/src/mine/tamp/thirdparty/src/newlib-cvs/src/libgloss/i386 -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"1.16.0\" -DPACKAGE_STRING=\"newlib\ 1.16.0\" -DPACKAGE_BUGREPORT=\"\" -I. -I../../../../../../src/newlib-cvs/src/newlib/libc/argz -O2 -DMISSING_SYSCALL_NAMES -fno-builtin -g -O2 -c -o lib_a-argz_add.o `test -f 'argz_add.c' || echo '../../../../../../src/newlib-cvs/src/newlib/libc/argz/'`argz_add.c
> /tmp/ccm8JY5J.s: Assembler messages:
> /tmp/ccm8JY5J.s:136: Error: suffix or operands invalid for `push'
> /tmp/ccm8JY5J.s:138: Error: suffix or operands invalid for `push'
> /tmp/ccm8JY5J.s:139: Error: suffix or operands invalid for `push'
> /tmp/ccm8JY5J.s:140: Error: suffix or operands invalid for `push'
> /tmp/ccm8JY5J.s:155: Error: suffix or operands invalid for `push'
> /tmp/ccm8JY5J.s:165: Error: suffix or operands invalid for `pop'
> /tmp/ccm8JY5J.s:166: Error: suffix or operands invalid for `pop'
> /tmp/ccm8JY5J.s:167: Error: suffix or operands invalid for `push'
> /tmp/ccm8JY5J.s:169: Error: suffix or operands invalid for `push'
> /tmp/ccm8JY5J.s:178: Error: suffix or operands invalid for `push'
> /tmp/ccm8JY5J.s:179: Error: suffix or operands invalid for `push'
> /tmp/ccm8JY5J.s:180: Error: suffix or operands invalid for `push'
> /tmp/ccm8JY5J.s:182: Error: suffix or operands invalid for `push'
> /tmp/ccm8JY5J.s:189: Error: suffix or operands invalid for `pop'
> /tmp/ccm8JY5J.s:190: Error: suffix or operands invalid for `pop'
> /tmp/ccm8JY5J.s:191: Error: suffix or operands invalid for `pop'
> /tmp/ccm8JY5J.s:202: Error: suffix or operands invalid for `pop'
> /tmp/ccm8JY5J.s:203: Error: suffix or operands invalid for `pop'
> /tmp/ccm8JY5J.s:204: Error: suffix or operands invalid for `pop'
> /tmp/ccm8JY5J.s:215: Error: suffix or operands invalid for `pop'
> /tmp/ccm8JY5J.s:216: Error: suffix or operands invalid for `pop'
> /tmp/ccm8JY5J.s:217: Error: suffix or operands invalid for `pop'
> make[5]: *** [lib_a-argz_add.o] Error 1
> make[5]: Leaving directory
> `/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/libc/argz'
> Making all in stdlib
> make[5]: Entering directory
> `/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/libc/stdlib'
> Makefile:1385: warning: overriding commands for target
> `lib_a-mbtowc_r.o'
> Makefile:807: warning: ignoring old commands for target
> `lib_a-mbtowc_r.o'
> i386-unknown-elf-gcc
> -B/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/ -isystem /home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/targ-include -isystem /home/laguest/src/mine/tamp/thirdparty/src/newlib-cvs/src/newlib/libc/include -B/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/libgloss/i386 -L/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/libgloss/libnosys -L/home/laguest/src/mine/tamp/thirdparty/src/newlib-cvs/src/libgloss/i386 -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"1.16.0\" -DPACKAGE_STRING=\"newlib\ 1.16.0\" -DPACKAGE_BUGREPORT=\"\" -I. -I../../../../../../src/newlib-cvs/src/newlib/libc/stdlib -O2 -DMISSING_SYSCALL_NAMES -fno-builtin -g -O2 -c -o lib_a-__adjust.o `test -f '__adjust.c' || echo '../../../../../../src/newlib-cvs/src/newlib/libc/stdlib/'`__adjust.c
> /tmp/cccwDaxY.s: Assembler messages:
> /tmp/cccwDaxY.s:162: Error: suffix or operands invalid for `push'
> /tmp/cccwDaxY.s:214: Error: suffix or operands invalid for `push'
> /tmp/cccwDaxY.s:250: Error: suffix or operands invalid for `push'
> make[5]: *** [lib_a-__adjust.o] Error 1
> make[5]: Leaving directory
> `/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/libc/stdlib'
> Making all in ctype
> make[5]: Entering directory
> `/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/libc/ctype'
> i386-unknown-elf-gcc
> -B/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/ -isystem /home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/targ-include -isystem /home/laguest/src/mine/tamp/thirdparty/src/newlib-cvs/src/newlib/libc/include -B/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/libgloss/i386 -L/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/libgloss/libnosys -L/home/laguest/src/mine/tamp/thirdparty/src/newlib-cvs/src/libgloss/i386 -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"1.16.0\" -DPACKAGE_STRING=\"newlib\ 1.16.0\" -DPACKAGE_BUGREPORT=\"\" -I. -I../../../../../../src/newlib-cvs/src/newlib/libc/ctype -O2 -DMISSING_SYSCALL_NAMES -fno-builtin -g -O2 -c -o lib_a-ctype_.o `test -f 'ctype_.c' || echo '../../../../../../src/newlib-cvs/src/newlib/libc/ctype/'`ctype_.c
> i386-unknown-elf-gcc
> -B/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/ -isystem /home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/targ-include -isystem /home/laguest/src/mine/tamp/thirdparty/src/newlib-cvs/src/newlib/libc/include -B/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/libgloss/i386 -L/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/libgloss/libnosys -L/home/laguest/src/mine/tamp/thirdparty/src/newlib-cvs/src/libgloss/i386 -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"1.16.0\" -DPACKAGE_STRING=\"newlib\ 1.16.0\" -DPACKAGE_BUGREPORT=\"\" -I. -I../../../../../../src/newlib-cvs/src/newlib/libc/ctype -O2 -DMISSING_SYSCALL_NAMES -fno-builtin -g -O2 -c -o lib_a-isalnum.o `test -f 'isalnum.c' || echo '../../../../../../src/newlib-cvs/src/newlib/libc/ctype/'`isalnum.c
> /tmp/ccQRn3Ye.s: Assembler messages:
> /tmp/ccQRn3Ye.s:35: Error: suffix or operands invalid for `push'
> make[5]: *** [lib_a-isalnum.o] Error 1
> make[5]: Leaving directory
> `/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/libc/ctype'
> Making all in search
> make[5]: Entering directory
> `/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/libc/search'
> i386-unknown-elf-gcc
> -B/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/ -isystem /home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/targ-include -isystem /home/laguest/src/mine/tamp/thirdparty/src/newlib-cvs/src/newlib/libc/include -B/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/libgloss/i386 -L/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/libgloss/libnosys -L/home/laguest/src/mine/tamp/thirdparty/src/newlib-cvs/src/libgloss/i386 -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"1.16.0\" -DPACKAGE_STRING=\"newlib\ 1.16.0\" -DPACKAGE_BUGREPORT=\"\" -I. -I../../../../../../src/newlib-cvs/src/newlib/libc/search -O2 -DMISSING_SYSCALL_NAMES -fno-builtin -g -O2 -c -o lib_a-bsearch.o `test -f 'bsearch.c' || echo '../../../../../../src/newlib-cvs/src/newlib/libc/search/'`bsearch.c
> /tmp/ccql0eqg.s: Assembler messages:
> /tmp/ccql0eqg.s:96: Error: suffix or operands invalid for `push'
> /tmp/ccql0eqg.s:98: Error: suffix or operands invalid for `push'
> /tmp/ccql0eqg.s:99: Error: suffix or operands invalid for `push'
> /tmp/ccql0eqg.s:100: Error: suffix or operands invalid for `push'
> /tmp/ccql0eqg.s:116: Error: suffix or operands invalid for `pop'
> /tmp/ccql0eqg.s:117: Error: suffix or operands invalid for `pop'
> /tmp/ccql0eqg.s:118: Error: suffix or operands invalid for `pop'
> /tmp/ccql0eqg.s:153: Error: suffix or operands invalid for `push'
> /tmp/ccql0eqg.s:154: Error: suffix or operands invalid for `push'
> make[5]: *** [lib_a-bsearch.o] Error 1
> make[5]: Leaving directory
> `/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/libc/search'
> Making all in stdio
> make[5]: Entering directory
> `/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/libc/stdio'
> i386-unknown-elf-gcc
> -B/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/ -isystem /home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/targ-include -isystem /home/laguest/src/mine/tamp/thirdparty/src/newlib-cvs/src/newlib/libc/include -B/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/libgloss/i386 -L/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/libgloss/libnosys -L/home/laguest/src/mine/tamp/thirdparty/src/newlib-cvs/src/libgloss/i386 -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"1.16.0\" -DPACKAGE_STRING=\"newlib\ 1.16.0\" -DPACKAGE_BUGREPORT=\"\" -I. -I../../../../../../src/newlib-cvs/src/newlib/libc/stdio -O2 -DMISSING_SYSCALL_NAMES -fno-builtin -g -O2 -c -o lib_a-clearerr.o `test -f 'clearerr.c' || echo '../../../../../../src/newlib-cvs/src/newlib/libc/stdio/'`clearerr.c
> /tmp/ccbTf6Ca.s: Assembler messages:
> /tmp/ccbTf6Ca.s:148: Error: suffix or operands invalid for `push'
> /tmp/ccbTf6Ca.s:150: Error: suffix or operands invalid for `push'
> /tmp/ccbTf6Ca.s:162: Error: suffix or operands invalid for `push'
> make[5]: *** [lib_a-clearerr.o] Error 1
> make[5]: Leaving directory
> `/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/libc/stdio'
> Making all in string
> make[5]: Entering directory
> `/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/libc/string'
> i386-unknown-elf-gcc
> -B/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/ -isystem /home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/targ-include -isystem /home/laguest/src/mine/tamp/thirdparty/src/newlib-cvs/src/newlib/libc/include -B/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/libgloss/i386 -L/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/libgloss/libnosys -L/home/laguest/src/mine/tamp/thirdparty/src/newlib-cvs/src/libgloss/i386 -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"1.16.0\" -DPACKAGE_STRING=\"newlib\ 1.16.0\" -DPACKAGE_BUGREPORT=\"\" -I. -I../../../../../../src/newlib-cvs/src/newlib/libc/string -O2 -DMISSING_SYSCALL_NAMES -fno-builtin -g -O2 -c -o lib_a-bcopy.o `test -f 'bcopy.c' || echo '../../../../../../src/newlib-cvs/src/newlib/libc/string/'`bcopy.c
> /tmp/cc5wNpti.s: Assembler messages:
> /tmp/cc5wNpti.s:90: Error: suffix or operands invalid for `push'
> make[5]: *** [lib_a-bcopy.o] Error 1
> make[5]: Leaving directory
> `/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/libc/string'
> Making all in signal
> make[5]: Entering directory
> `/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/libc/signal'
> i386-unknown-elf-gcc
> -B/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/ -isystem /home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/targ-include -isystem /home/laguest/src/mine/tamp/thirdparty/src/newlib-cvs/src/newlib/libc/include -B/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/libgloss/i386 -L/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/libgloss/libnosys -L/home/laguest/src/mine/tamp/thirdparty/src/newlib-cvs/src/libgloss/i386 -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"1.16.0\" -DPACKAGE_STRING=\"newlib\ 1.16.0\" -DPACKAGE_BUGREPORT=\"\" -I. -I../../../../../../src/newlib-cvs/src/newlib/libc/signal -O2 -DMISSING_SYSCALL_NAMES -fno-builtin -g -O2 -c -o lib_a-raise.o `test -f 'raise.c' || echo '../../../../../../src/newlib-cvs/src/newlib/libc/signal/'`raise.c
> i386-unknown-elf-gcc
> -B/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/ -isystem /home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/targ-include -isystem /home/laguest/src/mine/tamp/thirdparty/src/newlib-cvs/src/newlib/libc/include -B/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/libgloss/i386 -L/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/libgloss/libnosys -L/home/laguest/src/mine/tamp/thirdparty/src/newlib-cvs/src/libgloss/i386 -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"1.16.0\" -DPACKAGE_STRING=\"newlib\ 1.16.0\" -DPACKAGE_BUGREPORT=\"\" -I. -I../../../../../../src/newlib-cvs/src/newlib/libc/signal -O2 -DMISSING_SYSCALL_NAMES -fno-builtin -g -O2 -c -o lib_a-signal.o `test -f 'signal.c' || echo '../../../../../../src/newlib-cvs/src/newlib/libc/signal/'`signal.c
> /tmp/ccHTp5cq.s: Assembler messages:
> /tmp/ccHTp5cq.s:114: Error: suffix or operands invalid for `push'
> /tmp/ccHTp5cq.s:116: Error: suffix or operands invalid for `push'
> /tmp/ccHTp5cq.s:117: Error: suffix or operands invalid for `push'
> /tmp/ccHTp5cq.s:151: Error: suffix or operands invalid for `push'
> /tmp/ccHTp5cq.s:152: Error: suffix or operands invalid for `call'
> /tmp/ccHTp5cq.s:159: Error: suffix or operands invalid for `pop'
> /tmp/ccHTp5cq.s:160: Error: suffix or operands invalid for `pop'
> /tmp/ccHTp5cq.s:172: Error: suffix or operands invalid for `pop'
> /tmp/ccHTp5cq.s:173: Error: suffix or operands invalid for `pop'
> /tmp/ccHTp5cq.s:184: Error: suffix or operands invalid for `pop'
> /tmp/ccHTp5cq.s:185: Error: suffix or operands invalid for `pop'
> /tmp/ccHTp5cq.s:193: Error: suffix or operands invalid for `push'
> /tmp/ccHTp5cq.s:196: Error: suffix or operands invalid for `push'
> /tmp/ccHTp5cq.s:197: Error: suffix or operands invalid for `push'
> /tmp/ccHTp5cq.s:198: Error: suffix or operands invalid for `push'
> /tmp/ccHTp5cq.s:228: Error: suffix or operands invalid for `push'
> /tmp/ccHTp5cq.s:233: Error: suffix or operands invalid for `push'
> /tmp/ccHTp5cq.s:234: Error: suffix or operands invalid for `push'
> /tmp/ccHTp5cq.s:254: Error: suffix or operands invalid for `push'
> /tmp/ccHTp5cq.s:256: Error: suffix or operands invalid for `push'
> /tmp/ccHTp5cq.s:278: Error: suffix or operands invalid for `push'
> /tmp/ccHTp5cq.s:279: Error: suffix or operands invalid for `push'
> /tmp/ccHTp5cq.s:318: Error: suffix or operands invalid for `push'
> /tmp/ccHTp5cq.s:323: Error: suffix or operands invalid for `push'
> /tmp/ccHTp5cq.s:344: Error: suffix or operands invalid for `push'
> /tmp/ccHTp5cq.s:346: Error: suffix or operands invalid for `push'
> /tmp/ccHTp5cq.s:382: Error: suffix or operands invalid for `push'
> /tmp/ccHTp5cq.s:383: Error: suffix or operands invalid for `call'
> /tmp/ccHTp5cq.s:428: Error: suffix or operands invalid for `push'
> /tmp/ccHTp5cq.s:454: Error: suffix or operands invalid for `push'
> /tmp/ccHTp5cq.s:459: Error: suffix or operands invalid for `push'
> /tmp/ccHTp5cq.s:460: Error: suffix or operands invalid for `push'
> /tmp/ccHTp5cq.s:482: Error: suffix or operands invalid for `push'
> /tmp/ccHTp5cq.s:484: Error: suffix or operands invalid for `push'
> /tmp/ccHTp5cq.s:485: Error: suffix or operands invalid for `push'
> /tmp/ccHTp5cq.s:511: Error: suffix or operands invalid for `pop'
> /tmp/ccHTp5cq.s:512: Error: suffix or operands invalid for `pop'
> /tmp/ccHTp5cq.s:525: Error: suffix or operands invalid for `pop'
> /tmp/ccHTp5cq.s:526: Error: suffix or operands invalid for `pop'
> /tmp/ccHTp5cq.s:534: Error: suffix or operands invalid for `push'
> /tmp/ccHTp5cq.s:565: Error: suffix or operands invalid for `push'
> /tmp/ccHTp5cq.s:570: Error: suffix or operands invalid for `push'
> /tmp/ccHTp5cq.s:571: Error: suffix or operands invalid for `push'
> /tmp/ccHTp5cq.s:572: Error: suffix or operands invalid for `push'
> make[5]: *** [lib_a-signal.o] Error 1
> make[5]: Leaving directory
> `/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/libc/signal'
> Making all in time
> make[5]: Entering directory
> `/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/libc/time'
> i386-unknown-elf-gcc
> -B/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/ -isystem /home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/targ-include -isystem /home/laguest/src/mine/tamp/thirdparty/src/newlib-cvs/src/newlib/libc/include -B/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/libgloss/i386 -L/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/libgloss/libnosys -L/home/laguest/src/mine/tamp/thirdparty/src/newlib-cvs/src/libgloss/i386 -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"1.16.0\" -DPACKAGE_STRING=\"newlib\ 1.16.0\" -DPACKAGE_BUGREPORT=\"\" -I. -I../../../../../../src/newlib-cvs/src/newlib/libc/time -O2 -DMISSING_SYSCALL_NAMES -fno-builtin -g -O2 -c -o lib_a-asctime.o `test -f 'asctime.c' || echo '../../../../../../src/newlib-cvs/src/newlib/libc/time/'`asctime.c
> /tmp/ccdXCqUz.s: Assembler messages:
> /tmp/ccdXCqUz.s:133: Error: suffix or operands invalid for `push'
> /tmp/ccdXCqUz.s:140: Error: suffix or operands invalid for `push'
> /tmp/ccdXCqUz.s:141: Error: suffix or operands invalid for `push'
> make[5]: *** [lib_a-asctime.o] Error 1
> make[5]: Leaving directory
> `/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/libc/time'
> Making all in locale
> make[5]: Entering directory
> `/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/libc/locale'
> i386-unknown-elf-gcc
> -B/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/ -isystem /home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/targ-include -isystem /home/laguest/src/mine/tamp/thirdparty/src/newlib-cvs/src/newlib/libc/include -B/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/libgloss/i386 -L/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/libgloss/libnosys -L/home/laguest/src/mine/tamp/thirdparty/src/newlib-cvs/src/libgloss/i386 -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"1.16.0\" -DPACKAGE_STRING=\"newlib\ 1.16.0\" -DPACKAGE_BUGREPORT=\"\" -I. -I../../../../../../src/newlib-cvs/src/newlib/libc/locale -O2 -DMISSING_SYSCALL_NAMES -fno-builtin -g -O2 -c -o lib_a-locale.o `test -f 'locale.c' || echo '../../../../../../src/newlib-cvs/src/newlib/libc/locale/'`locale.c
> /tmp/ccPD2rLA.s: Assembler messages:
> /tmp/ccPD2rLA.s:100: Error: suffix or operands invalid for `push'
> /tmp/ccPD2rLA.s:123: Error: suffix or operands invalid for `push'
> /tmp/ccPD2rLA.s:143: Error: suffix or operands invalid for `push'
> /tmp/ccPD2rLA.s:172: Error: suffix or operands invalid for `push'
> /tmp/ccPD2rLA.s:174: Error: suffix or operands invalid for `push'
> /tmp/ccPD2rLA.s:175: Error: suffix or operands invalid for `push'
> /tmp/ccPD2rLA.s:185: Error: suffix or operands invalid for `push'
> /tmp/ccPD2rLA.s:186: Error: suffix or operands invalid for `push'
> /tmp/ccPD2rLA.s:205: Error: suffix or operands invalid for `pop'
> /tmp/ccPD2rLA.s:206: Error: suffix or operands invalid for `pop'
> /tmp/ccPD2rLA.s:214: Error: suffix or operands invalid for `push'
> /tmp/ccPD2rLA.s:215: Error: suffix or operands invalid for `push'
> /tmp/ccPD2rLA.s:239: Error: suffix or operands invalid for `push'
> /tmp/ccPD2rLA.s:244: Error: suffix or operands invalid for `push'
> /tmp/ccPD2rLA.s:245: Error: suffix or operands invalid for `push'
> /tmp/ccPD2rLA.s:246: Error: suffix or operands invalid for `push'
> make[5]: *** [lib_a-locale.o] Error 1
> make[5]: Leaving directory
> `/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/libc/locale'
> Making all in sys
> make[5]: Entering directory
> `/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/libc/sys'
> Making all in .
> make[6]: Entering directory
> `/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/libc/sys'
> make[6]: Nothing to be done for `all-am'.
> make[6]: Leaving directory
> `/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/libc/sys'
> make[5]: Leaving directory
> `/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/libc/sys'
> Making all in reent
> make[5]: Entering directory
> `/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/libc/reent'
> i386-unknown-elf-gcc
> -B/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/ -isystem /home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/targ-include -isystem /home/laguest/src/mine/tamp/thirdparty/src/newlib-cvs/src/newlib/libc/include -B/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/libgloss/i386 -L/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/libgloss/libnosys -L/home/laguest/src/mine/tamp/thirdparty/src/newlib-cvs/src/libgloss/i386 -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"1.16.0\" -DPACKAGE_STRING=\"newlib\ 1.16.0\" -DPACKAGE_BUGREPORT=\"\" -I. -I../../../../../../src/newlib-cvs/src/newlib/libc/reent -O2 -DMISSING_SYSCALL_NAMES -fno-builtin -g -O2 -c -o lib_a-closer.o `test -f 'closer.c' || echo '../../../../../../src/newlib-cvs/src/newlib/libc/reent/'`closer.c
> /tmp/ccjYUI7E.s: Assembler messages:
> /tmp/ccjYUI7E.s:133: Error: suffix or operands invalid for `push'
> /tmp/ccjYUI7E.s:141: Error: suffix or operands invalid for `push'
> make[5]: *** [lib_a-closer.o] Error 1
> make[5]: Leaving directory
> `/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/libc/reent'
> Making all in errno
> make[5]: Entering directory
> `/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/libc/errno'
> i386-unknown-elf-gcc
> -B/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/ -isystem /home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/targ-include -isystem /home/laguest/src/mine/tamp/thirdparty/src/newlib-cvs/src/newlib/libc/include -B/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/libgloss/i386 -L/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/libgloss/libnosys -L/home/laguest/src/mine/tamp/thirdparty/src/newlib-cvs/src/libgloss/i386 -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"1.16.0\" -DPACKAGE_STRING=\"newlib\ 1.16.0\" -DPACKAGE_BUGREPORT=\"\" -I. -I../../../../../../src/newlib-cvs/src/newlib/libc/errno -O2 -DMISSING_SYSCALL_NAMES -fno-builtin -g -O2 -c -o lib_a-errno.o `test -f 'errno.c' || echo '../../../../../../src/newlib-cvs/src/newlib/libc/errno/'`errno.c
> /tmp/ccp8j08H.s: Assembler messages:
> /tmp/ccp8j08H.s:98: Error: suffix or operands invalid for `push'
> make[5]: *** [lib_a-errno.o] Error 1
> make[5]: Leaving directory
> `/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/libc/errno'
> Making all in misc
> make[5]: Entering directory
> `/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/libc/misc'
> i386-unknown-elf-gcc
> -B/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/ -isystem /home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/targ-include -isystem /home/laguest/src/mine/tamp/thirdparty/src/newlib-cvs/src/newlib/libc/include -B/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/libgloss/i386 -L/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/libgloss/libnosys -L/home/laguest/src/mine/tamp/thirdparty/src/newlib-cvs/src/libgloss/i386 -DPACKAGE_NAME=\"newlib\" -DPACKAGE_TARNAME=\"newlib\" -DPACKAGE_VERSION=\"1.16.0\" -DPACKAGE_STRING=\"newlib\ 1.16.0\" -DPACKAGE_BUGREPORT=\"\" -I. -I../../../../../../src/newlib-cvs/src/newlib/libc/misc -O2 -DMISSING_SYSCALL_NAMES -fno-builtin -g -O2 -c -o lib_a-__dprintf.o `test -f '__dprintf.c' || echo '../../../../../../src/newlib-cvs/src/newlib/libc/misc/'`__dprintf.c
> /tmp/ccRdpwwP.s: Assembler messages:
> /tmp/ccRdpwwP.s:99: Error: suffix or operands invalid for `push'
> /tmp/ccRdpwwP.s:237: Error: suffix or operands invalid for `push'
> /tmp/ccRdpwwP.s:244: Error: suffix or operands invalid for `push'
> /tmp/ccRdpwwP.s:246: Error: suffix or operands invalid for `push'
> /tmp/ccRdpwwP.s:247: Error: suffix or operands invalid for `push'
> /tmp/ccRdpwwP.s:248: Error: suffix or operands invalid for `push'
> /tmp/ccRdpwwP.s:269: Error: suffix or operands invalid for `push'
> /tmp/ccRdpwwP.s:271: Error: suffix or operands invalid for `push'
> /tmp/ccRdpwwP.s:276: Error: suffix or operands invalid for `push'
> /tmp/ccRdpwwP.s:278: Error: suffix or operands invalid for `push'
> /tmp/ccRdpwwP.s:279: Error: suffix or operands invalid for `push'
> /tmp/ccRdpwwP.s:280: Error: suffix or operands invalid for `push'
> /tmp/ccRdpwwP.s:281: Error: suffix or operands invalid for `push'
> /tmp/ccRdpwwP.s:305: Error: suffix or operands invalid for `push'
> /tmp/ccRdpwwP.s:307: Error: suffix or operands invalid for `push'
> /tmp/ccRdpwwP.s:308: Error: suffix or operands invalid for `push'
> /tmp/ccRdpwwP.s:348: Error: suffix or operands invalid for `push'
> /tmp/ccRdpwwP.s:354: Error: suffix or operands invalid for `pop'
> /tmp/ccRdpwwP.s:355: Error: suffix or operands invalid for `pop'
> /tmp/ccRdpwwP.s:363: Error: suffix or operands invalid for `push'
> /tmp/ccRdpwwP.s:392: Error: suffix or operands invalid for `push'
> /tmp/ccRdpwwP.s:394: Error: suffix or operands invalid for `push'
> /tmp/ccRdpwwP.s:395: Error: suffix or operands invalid for `push'
> /tmp/ccRdpwwP.s:396: Error: suffix or operands invalid for `push'
> /tmp/ccRdpwwP.s:456: Error: suffix or operands invalid for `pop'
> /tmp/ccRdpwwP.s:457: Error: suffix or operands invalid for `pop'
> /tmp/ccRdpwwP.s:458: Error: suffix or operands invalid for `pop'
> /tmp/ccRdpwwP.s:469: Error: suffix or operands invalid for `push'
> /tmp/ccRdpwwP.s:582: Error: suffix or operands invalid for `push'
> /tmp/ccRdpwwP.s:583: Error: suffix or operands invalid for `push'
> /tmp/ccRdpwwP.s:584: Error: suffix or operands invalid for `push'
> /tmp/ccRdpwwP.s:591: Error: suffix or operands invalid for `push'
> /tmp/ccRdpwwP.s:592: Error: suffix or operands invalid for `push'
> /tmp/ccRdpwwP.s:593: Error: suffix or operands invalid for `push'
> /tmp/ccRdpwwP.s:594: Error: suffix or operands invalid for `push'
> /tmp/ccRdpwwP.s:609: Error: suffix or operands invalid for `push'
> /tmp/ccRdpwwP.s:630: Error: suffix or operands invalid for `push'
> /tmp/ccRdpwwP.s:641: Error: suffix or operands invalid for `push'
> /tmp/ccRdpwwP.s:642: Error: suffix or operands invalid for `push'
> /tmp/ccRdpwwP.s:643: Error: suffix or operands invalid for `push'
> /tmp/ccRdpwwP.s:645: Error: suffix or operands invalid for `pop'
> /tmp/ccRdpwwP.s:646: Error: suffix or operands invalid for `pop'
> /tmp/ccRdpwwP.s:647: Error: suffix or operands invalid for `push'
> /tmp/ccRdpwwP.s:648: Error: suffix or operands invalid for `push'
> /tmp/ccRdpwwP.s:649: Error: suffix or operands invalid for `push'
> /tmp/ccRdpwwP.s:663: Error: suffix or operands invalid for `push'
> /tmp/ccRdpwwP.s:682: Error: suffix or operands invalid for `push'
> /tmp/ccRdpwwP.s:695: Error: suffix or operands invalid for `push'
> /tmp/ccRdpwwP.s:696: Error: suffix or operands invalid for `push'
> /tmp/ccRdpwwP.s:697: Error: suffix or operands invalid for `push'
> /tmp/ccRdpwwP.s:698: Error: suffix or operands invalid for `push'
> /tmp/ccRdpwwP.s:722: Error: suffix or operands invalid for `push'
> /tmp/ccRdpwwP.s:723: Error: suffix or operands invalid for `push'
> /tmp/ccRdpwwP.s:727: Error: suffix or operands invalid for `push'
> /tmp/ccRdpwwP.s:728: Error: suffix or operands invalid for `push'
> /tmp/ccRdpwwP.s:745: Error: suffix or operands invalid for `push'
> make[5]: *** [lib_a-__dprintf.o] Error 1
> make[5]: Leaving directory
> `/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/libc/misc'
> Making all in machine
> make[5]: Entering directory
> `/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/libc/machine'
> Making all in i386
> make[6]: Entering directory
> `/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/libc/machine/i386'
> i386-unknown-elf-gcc
> -B/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/ -isystem /home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/targ-include -isystem /home/laguest/src/mine/tamp/thirdparty/src/newlib-cvs/src/newlib/libc/include -B/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/libgloss/i386 -L/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/libgloss/libnosys -L/home/laguest/src/mine/tamp/thirdparty/src/newlib-cvs/src/libgloss/i386 -I ../../../../../../../src/newlib-cvs/src/newlib/libc/machine/i386/../../../libm/common -O2 -DMISSING_SYSCALL_NAMES -fno-builtin -c -o lib_a-memchr.o `test -f 'memchr.S' || echo '../../../../../../../src/newlib-cvs/src/newlib/libc/machine/i386/'`memchr.S
> ../../../../../../../src/newlib-cvs/src/newlib/libc/machine/i386/memchr.S: Assembler messages:
> ../../../../../../../src/newlib-cvs/src/newlib/libc/machine/i386/memchr.S:17: Error: suffix or operands invalid for `push'
> ../../../../../../../src/newlib-cvs/src/newlib/libc/machine/i386/memchr.S:19: Error: suffix or operands invalid for `push'
> ../../../../../../../src/newlib-cvs/src/newlib/libc/machine/i386/memchr.S:40: Error: suffix or operands invalid for `pop'
> make[6]: *** [lib_a-memchr.o] Error 1
> make[6]: Leaving directory
> `/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/libc/machine/i386'
> Making all in .
> make[6]: Entering directory
> `/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/libc/machine'
> rm -f lib.a
> ln i386/lib.a lib.a >/dev/null 2>/dev/null || \
> cp i386/lib.a lib.a
> cp: cannot stat `i386/lib.a': No such file or directory
> make[6]: *** [lib.a] Error 1
> make[6]: Leaving directory
> `/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/libc/machine'
> make[5]: *** [all-recursive] Error 1
> make[5]: Leaving directory
> `/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/libc/machine'
> Making all in .
> make[5]: Entering directory
> `/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/libc'
> rm -f libc.a
> rm -rf tmp
> mkdir tmp
> cd tmp; \
> for i in argz/lib.a stdlib/lib.a ctype/lib.a search/lib.a stdio/lib.a
> string/lib.a signal/lib.a time/lib.a locale/lib.a reent/lib.a
> errno/lib.a misc/lib.a machine/lib.a ; do \
> i386-unknown-elf-ar x ../$i; \
> done; \
> i386-unknown-elf-ar rc ../libc.a *.o
> i386-unknown-elf-ar: ../argz/lib.a: No such file or directory
> i386-unknown-elf-ar: ../stdlib/lib.a: No such file or directory
> i386-unknown-elf-ar: ../ctype/lib.a: No such file or directory
> i386-unknown-elf-ar: ../search/lib.a: No such file or directory
> i386-unknown-elf-ar: ../stdio/lib.a: No such file or directory
> i386-unknown-elf-ar: ../string/lib.a: No such file or directory
> i386-unknown-elf-ar: ../signal/lib.a: No such file or directory
> i386-unknown-elf-ar: ../time/lib.a: No such file or directory
> i386-unknown-elf-ar: ../locale/lib.a: No such file or directory
> i386-unknown-elf-ar: ../reent/lib.a: No such file or directory
> i386-unknown-elf-ar: ../errno/lib.a: No such file or directory
> i386-unknown-elf-ar: ../misc/lib.a: No such file or directory
> i386-unknown-elf-ar: ../machine/lib.a: No such file or directory
> i386-unknown-elf-ar: *.o: No such file or directory
> make[5]: *** [libc.a] Error 1
> make[5]: Leaving directory
> `/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/libc'
> make[4]: *** [all-recursive] Error 1
> make[4]: Leaving directory
> `/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib/libc'
> make[3]: *** [all-recursive] Error 1
> make[3]: Leaving directory
> `/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib'
> make[2]: *** [all] Error 2
> make[2]: Leaving directory
> `/home/laguest/src/mine/tamp/thirdparty/build/newlib/i386-unknown-elf/newlib'
> make[1]: *** [all-target-newlib] Error 2
> make[1]: Leaving directory
> `/home/laguest/src/mine/tamp/thirdparty/build/newlib'
> make: *** [all] Error 2
>
>
>
More information about the Newlib
mailing list