LEX - /usr/bin/i686-linux-gnu-ld: cannot find -ll

238 Views Asked by At

I am trying to execute a lex and a yacc file with gcc lex.yy.c y.tab.c -ll -ly but it keeps saying /usr/bin/i686-linux-gnu-ld: cannot find -ll collect2: error: ld returned 1 exit status

I've tried to update flex/bison uninstall and install again but it doesn't change anything

0

There are 0 best solutions below