Re: [Flex-help] lex/yacc/gcc help (RESOLVED)

2013-11-08 Thread Mark Hounschell
On 11/06/2013 07:57 AM, Mark Hounschell wrote: On 11/06/2013 03:19 AM, Akim Demaille wrote: Le 5 nov. 2013 ? 14:11, Mark Hounschell a »crit : Thanks Akim, Hi! Like I said in my original post, I am yacc/lex ignorant. The strange thing, that I haven't mentioned is that this all

Re: lex/yacc/gcc help

2013-11-06 Thread Mark Hounschell
On 11/06/2013 03:19 AM, Akim Demaille wrote: Le 5 nov. 2013 ? 14:11, Mark Hounschell a Ècrit : Thanks Akim, Hi! Like I said in my original post, I am yacc/lex ignorant. The strange thing, that I haven't mentioned is that this all built successfully 4, 5, or more years ago on Linux

Re: lex/yacc/gcc help

2013-11-05 Thread Mark Hounschell
On 11/05/2013 04:43 AM, Akim Demaille wrote: Le 1 nov. 2013 ? 14:36, Mark Hounschell a Ècrit : # make ./translate5 cpu.def cat yacc1.yinit yacctoks yacc2.yinit yaccrules yacc3.yinit > yacc.in yacc -d yacc.in cat lex1.linit lextext lexfield lex2.linit > lex.in flex -l lex.in gcc -a

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

2013-11-01 Thread Mark Hounschell
/01/2013 10:29 AM, Arthur Schwarz wrote: 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: F

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