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]

AVR build fails


Hi,

I checked out cvs binutils a few times and tried:

./configure --target=avr
make

but the build fails the same way. I think it's because "no"
is in line 33 of src/bfd/po/Makefile:
  GMSGFMT = PATH=../src:$$PATH no

Is it intentional? How long will it be like that?

make[3]: Entering directory `/home/russell/src/src/bfd/doc'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/russell/src/src/bfd/doc'
Making all in po
make[3]: Entering directory `/home/russell/src/src/bfd/po'
file=./`echo fr | sed 's,.*/,,'`.gmo \
  && rm -f $file && PATH=../src:$PATH no -o $file fr.po
/bin/sh: no: command not found
make[3]: *** [fr.gmo] Error 127
make[3]: Leaving directory `/home/russell/src/src/bfd/po'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/russell/src/src/bfd'
make[1]: *** [all-recursive-am] Error 2
make[1]: Leaving directory `/home/russell/src/src/bfd'
make: *** [all-bfd] Error 2


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