Replies: 1 comment
-
Hello, welcome to the gem5 commnunity! You can build gem5 as a shared object out-of-the-box. For example, if you want to use the ALL defaults, you can use the following.
The flag Since you're running gem5 without python, you may find the code in The README may be helpful as well: https://github.com/gem5/gem5/blob/stable/util/cxx_config/README |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am currently working on a project that involves using gem5 for co-simulation purposes with VCS, and I aim to compile gem5 as a shared library. Given my limited familiarity with scons, I am reaching out to seek your expertise in this area.
Could you possibly provide guidance or an example on how to properly configure scons to generate a shared library from gem5? Any specific flags or configurations that need to be set would be incredibly helpful.
Thank you in advance for your time and assistance. I look forward to your expert advice.
Beta Was this translation helpful? Give feedback.
All reactions