antmicro / cocotb-verilator-build

25 stars 4 forks source link

Install error #3

Closed qarlosalberto closed 5 years ago

qarlosalberto commented 5 years ago

Hello,

I have a problem with:

make env/bin/verilator

The error is:

In file included from ../V3ParseLex.cpp:36:0:
V3Lexer_pregen.yy.cpp:369:10: error fatal: FlexLexer.h: No existe el archivo o el directorio
 #include <FlexLexer.h>

I have installed flex and the dependencies. My OS is: Linux Mint 19.1 Cinnamon

qarlosalberto commented 5 years ago

It has been fixed with:

apt-get install libfl-dev