I'm not sure where to find the version, calling it with --version just gives "m5.opt 2.0" The folder extracts to: m5-249f174e6f37 I got it by using "wget http://repo.m5sim.org/m5/archive/tip.tar.bz2".
Incidentally, the version contains another error, a warning complaining about "build/ALPHA_SE/cpu/inorder/resource_pool.hh:54: warning: `class ResourcePool' has virtual functions but non-virtual destructor", which I've worked around for several versions now by adding Werror=false to some of the lines in inorder/Sconscript On Wed, Jul 7, 2010 at 1:50 AM, nathan binkert <[email protected]> wrote: > Which version of M5? > > On Tue, Jul 6, 2010 at 10:45 PM, Michael Moeng <[email protected]> wrote: > > I downloaded m5 again today, and tried compiling with gcc-3.4.6, I still > get > > the same error. > >> > >> g++ -o build/ALPHA_FS/dev/i8254xGBe.o -c -Wno-deprecated -pipe > >> -fno-strict-aliasing -Wall -Wno-sign-compare -Wundef -g -O3 -Werror > >> -DTRACING_ON=1 -Ibuild/gzstream -Ibuild/libelf -Iext > >> -I/afs/ > cs.pitt.edu/projects/cast/files/file17/w_helper/include/python2.6 > >> -I/usr/include/mysql -Ibuild/ALPHA_FS build/ALPHA_FS/dev/i8254xGBe.cc > >> In file included from build/ALPHA_FS/dev/i8254xGBe.hh:46, > >> from build/ALPHA_FS/dev/i8254xGBe.cc:47: > >> build/ALPHA_FS/dev/i8254xGBe_defs.hh: In member function `unsigned int > >> iGbReg::Regs::RCTL::descSize()': > >> build/ALPHA_FS/dev/i8254xGBe_defs.hh:492: warning: converting of > negative > >> value `-0x00000000000000001' to `unsigned int' > >> scons: *** [build/ALPHA_FS/dev/i8254xGBe.o] Error 1 > >> scons: building terminated because of errors. > > > > _______________________________________________ > > m5-users mailing list > > [email protected] > > http://m5sim.org/cgi-bin/mailman/listinfo/m5-users > > > _______________________________________________ > m5-users mailing list > [email protected] > http://m5sim.org/cgi-bin/mailman/listinfo/m5-users >
_______________________________________________ m5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/m5-users
