[gem5-users] Error with gem5 book's Full System Configuration File

2021-06-16 Thread Rusty Nail
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

[gem5-users] Re: Error with gem5 book's Full System Configuration File

2021-06-16 Thread Rusty Nail via gem5-users
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