In the last mail Peter Teichmann said:

> /usr/local/arm-tmp/lib/gcc-lib/arm-linux/egcs-2.91.66/libgcc.a: could not read 
>symbols: Archive has no index; run ranlib to add one
> make: *** [vmlinux] Error 1
> 
> How can that be and what can I do against it?

run your ELF ranlib on
/usr/local/arm-tmp/lib/gcc-lib/arm-linux/egcs-2.91.66/libgcc.a

(problem is that at some point something ran the a.out ranlib over it)

This looks like it's the cross-compile-using-wrong-ranlib-bug that happens
in the toolchain build that I had. I just made /usr/local/bin/ranlib a
symlink to /bin/true, but that's a hack rather than a bug-fix.

Nick
unsubscribe: body of `unsubscribe linux-arm' to [EMAIL PROTECTED]

Reply via email to