From: lkcl Date: Sat, 14 Mar 2020 12:16:46 +0000 (+0000) Subject: (no commit message) X-Git-Tag: convert-csv-opcode-to-binary~3122 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b535e29ede9477d8c727260b3e134aaa7e7e7a0d;p=libreriscv.git --- diff --git a/openpower/gem5.mdwn b/openpower/gem5.mdwn index 01676ef48..6af99bbc3 100644 --- a/openpower/gem5.mdwn +++ b/openpower/gem5.mdwn @@ -5,3 +5,9 @@ Official instructions are sparse. Under exploratory development: apt-get install ccache build-essential scons libprotobuf-dev \ libpython2.7-dev protobuf-compiler scons -j16 build/POWER/gem5.opt + +# gcc powerpc cross-compiler + +Note that this is not the same as the 64-bit powerpc64le or the 64-bit powerpc64 compiler + + apt-get install gcc-8-powerpc-linux-gnu g++-8-powerpc-linux-gnu