git clone https://github.com/gem5/gem5
cd gem5
scons build/X86/gem5.debug -j$(cat /proc/cpuinfo | grep "processor" | wc -l)
cd util/term
make && sudo make install
cd ../../..
sudo apt install default-jre
wget http://ftp.yz.yamagata-u.ac.jp/pub/eclipse/technology/epp/downloads/release/2018-12/R/eclipse-cpp-2018-12-R-linux-gtk-x86_64.tar.gz
tar -xvzf eclipse-cpp-2018-12-R-linux-gtk-x86_64.tar.gz
cd eclipse
./eclipse
eg. at gem5/build/X86/gem5.debug
It’s beyond of this tutorial’s scope to describe where to put these binaries and disk images .
eg. at gem5/build/X86