Re: [Flex-help] lex/yacc/gcc help

2013-11-01 Thread Arthur Schwarz
Do a grep of your source files to locate which file eBEGINi is located in. It does not appear in any of the files included in you e-mail. - Original Message - From: Mark Hounschell To: help-bison@gnu.org; flex-h...@lists.sourceforge.net Cc: Sent: Friday, November 1, 2013 6:36 AM Subje

Re: [Flex-help] lex/yacc/gcc help

2013-11-01 Thread Mark Hounschell
I notice you see in my email and responded with "eBEGINi". That must be a result of using colorgcc and the way it outputs gcc errors in color. That output was cut and pasted into the email. It is BEGIN. There is no "eBEGINi" anywhere in the code. And as I'm sure you know, BEGIN appears to be

lex/yacc/gcc help

2013-11-01 Thread Mark Hounschell
I am trying to port some code from an old unix box to Linux. It is a microcode compiler for an old CPU board. This code uses lex/yacc/cc. Obviously all works on this old unix box. I am completely lex/yacc ignorant but am not gcc ignorant. I am hoping someone can give me some advise as to what I