AVR build fails
Russell Shaw
rjshaw@iprimus.com.au
Mon Mar 3 07:27:00 GMT 2003
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
More information about the Binutils
mailing list