Chris Rutter wrote:
>
> > The binary objdump from binutils 2.9.5.0.13 has only been installed as
> > /usr/bin/arm-linux-objdump not as /usr/arm-linux/bin/objdump.
>
> > >vmlinux /usr/arm-linux/bin/ld: target elf32-arm not found
> > >make: *** [vmlinux] Error 1
>
This problems is caused by using the new binutils (2.9.5xxx). The
target names were changed between 2.9.1 and 2.9.5 when our code was
integrated with the code from Cygnus. You need to rebuild your
compiler, after having changed the link spec. See
gcc/config/arm/linux-elf.h and do a search for LINK_SPEC. You want to
use armelf_linux rather than elf32arm.
Scott
unsubscribe: body of `unsubscribe linux-arm' to [EMAIL PROTECTED]