ominux / vtr-verilog-to-routing

Automatically exported from code.google.com/p/vtr-verilog-to-routing
0 stars 0 forks source link

ODIN_II does not compile #12

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. make
2.
3.

What is the expected output? What do you see instead?

eddieh@daiyu:~/vtr_final/ODIN_II$ make
bison --verbose -d -t -o SRC/verilog_bison.c SRC/verilog_bison.y
SRC/verilog_bison.y: conflicts: 1 shift/reduce
flex  -o SRC/verilog_flex.c SRC/verilog_flex.l
flex: can't open SRC/verilog_flex.c
make: *** [SRC/verilog_flex.c] Error 1

What version of the product are you using? On what operating system?
VTR final on 64-bit Linux.

eddieh@daiyu:~/vtr_final/ODIN_II$ flex --version
flex version 2.5.4

Please provide any additional information below.
An extra space between "-o" and the output filename for the flex command seemed 
to have caused this. Patch attached. It worked fine in RC3.

Original issue reported on code.google.com by eddie.h...@gmail.com on 16 Feb 2012 at 3:31

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by jeffrey....@gmail.com on 16 Feb 2012 at 4:03

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Fixed in the latest Makefile. 

Original comment by andy16...@gmail.com on 30 Apr 2012 at 12:58