Replies: 2 comments
-
And similarly: $ python3 config/example/gem5_library/arm-demo-ubuntu-run.py
Traceback (most recent call last):
File "/local/gem5/configs/example/gem5_library/arm-demo-ubuntu-run.py", line 41, in <module>
from gem5.isas import ISA
ModuleNotFoundError: No module named 'gem5' |
Beta Was this translation helpful? Give feedback.
0 replies
-
I figured out that the python file should be as input to gem5. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I cloned the gem5 repo, got the listed dependencies installed with
apt
on my Ubuntu machine. Built gem5. Then I tried running one the demoes but got:What am I missing?
Beta Was this translation helpful? Give feedback.
All reactions