Re: Error when building binutils

2010-05-19 Thread Andreas Schwab
joulnare18 writes: > How can I do it? Configure with --enable-maintainer-mode. Andreas. -- Andreas Schwab, sch...@redhat.com GPG Key fingerprint = D4E8 DBE3 3813 BB5D FA84 5EC7 45C6 250E 6F00 984E "And now for something completely different." ___

[Bug ld/11612] New: New underscoring behavior can break -aligncomm directve

2010-05-19 Thread dougsemler at gmail dot com
I ran across this situation due some .comm symbols being generated by gcc. I don't think it's a gcc problem per se, unless symbols are not allowed to begin with a "." The new underscoring behavior for 64 bit mingw 32 targets can break the linker's expectation for the syntax of the -aligncomm .dre

Re: Error when building binutils

2010-05-19 Thread joulnare18
Hi nick, I did this comand but with autoconf 2.61a. when tring to do it with 2.64 it give me : configure.in:25: warning: AC_CACHE_VAL(_LT_TAGVAR(lt_prog_compiler_pic_works, ), ...): suspicious cache-id, must contain _cv_ to be cached ../../lib/autoconf/general.m4:2018: AC_CACHE_VAL is expanded f

Re: Error when building binutils

2010-05-19 Thread Nick Clifton
Hi joulnare18, Or that you have not regenerated the bfd/configure file. How can I do it? Run the autoconf program in the bfd source directory. Make sure that you are using version 2.64 of autoconf: % cd % cd bfd % autoconf --version autoconf (GNU Autoconf) 2.64 Copyright (C) 2

Re: Error when building binutils

2010-05-19 Thread joulnare18
Hi nickc, thank you for your response. > It sounds as though you have not added your new architecture to the > bfd/config.bfd and/or bfd/configure.in files. in config.bfd I aded the lines: myarch*) targ_archs=bfd_myarch_arch ;; and myarch-*-*) targ_defvec=myarch_vec

Re: Error when building binutils

2010-05-19 Thread Nick Clifton
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