Yea, this was a pretty big change that got committed with lots of discussion on the gem5-dev list but clearly not enough of a heads up on the gem5-users list. If you're having problems, the easiest thing to do (in most circumstances) is just unwind back to a changeset before the big commit, e.g.:
hg update -r 770ccf3af571 will take you back to the rev just prior to the SE/FS merge (you can verify this with "hg parent"). Steve On Thu, Feb 2, 2012 at 9:57 PM, Trang Le <[email protected]> wrote: > Hey, > > So there was a change in the latest version of gem5, there is no ALPHA_FS > as an options in build_opts anymore. So I *THINK* you can compile ALPHA > using the following command: > > scons build/ALPHA/gem5.debug > > Then when you want to run ALPHA in FS mode, I *THINK* you can run using > the following command: > > build/ALPHA/gem5.debug configs/example/fs.py > > Hope it works! > -Trang > > On Feb 2, 2012, at 9:54 PM, happybaoliang baoliang wrote: > > > Hello,everyone! > > I'm a freshman using gem5, while compiling the gem5, got the follow > > output in my console, what's wrong? > > $scons build/ALPHA_FS/m5.debug > > ……//output ignored > > Error: cannot find variables file > > mydirectory/gem5/build/variables/ALPHA_FS or default files(s) > > mydirectory/gem5/build_opts/ALPHA_FS > > > > Note: > > I'm working on Ubuntu 11.10 running on virtualbox. > > _______________________________________________ > > gem5-users mailing list > > [email protected] > > http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users > > _______________________________________________ > gem5-users mailing list > [email protected] > http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users >
_______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
