[Buildroot] Unable to build x86_64 on x86_64

Peter Korsgaard jacmet at sunsite.dk
Thu May 10 09:15:37 UTC 2012


>>>>> "Piotr" == Piotr Karbowski <piotr.karbowski at gmail.com> writes:

Hi,

Buildroot questions belong on the buildroot list, rather than the uclibc
one.

 Piotr>   /usr/bin/gcc -c -I. -W -Wall -Wstrict-prototypes
 Piotr> -Wmissing-prototypes -Wshadow -O2
 Piotr> -I/home/piotr/src/buildroot-2012.02/output/host/include
 Piotr> -I/home/piotr/src/buildroot-2012.02/output/host/usr/include  sysinfo.c

 Piotr> /usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/../../../../x86_64-pc-linux-gnu/bin/as:
 Piotr> error while loading shared libraries: libc.so.0: cannot open shared
 Piotr> object file: No such file or directory
 Piotr> make[3]: *** [sysinfo.o] Error 1

Your host assembler apparently has a problem finding libc. Strangely
enough it wants libc.so.0 which is a soname used by uClibc and not
glibc. Do you have LD_LIBRARY_PATH set in your environment?

x86-64 to x86-64 works fine here with buildroot git.

-- 
Bye, Peter Korsgaard


More information about the buildroot mailing list