Hi I am trying to use the Full System mode for ARM simulation under gem5. I downloaded the kernel and file system binaries from the GEM5 site. After building the ARM_FS gem5 binary, I tried running fs.py.
Without any arguments fs.py works fine and I am able to telnet into it's console as well. However, when I run it with a benchmark, I get the following error ( pasted from my terminal) anirudh@hermes5:/afs/csail.mit.edu/group/lsp/simulators/gem5$ build/ARM_FS/gem5.debug configs/example/fs.py -b NetperfMaerts gem5 Simulator System. http://gem5.org gem5 is copyrighted software; use the --copyright option for details. gem5 compiled Aug 15 2011 10:56:27 gem5 started Aug 15 2011 11:09:26 gem5 executing on hermes5 command line: build/ARM_FS/gem5.debug configs/example/fs.py -b NetperfMaerts Traceback (most recent call last): File "<string>", line 1, in <module> File "/afs/csail.mit.edu/group/lsp/simulators/gem5/src/python/m5/main.py", line 356, in main exec filecode in scope File "configs/example/fs.py", line 190, in <module> machine_options.machine_type, bm[1]) NameError: name 'machine_options' is not defined I have tried searching the web for this, but haven't found anything yet. It would be great if I could get some help in this regard. Regards Anirudh _______________________________________________ gem5-users mailing list gem5-users@gem5.org http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users