Xilinx / bootgen

bootgen source code
Other
34 stars 42 forks source link

makefile don't have rool for yacc/bison step #37

Open vgiargia opened 2 months ago

vgiargia commented 2 months ago

you loaded in to the repository some generated file:

bif.l from flex bif.tab.cpp from bison

and the makefile has no rule for building these files from source (bif.yy)

vgiargia commented 2 months ago

sorry bif.l is a lexer input file so it is OK the problem is with bif.tab.cpp generetad from bif.yy (I suppose ...)

thanks