Hi All,

I run this command and i got the below error. Any help would be appreciated.

Command:
build/X86/gem5.opt configs/example/fs.py --mem-size=3GB 
--kernel=/home/abdkhail/linux-4.19.91/vmlinux 
--disk-image=/home/abdkhail/Ubuntu16.04.img

Error:
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "build/X86/python/m5/main.py", line 457, in main
    exec(filecode, scope)
  File "configs/example/fs.py", line 342, in <module>
    test_sys = build_test_system(np)
  File "configs/example/fs.py", line 93, in build_test_system
    cmdline=cmdline)
  File "/home/abdkhail/ggg/gem5/configs/common/FSConfig.py", line 606, in 
makeLinuxX86System
    makeX86System(mem_mode, numCPUs, mdesc, self, Ruby)
  File "/home/abdkhail/ggg/gem5/configs/common/FSConfig.py", line 531, in 
makeX86System
    disk0.childImage(mdesc.disk())
  File "/home/abdkhail/ggg/gem5/configs/common/Benchmarks.py", line 59, in disk
    return disk(self.diskname)
  File "/home/abdkhail/ggg/gem5/configs/common/SysPaths.py", line 62, in 
__call__
    raise IOError("Can't find a path to system files.")
IOError: Can't find a path to system files.

_______________________________________________
gem5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to