| Related articles |
|---|
| Flex problem syed@malkauns.nsc.com (SYED) (2001-06-21) |
| From: | SYED <syed@malkauns.nsc.com> |
| Newsgroups: | comp.compilers |
| Date: | 21 Jun 2001 03:20:29 -0400 |
| Organization: | National Semiconductor, Santa Clara |
| Keywords: | lex, question, comment |
| Posted-Date: | 21 Jun 2001 03:20:29 EDT |
Hi,
Im developing a verilog parser using FLEX/BISON.
For the last few days I started getting a message: "fatal flex
scanner internal error--no action found".
That is coming after correctly executing whole program. I failed to
cure the problem even after re-installling
flex/bison and creating more space in my account.
Kindly help.
Regards
Dr. Syed Abid Hussain
National Semiconductor, India.
[Never seen that error. I'd suspect a wild pointer in your code smashing
one of flex's internal data structures. -John]
Return to the
comp.compilers page.
Search the
comp.compilers archives again.