This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

NewB: building binutils-cvs


Hi,
I tried to build cvs binutils on debian. In ~/SRC, i got binutils with:

cvs -z 9 -d :pserver:anoncvs@sources.redhat.com:/cvs/src co binutils

I then ran ~/SRC/src/binutils/configure in a new directory
(~/SRC/myavrbinutils):

$~/SRC/myavrbinutils: ../src/binutils/configure

Then i ran: $~/SRC/myavrbinutils: make

I got a bfd error:

  make  all-recursive
  make[1]: Entering directory `/home/russell/SRC/myavrbinutils'
  Making all in doc
  make[2]: Entering directory `/home/russell/SRC/myavrbinutils/doc'
  if test -f cxxfilt.man; then \
    man=cxxfilt.man; \
  else \
    man=../../src/binutils/doc/cxxfilt.man; \
  fi; \
  sed -e 's/@PROGRAM@/c++filt/' \
      -e 's/cxxfilt/c++filt/' < $man \
          > c++filt.1
  make[2]: Leaving directory `/home/russell/SRC/myavrbinutils/doc'
  Making all in po
  make[2]: Entering directory `/home/russell/SRC/myavrbinutils/po'
  make[2]: Nothing to be done for `all'.
  make[2]: Leaving directory `/home/russell/SRC/myavrbinutils/po'
  make[2]: Entering directory `/home/russell/SRC/myavrbinutils'
  make[2]: *** No rule to make target `../bfd/bfd.h', needed by `size.o'.  Stop.
  make[2]: Leaving directory `/home/russell/SRC/myavrbinutils'
  make[1]: *** [all-recursive] Error 1
  make[1]: Leaving directory `/home/russell/SRC/myavrbinutils'
  make: *** [all-recursive-am] Error 2

The cvs download has src/bfd, which i assume needs to be built, but
it has no configure or makefile. How do i build it?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]