Hi Joulnare18,

I'm trying to port binutils to a new architecture.

  ../bfd/.libs/libbfd.a(archures.o)(.rodata+0x0): In function
`bfd_printable_name':
../../binutils-2.18/bfd/archures.c:595: undefined reference to
`bfd_sseq32_arch'

It sounds as though you have not added your new architecture to the bfd/config.bfd and/or bfd/configure.in files. Or that you have not regenerated the bfd/confgiure file. Or that you have not run "make headers" inside your bfd build directory.

Cheers
  Nick

_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to