Bug ID 1206790
Summary Verilator built to search includes in /usr/share/verilator/include, devel installs in /usr/include/verilator
Classification openSUSE
Product openSUSE Tumbleweed
Version Current
Hardware x86-64
OS openSUSE Tumbleweed
Status NEW
Severity Normal
Priority P5 - None
Component Other
Assignee screening-team-bugs@suse.de
Reporter bon@elektron.ikp.physik.tu-darmstadt.de
QA Contact qa-bugs@suse.de
Found By ---
Blocker ---

How to reproduce:
- Install verilator verilator-devel verilator-examples
- Copy verilator examples to uses accessible space 
-- cd /tmp
-- cp -pr /usr/share/doc/packages/verilator/examples/ .
-- cd examples/make_hello_c/
-- make
...
make[1]: Entering directory '/tmp/examples/make_hello_c/obj_dir'
Vtop.mk:55: /usr/share/verilator/include/verilated.mk: No such file or
directory
...
Workaround:
- cd /usr/share/verilator
- ln -sf /usr/include/verilator/ include

Now the example compiles.

Verilator should be compiled to search in /usr/include/verilator (too?)


You are receiving this mail because: