Re: Error when building binutils

2010-05-20 Thread joulnare18
Hi, >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 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." ___

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