>output from ld -v:
>GNU ld version 2.10.90 (with BFD 2.10.0.12)
>
>output from gcc -v:
>Reading specs from /usr/lib/gcc-lib/arm-unknown-linuxaout/2.7.2.2/specs
>gcc version 2.7.2.2
You can't use these together. Your gcc is configured for a.out, whereas your
binutils only understands ELF (which is what you need for the kernel). If I
were you I'd install a modern compiler from binaries - you can bootstrap it
yourself from source, but it's awkward.
p.
_______________________________________________
http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm
Please visit the above address for information on this list.