There is still some problem with your path. Are you sure M5_PATH is set correctly? What is the output of echo $M5_PATH? If you are sure that is correct try adding the absolute path to the SysPaths.py, line 53.
-Tony On Sat, Apr 28, 2012 at 11:09 AM, Thomas, Amanda J < [email protected]> 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 >
_______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
