avrdude-dev
[Top][All Lists]
Advanced

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

Re: [avrdude-dev] Compile problems with avrdude-5.5


From: Joerg Wunsch
Subject: Re: [avrdude-dev] Compile problems with avrdude-5.5
Date: Sun, 27 Apr 2008 09:09:07 +0200
User-agent: Mutt/1.5.11

As Bernard Mentink wrote:

> Ok, so are you saying I must remove lexer.c and re-compile?

No, I'm saying that lexer.c is supposed to create a function named
yylex().  This is not completely obvious though, it contains first

#define YY_DECL int yylex YY_PROTO(( void ))

followed by

YY_DECL
        {
        register yy_state_type yy_current_state;
        register char *yy_cp, *yy_bp;
        register int yy_act;
...

-- 
cheers, J"org               .-.-.   --... ...--   -.. .  DL8DTL

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




reply via email to

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