Hi Rudolph,
bfd.c: In function `_bfd_abort':
bfd.c:796: warning: `noreturn' function does return
This looks like it may be a problem with your system header files. The
_bfd_abort() function ends with a call to the system function _exit()
which should not return. Hence _bfd_abort() does not
after configure --target=arm-elf --prefix=/opt/arm
make
the compile beaks with:
make[2]: Entering directory
`/home/user01_nfs/rudolphk/work/binutils-2.17/bfd/po'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/user01_nfs/rudolphk/work/binutils-2.17/bfd/po'
make[2]: Enteri