[bootlin/training-materials updates] master: debugging: labs: fix missing dependencies for crash tool (67b4a01a)

Clément Léger clement.leger at bootlin.com
Thu Nov 17 13:10:31 CET 2022


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

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

commit 67b4a01aa9ef46152d24b757f873ec1a46d3a35e
Author: Clément Léger <clement.leger at bootlin.com>
Date:   Thu Nov 17 11:51:09 2022 +0100

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


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

67b4a01aa9ef46152d24b757f873ec1a46d3a35e
 labs/debugging-kernel-debugging/debugging-kernel-debugging.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/labs/debugging-kernel-debugging/debugging-kernel-debugging.tex b/labs/debugging-kernel-debugging/debugging-kernel-debugging.tex
index 0fa9cbef..e9e4d94d 100644
--- a/labs/debugging-kernel-debugging/debugging-kernel-debugging.tex
+++ b/labs/debugging-kernel-debugging/debugging-kernel-debugging.tex
@@ -258,7 +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-multilib g++-multilib lib32z1-dev texinfo
+$ sudo apt install gcc-multilib g++-multilib lib32z1-dev lib32ncurses5-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