Hello,
I am trying to run gem5 in fs mode using command :
"build/ARM/gem5.opt configs/example/fs.py 
--disk-image=file:///home/coep/gem5%202/full_system_images/aarch-system-201901106"

error coming  as follow :
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/home/coep/gem5 2/src/python/m5/main.py", line 435, in main
    exec filecode in scope
  File "configs/example/fs.py", line 343, in <module>
    test_sys = build_test_system(np)
  File "configs/example/fs.py", line 109, in build_test_system
    security=options.enable_security_extensions)
  File "/home/coep/gem5 2/configs/common/FSConfig.py", line 273, in 
makeArmSystem
    self.cf0.childImage(mdesc.disk())
  File "/home/coep/gem5 2/configs/common/Benchmarks.py", line 64, in disk
    return env.get('LINUX_IMAGE', disk('linux-aarch32-ael.img'))
  File "/home/coep/gem5 2/configs/common/SysPaths.py", line 59, in __call__
    raise IOError, "Can't find a path to system files."
IOError: Can't find a path to system files.

Please help me to solve this error ASAP.
Thank you.

_______________________________________________
gem5-users mailing list -- gem5-users@gem5.org
To unsubscribe send an email to gem5-users-le...@gem5.org
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

Reply via email to