6af99bbc358326225b234d87384f78f3c6c2a2aa
[libreriscv.git] / openpower / gem5.mdwn
1 # Building gem5
2
3 Official instructions are sparse. Under exploratory development:
4
5 apt-get install ccache build-essential scons libprotobuf-dev \
6 libpython2.7-dev protobuf-compiler
7 scons -j16 build/POWER/gem5.opt
8
9 # gcc powerpc cross-compiler
10
11 Note that this is not the same as the 64-bit powerpc64le or the 64-bit powerpc64 compiler
12
13 apt-get install gcc-8-powerpc-linux-gnu g++-8-powerpc-linux-gnu