[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: AVRDUDE-5.8
From: |
Ralf Wildenhues |
Subject: |
Re: AVRDUDE-5.8 |
Date: |
Mon, 28 Sep 2009 22:42:45 +0200 |
User-agent: |
Mutt/1.5.20 (2009-08-09) |
Hello Ty,
* Ty Tower wrote on Mon, Sep 28, 2009 at 04:14:21AM CEST:
> I have avrdude 5.5 installed on my machine running Mandriva 2009
> I have been trying to installĀ 5.8 and get this error below which
> seems to be the ylwrap script but it is too complex for me to sort
>
> Can someone tell me if this is a bug or my error
> address@hidden avrdude-5.8]$ make
> makeĀ all-recursive
> make[1]: Entering directory `/home/tytower/Download/avrdude-5.8'
> make[2]: Entering directory `/home/tytower/Download/avrdude-5.8'
> /bin/sh ./ylwrap lexer.l .c lexer.c -- :
> make[2]: *** [lexer.c] Error 1
Looks like you don't have flex or another lex installed. If you are
building from a tarball, then you shouldn't (the tarball should ship
with the lex output file), otherwise you should probably install flex
and rerun configure.
HTH.
Cheers,
Ralf