Hello,
I am following the configuration script exactly as listed below:
http://learning.gem5.org/book/part5/fs_config.html
However, I get the following error when I try to run this:
ModuleNotFoundError: No module named 'x86'
Which if I comment out I get:
NameError: name 'LinuxX86System' is not
Traceback (most recent call last):
File "", line 1, in
File "build/X86/python/m5/main.py", line 455, in main
exec(filecode, scope)
File "run.py", line 10, in
from system import MySystem
File "/home/gem5/system.py", line 5, in
import x86
ModuleNotFoundError: No module