This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Cross gcc build problem


Laine Walker-Avina wrote:

/usr/bin/arm-linux-gnu-ld: cannot find /usr/arm-linux-gnu/lib/libc.so.6

You don't have glibc installed in a place where ld can find it.


If that is because you are bootstrapping a toolchain, then you should disable the generation of a shared version of libgcc by supplying something like --disable-shared to the GCC configure.

David Daney


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]