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. ;-)

_______________________________________________
avrdude-dev mailing list
avrdude-dev@nongnu.org
https://lists.nongnu.org/mailman/listinfo/avrdude-dev

Reply via email to