We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
@ 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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
@ 42aa8ed , following the Quickstart instructions in README.md after successfully cloning submodules:
gives:
I'm not sure where umi.h should come from.
The text was updated successfully, but these errors were encountered: