08-20-04 12:49 PM
Jens.Toerring@physik.fu-berlin.de wrote:
> Billy N. Patton <b-patton@ti.com> wrote:
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> Impossible to say from the information you supply - perhaps your
> assumption that the parser is in a state where the "(LIB" bit gets
> parsed as a 'lib_tag' is wrong. All the debug output is just from
> the tokenizer and doesn't tell you anything about the state the
> parser is in (except the very last line;-).
>
> Regards, Jens
How do I get more debug information?
I've tried stepping through xxgdb, gdb and ddd but I thing the #line is
creating problems. The debugger's stop on lines with comments.
I have the output file that gives state information,but if it has the
information I need, I'm too new to this.
I wrote this parser @ 15 years ago. It worked then. THe data has not
changed, but operating syteam, compiler, flex/bison and platforms have
all changed.
This is one of those things I did, it worked and never failed, so it was
knowledge lost over the years
--
___ _ ____ ___ __ __
/ _ )(_) / /_ __ / _ \___ _/ /_/ /____ ___
/ _ / / / / // / / ___/ _ `/ __/ __/ _ \/ _ \
/____/_/_/_/\_, / /_/ \_,_/\__/\__/\___/_//_/
/___/
Texas Instruments ASIC Circuit Design Methodlogy Group
Dallas, Texas, 214-480-4455, b-patton@ti.com
[ Post a follow-up to this message ]
|