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