avrdude-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avrdude-dev] Building Avrdude 6.3


From: Joerg Wunsch
Subject: Re: [avrdude-dev] Building Avrdude 6.3
Date: Fri, 22 Mar 2019 22:45:50 +0100
User-agent: Mutt/1.11.2 (2019-01-07)

As Wayne Holder wrote:

> As part of trying to diagnose the issue I'm having with serbb and the TPI
> protocol (see my other thread on this topic), I decided to try and build
> the 6.3 release on my Mac Pro system and then see if I could resolve the
> issue by making a few tweaks to the timing bit timing.

You'll probably need the patches mentioned by David Mosberger.

Anyway, ...

> /bin/sh ./ylwrap lexer.l lex.yy.c lexer.c -- flex
> 
> make: *** [lexer.c] Error 1

Do you have flex and bison or [b]yacc installed?

Alas, autoconf (which generates the configure script) has no
precautions to really test for the presence of flex or lex - it can
only distinguish which one of both it is.  That's why there is no
better error message for it.

-- 
cheers, Joerg               .-.-.   --... ...--   -.. .  DL8DTL

http://www.sax.de/~joerg/
Never trust an operating system you don't have sources for. ;-)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]