So I got this fixed, it wasn't finding FSConfig.py since it wasn't on
the right path. I think in twosys-tsunami-simple-atomic.py,

m5.util.addToPath('../configs/common') should be replaced by

m5.util.addToPath('../../configs/common')

Next, I built the gem5 binaries for ALPHA( I was previously running it
on the ARM version of gem5). But now the command terminates in under
10 seconds with no useful information.

gem5 Simulator System.  http://gem5.org
gem5 is copyrighted software; use the --copyright option for details.

gem5 compiled Mar 28 2012 13:18:51
gem5 started Mar 28 2012 13:48:10
gem5 executing on anirudh-Studio-XPS-435MT
command line: ./build/ALPHA/gem5.opt
./tests/configs/twosys-tsunami-simple-atomic.py

Anirudh


On Tue, Mar 27, 2012 at 2:08 PM, Anirudh Sivaraman <[email protected]> wrote:
> Hi
>
> I know this is a rookie question, but I tried to get the two system
> simulation (using the simulated ethernet link) working in GEM5 and I
> get the following error :
>
> command line: ./build/ARM/gem5.opt 
> tests/configs/twosys-tsunami-simple-atomic.py
> Traceback (most recent call last):
>  File "<string>", line 1, in <module>
>  File 
> "/home/anirudh/OSDIWork/GEM5Baseline/gem5-e8fd0fc4a417/src/python/m5/main.py",
> line 357, in main
>    exec filecode in scope
>  File "tests/configs/twosys-tsunami-simple-atomic.py", line 32, in <module>
>    from FSConfig import *
> ImportError: No module named FSConfig
>
> Do I need to build gem5 with support for multi-system simulation ?
>
> Anirudh
_______________________________________________
gem5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to