gem5 getting started better run command

This commit is contained in:
Ciro Santilli
2018-03-24 07:42:53 +00:00
parent 6e9f3dcf23
commit 3eac2c53a2

View File

@@ -2023,8 +2023,7 @@ gem5 is a system simulator, much <<gem5-vs-qemu,like QEMU>>: http://gem5.org/
For the most part, just add the `-g` option to the QEMU commands and everything should magically work:
....
./configure -g && ./build -a arm -g
./run -a arm -g
./configure -g && ./build -a arm -g && ./run -a arm -g
....
On another shell: