ominux / vtr-verilog-to-routing

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

Latest VTR has typo in libcommon_c++ Makefile #68

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.  Compile VTR from source

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

   Compile fails.

What version of the product are you using? On what operating system?

   Most recent VTR source distribution (August 2), repeatable on
   several different OSs (Linux on Intel x86_64 and Linux on ARM)

Please provide any additional information below.

   libcommon_c++/Makefile  line 4  has:

      setenv ENABLE_TORO = false

but it should be:

      export ENABLE_TORO = false

It's possible that a compiler might accept this depending on the value of SHELL 
for the make process, but generally speaking, it's going to fail with a syntax 
error.

Original issue reported on code.google.com by rtedwar...@gmail.com on 4 Aug 2013 at 12:22

GoogleCodeExporter commented 9 years ago
Forwarding to Jeff R.

Original comment by JasonKai...@gmail.com on 4 Aug 2013 at 12:43