(no commit message)
authorlkcl <lkcl@web>
Sat, 14 Mar 2020 12:16:46 +0000 (12:16 +0000)
committerIkiWiki <ikiwiki.info>
Sat, 14 Mar 2020 12:16:46 +0000 (12:16 +0000)
openpower/gem5.mdwn

index 01676ef4843b5e71f200da7f4eda685196dd3208..6af99bbc358326225b234d87384f78f3c6c2a2aa 100644 (file)
@@ -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