Issue #23
prefix problem
| Status : | Closed | Start : | 07/20/2008 | |
| Priority : | Low | Due date : | ||
| Assigned to : | - | % Done : | 0% |
|
| Category : | - | |||
| Target version : | - | |||
Description
./configure --prefix=/XX/local;make;make install the following files are installed. --> /XX/local/bin/verilator /XX/local/bin/verilator_bin /XX/local/share/verilator/include /XX/local/share/verilator/src
setenv VERILATOR_ROOT /XX/local/share/verilator or setenv VERILATOR_ROOT /XX/local
verilator -cc xx.v
all have problems
History
07/20/2008 11:53 AM - cy wang
./configure --prefix=/XX/local;make;make install the following files are installed. --> /XX/local/bin/verilator /XX/local/bin/verilator_bin /XX/local/share/verilator/include /XX/local/share/verilator/src setenv VERILATOR_ROOT /XX/local/share/verilator or setenv VERILATOR_ROOT /XX/local verilator -cc xx.v all have problems
07/21/2008 03:12 PM - Wilson Snyder
- Status changed from New to AskedReporter
What sort of problems? What's the error message?
Do you see the files in the installed locations?
Also try it without setting VERILATOR_ROOT, that shouldn't be needed if installing.
07/22/2008 04:20 PM - cy wang
Wilson Snyder wrote:
What sort of problems? What's the error message?
Do you see the files in the installed locations?
Also try it without setting VERILATOR_ROOT, that shouldn't be needed if installing.
I got this problem in version 3.665. However, git version work well. Setting VERILATOR_ROOT is not needed. Thank you.
![[logo]](/img/veripool_small.gif)