Re: [Bug binutils/2993] New: compile error bfd.c: noreturn function does return

2006-08-07 Thread Nick Clifton
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

[Bug binutils/2993] New: compile error bfd.c: noreturn function does return

2006-08-02 Thread lts-rudolph at gmx dot de
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