Skip to content
Jinglei Ren edited this page Oct 4, 2015 · 7 revisions

Quick Start

Build an optimal gem5 executable for X86

You may need to install g++, scons, swig, python-dev, zlib1g-dev, and m4 (all Ubuntu package names) before invoking the following command:

scons build/X86/gem5.opt -j8

Full explanation of the above command line: http://www.m5sim.org/Build_System

Clone this wiki locally