Hi All,

Trying to compile avrdude for the 1st time under Linux (Ubuntu 8.04). I get
the following error:
---------------------------------------------------------------------------------------------------
make  all-recursive
make[1]: Entering directory `/home/bmentink/amForth/avrdude-5.5'
make[2]: Entering directory `/home/bmentink/amForth/avrdude-5.5'
gcc  -g -O2   -o avrdude  avrdude-main.o ./libavrdude.a -lusb
./libavrdude.a(libavrdude_a-config.o): In function `read_config':
/home/bmentink/amForth/avrdude-5.5/config.c:299: undefined reference to
`yyin'
./libavrdude.a(libavrdude_a-config_gram.o): In function `yyparse':
/home/bmentink/amForth/avrdude-5.5/config_gram.c:908: undefined reference to
`yylex'
/home/bmentink/amForth/avrdude-5.5/config_gram.c:2163: undefined reference
to `yylex'
collect2: ld returned 1 exit status
make[2]: *** [avrdude] Error 1
make[2]: Leaving directory `/home/bmentink/amForth/avrdude-5.5'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/bmentink/amForth/avrdude-5.5'
make: *** [all] Error 2
--------------------------------------------------------------------------------------------
I have installed yacc and flex, is there anything else I should have
installed?

Cheers and thanks,
Bernard
_______________________________________________
avrdude-dev mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/avrdude-dev

Reply via email to