Hi,
This is my first time to use the GEM5. I want to run the Aplash-2 Benchmarks on gem5 on Ubuntu in full system mode. I downloaded files from gem5 website and installed on Ubuntu(12.04 Precise). i) Gem5-stable.tar.bz2 ii) M5_system_2.0b3.tar.bz2 Also downloaded and installed required software shown as below: i) Python: 2.4+, it may need to install python-dev ii) Scons: 0.98.1+, you can update it with apt-get (2.0.1) iii) SWIG: 1.3.31+, you can update it with apt-get (1.3.40) To build gem5, I used below command: Ø scons build/ALPHA_FS/gem5.opt (or) Ø scons build/ALPHA_SE/m5.opt but both didnt work. There was an error message that says that cannot find variables files /pgks/gem5/gem5-stable/build/variables/ALPHA_SE or default file(s) / pgks/gem5/gem5-stable/build/variables/ALPHA_SE I was able to build gem5 with ALPHA. (> scons build/ALPHA/gem5.opt) However, if I want to run ALPHA_FS, what are the things I have to do to make it work? What is different between ALPAH and ALPHA_FS ? Does the ALPHA includes both FS and SE mode? Thanks, GL
_______________________________________________ gem5-users mailing list gem5-users@gem5.org http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users