[Buildroot] [Bug 1789] binutils fails to build for i386

bugzilla at busybox.net bugzilla at busybox.net
Fri May 21 09:50:42 UTC 2010


https://bugs.busybox.net/show_bug.cgi?id=1789

--- Comment #1 from Thomas Petazzoni <thomas.petazzoni at free-electrons.com>  ---
I tried exactly the same configuration :
 make ARCH=i386 defconfig
 make

and I cannot reproduce the build failure. fibheap.c just builds fine here:

if [ x"" != x ]; then \
          /usr/bin/gcc -Wl,-rpath -Wl,/home/test/buildroot/output/host/usr/lib
-I/home/test/buildroot/output/host/include
-I/home/test/buildroot/output/host/usr/include -c -DHAVE_CONFIG_H -g -O2  -I.
-I/home/test/buildroot/output/toolchain/binutils-2.20.1/libiberty/../include 
-W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  
/home/test/buildroot/output/toolchain/binutils-2.20.1/libiberty/fibheap.c -o
pic/fibheap.o; \
        else true; fi
/usr/bin/gcc -Wl,-rpath -Wl,/home/test/buildroot/output/host/usr/lib
-I/home/test/buildroot/output/host/include
-I/home/test/buildroot/output/host/usr/include -c -DHAVE_CONFIG_H -g -O2  -I.
-I/home/test/buildroot/output/toolchain/binutils-2.20.1/libiberty/../include 
-W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic 
/home/test/buildroot/output/toolchain/binutils-2.20.1/libiberty/fibheap.c -o
fibheap.o

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the buildroot mailing list