projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d7e3022
)
(no commit message)
author
lkcl
<lkcl@web>
Sat, 14 Mar 2020 12:16:46 +0000
(12:16 +0000)
committer
IkiWiki
<ikiwiki.info>
Sat, 14 Mar 2020 12:16:46 +0000
(12:16 +0000)
openpower/gem5.mdwn
patch
|
blob
|
history
diff --git
a/openpower/gem5.mdwn
b/openpower/gem5.mdwn
index 01676ef4843b5e71f200da7f4eda685196dd3208..6af99bbc358326225b234d87384f78f3c6c2a2aa 100644
(file)
--- 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