On Wed, 4 Nov 2015, Pierre-Yves Péneau wrote:

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Dear all,

It seems that the recent commits related to the new HMC interconnect
cause a bug. Given a fresh clone of the gem5 repository, and a classic
build [1], I cannot launch a full system simulation. I have to get back
to 11182:fa8b2a99d4fe to have a working FS simulation.

Here the log:

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

gem5 compiled Nov  4 2015 15:05:02
gem5 started Nov  4 2015 15:05:47
gem5 executing on jaguar.lirmm.fr, pid 56538
command line: ./build/ARM/gem5.opt configs/example/fs.py

Traceback (most recent call last):
 File "<string>", line 1, in <module>
 File "/tmp/gem5/src/python/m5/main.py", line 389, in main
   exec filecode in scope
 File "configs/example/fs.py", line 55, in <module>
   import Ruby
 File "/tmp/gem5/configs/ruby/Ruby.py", line 48, in <module>
   import MemConfig
 File "/tmp/gem5/configs/common/MemConfig.py", line 42, in <module>
   import HMC
 File "/tmp/gem5/configs/common/HMC.py", line 87, in <module>
   class HMCSystem(SimOject):
NameError: name 'SimOject' is not defined



My mistake.  I'll fix it soon.

--
Nilay
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to