[bootlin/training-materials updates] master: debugging: labs: fix prerequisites for crash build (7d55f79e)

Clément Léger clement.leger at bootlin.com
Wed Nov 16 18:15:21 CET 2022


Repository : https://github.com/bootlin/training-materials
On branch  : master
Link       : https://github.com/bootlin/training-materials/commit/7d55f79eb9d83dfcf4ff4e4542ca4c8f3f3e9dc7

>---------------------------------------------------------------

commit 7d55f79eb9d83dfcf4ff4e4542ca4c8f3f3e9dc7
Author: Clément Léger <clement.leger at bootlin.com>
Date:   Wed Nov 16 18:00:18 2022 +0100

    debugging: labs: fix prerequisites for crash build
    
    Signed-off-by: Clément Léger <clement.leger at bootlin.com>


>---------------------------------------------------------------

7d55f79eb9d83dfcf4ff4e4542ca4c8f3f3e9dc7
 labs/debugging-kernel-debugging/debugging-kernel-debugging.tex | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/labs/debugging-kernel-debugging/debugging-kernel-debugging.tex b/labs/debugging-kernel-debugging/debugging-kernel-debugging.tex
index e6d1526b..0fa9cbef 100644
--- a/labs/debugging-kernel-debugging/debugging-kernel-debugging.tex
+++ b/labs/debugging-kernel-debugging/debugging-kernel-debugging.tex
@@ -258,8 +258,7 @@ so we will need to recompile it for the ARM target. This can be done using the
 following commands:
 
 \begin{bashinput}
-$ sudo apt install gcc-multilibs g++-multilibs
-$ sudo apt install libncurses5:i386 lib32z1-dev
+$ sudo apt install gcc-multilib g++-multilib lib32z1-dev texinfo
 $ cd /home/<user>/debugging-labs/
 $ git clone https://github.com/crash-utility/crash.git
 $ cd crash




More information about the training-materials-updates mailing list