The Python script configs/common/SysPaths.py is not able to find some of
the files that are required. You should learn how to debug such Python
scripts in order to use gem5.
--
Nilay
On Sat, 28 Apr 2012, Thomas, Amanda J wrote:
I have followed the instructions listed here:
http://m5sim.org/BBench-gem5 So I have downloaded the disk image and the
full system files and placed them in their proper places in
gem5/system/, which is where M5_PATH is pointing to. I am trying to run
with /path_to_gem5_root/build/ARM/m5.fast configs/example/fs.py -b
bbench --kernel=vmlinux.smp.mouse.arm --frame-capture And I have also
followed the instructions listed here:
http://www.mail-archive.com/[email protected]/msg02886.html in order
to correctly configure non-default Python to be shared.
And the error I now have is:
Traceback (most recent call last):
File "<string>", line 1, in ?
File "/home/amanda/Downloads/gem5-bbceb6297329/src/python/m5/main.py", line
357, in main
exec filecode in scope
File "configs/example/fs.py", line 107, in ?
bare_metal=options.bare_metal)
File "/home/amanda/Downloads/gem5-bbceb6297329/configs/common/FSConfig.py",
line 239, in makeArmSystem
self.readfile = mdesc.script()
File "/home/amanda/Downloads/gem5-bbceb6297329/configs/common/Benchmarks.py",
line 41, in script
return script(self.scriptname)
File "/home/amanda/Downloads/gem5-bbceb6297329/configs/common/SysPaths.py",
line 45, in script
system()
File "/home/amanda/Downloads/gem5-bbceb6297329/configs/common/SysPaths.py",
line 59, in system
raise ImportError, "Can't find a path to system files."
ImportError: Can't find a path to system files.
What can I do to solve this?
Thanks,
Amanda
_______________________________________________
gem5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users