Re: [gem5-dev] GCC Compatibility Issue

2018-11-11 Thread Daniel Carvalho
Hello Liang, Regarding Gem5 and GCC, you can pull more recent versions of Gem5 which support newer versions of GCC:- Up to GCC 7 support: https://gem5-review.googlesource.com/c/public/gem5/+/9101- Up to GCC 8 support: https://gem5-review.googlesource.com/c/public/gem5/+/11949- Up to GCC 8.1

[gem5-dev] Change in gem5/gem5[master]: cpu: Fixes on the loop predictor part of LTAGE

2018-11-11 Thread Pau Cabre (Gerrit)
Pau Cabre has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/14216 Change subject: cpu: Fixes on the loop predictor part of LTAGE .. cpu: Fixes on the loop predictor part of LTAGE

[gem5-dev] GCC Compatibility Issue

2018-11-11 Thread 梁政
Hi all, It seems that gcc compatibility is a big problem. I have found several issues when I try to run SPEC 2000 and SPEC 2006 in gem5. (1) The SPEC 2006 cannot be built with gcc 7. I choose to downgrade to gcc 4.8, but it doesn't work. (1) The stable release gem5-stable-2015-09 cannot be

[gem5-dev] Cron /z/m5/regression/do-regression --scratch all

2018-11-11 Thread Cron Daemon
scons: *** [build/ALPHA/systemc/utils/vcd.do] Error 1 scons: *** [build/MIPS/systemc/utils/vcd.do] Error 1 scons: *** [build/NULL/systemc/utils/vcd.do] Error 1 scons: *** [build/NULL_MOESI_hammer/systemc/utils/vcd.do] Error 1 scons: *** [build/NULL_MESI_Two_Level/systemc/utils/vcd.do] Error 1

[gem5-dev] Building issue on MAC OSX

2018-11-11 Thread Junyi Zhou Jimi
Hello! I am new to gem5 and I am trying to install the simulator on my iMac pc (OSversion: High Sierra 10.13.6). All the dependencies specified on the site have been installed with 'homebrew' to the correct version. And gem5 is pulled with 'hg clone http://repo.gem5.org/gem5'. The problem i am

[gem5-dev] Change in gem5/gem5[master]: - Add new ARM platform VExpress_GEM5_V2 with GICv3. Support up to 256...

2018-11-11 Thread Jairo Balart (Gerrit)
Jairo Balart has uploaded a new patch set (#3). ( https://gem5-review.googlesource.com/c/public/gem5/+/13436 ) Change subject: - Add new ARM platform VExpress_GEM5_V2 with GICv3. Support up to 256 cpus. - Initial GICv3 implementation supporting virtualization and two security states.