* [Buildroot] Unable to build x86_64 on x86_64
[not found] ` <4FAB7AEC.2020608@gmail.com>
@ 2012-05-10 9:15 ` Peter Korsgaard
2012-05-10 14:03 ` Piotr Karbowski
0 siblings, 1 reply; 2+ messages in thread
From: Peter Korsgaard @ 2012-05-10 9:15 UTC (permalink / raw)
To: buildroot
>>>>> "Piotr" == Piotr Karbowski <piotr.karbowski@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
^ permalink raw reply [flat|nested] 2+ messages in thread
* [Buildroot] Unable to build x86_64 on x86_64
2012-05-10 9:15 ` [Buildroot] Unable to build x86_64 on x86_64 Peter Korsgaard
@ 2012-05-10 14:03 ` Piotr Karbowski
0 siblings, 0 replies; 2+ messages in thread
From: Piotr Karbowski @ 2012-05-10 14:03 UTC (permalink / raw)
To: buildroot
On 05/10/2012 11:15 AM, Peter Korsgaard wrote:
>>>>>> "Piotr" == Piotr Karbowski<piotr.karbowski@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.
>
Nope, I don't. I cloned fresh buildroot from git and to ensure that any
weird variables is not passed by I did:
env -i PATH=$PATH TERM=$TERM HOME=$HOME make
The result is the same.
/usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/../../../../x86_64-pc-linux-gnu/bin/as:
error while loading shared libraries: libc.so.0: cannot open shared
object file: No such file or directory
However after changing binutinls from 2.21.1 which is selected by
default to 2.22 it does compile.
-- Piotr.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-05-10 14:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <4FAAF16D.2000005@gmail.com>
[not found] ` <201205092250.18821.vapier@gentoo.org>
[not found] ` <4FAB7AEC.2020608@gmail.com>
2012-05-10 9:15 ` [Buildroot] Unable to build x86_64 on x86_64 Peter Korsgaard
2012-05-10 14:03 ` Piotr Karbowski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox