mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
gem5.debug: a bit more gem5 specific info in section
This commit is contained in:
@@ -12768,7 +12768,11 @@ In order to use different build options, you might also want to use <<gem5-build
|
||||
|
||||
==== gem5 debug build
|
||||
|
||||
Explained at: xref:debug-the-emulator[xrefstyle=full].
|
||||
How to use it in LKMC: xref:debug-the-emulator[xrefstyle=full].
|
||||
|
||||
If you build gem5 with `scons build/ARM/gem5.debug`, then that is a `.debug` build.
|
||||
|
||||
It relates to the more common `.opt` build just as explained at xref:debug-the-emulator[xrefstyle=full]: both `.opt` and `.debug` have `-g`, but `.opt` uses `-O2` while `.debug` uses `-O0`.
|
||||
|
||||
==== gem5 fast build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user