Skip to content

make examples-run fails with missing tlm-bridges/umi.h #22

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
docrowd opened this issue Jan 31, 2024 · 0 comments
Open

make examples-run fails with missing tlm-bridges/umi.h #22

docrowd opened this issue Jan 31, 2024 · 0 comments

Comments

@docrowd
Copy link

docrowd commented Jan 31, 2024

@ 42aa8ed , following the Quickstart instructions in README.md after successfully cloning submodules:

cd tests/
make examples-run

gives:

make[2]: Entering directory '/home/user/libsystemctlm-soc/tests/example-rtl-umi/obj_dir'
g++  -I.  -MMD -I/usr/share/verilator/include -I/usr/share/verilator/include/vltstd -DVM_COVERAGE=0 -DVM_SC=1 -DVM_TRACE=1 -DVM_TRACE_FST=0 -DVM_TRACE_VCD=1 -faligned-new -fcf-protection=none -Wno-bool-operation -Wno-sign-compare -Wno-uninitialized -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-unused-variable -Wno-shadow     -I /home/user/systemc-2.3.4/include/ -I ../../../ -I ../../ -I .     -Os -c -o example-rtl-umi.o ../example-rtl-umi.cc
In file included from ../example-rtl-umi.cc:24:
../../../tlm-bridges/tlm2umi-bridge.h:15:10: fatal error: tlm-bridges/umi.h: No such file or directory
   15 | #include "tlm-bridges/umi.h"
      |          ^~~~~~~~~~~~~~~~~~~
compilation terminated.

I'm not sure where umi.h should come from.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant