[bootlin/training-materials updates] master: labs/sysdev-toolchain: correct explanation (0f196c00)

Michael Opdenacker michael.opdenacker at bootlin.com
Sun Oct 29 19:50:06 CET 2023


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

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

commit 0f196c00b33bca73895756b75f94019a676219dc
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Sun Oct 29 19:49:00 2023 +0100

    labs/sysdev-toolchain: correct explanation
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>
    Reported-by: Miquèl Raynal <miquel.raynal at bootlin.com>


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

0f196c00b33bca73895756b75f94019a676219dc
 labs/sysdev-toolchain/sysdev-toolchain.tex | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/labs/sysdev-toolchain/sysdev-toolchain.tex b/labs/sysdev-toolchain/sysdev-toolchain.tex
index 0f636179..2b0c4d89 100644
--- a/labs/sysdev-toolchain/sysdev-toolchain.tex
+++ b/labs/sysdev-toolchain/sysdev-toolchain.tex
@@ -240,9 +240,9 @@ qemu-arm: Could not open '/lib/ld-musl-armhf.so.1': No such file or directory
 \fi
 
 What's happening is that \ifdefstring{\labboard}{beagleplay}{\code{qemu-aarch64}}
-{\code{qemu-arm}} is missing the shared C library
+{\code{qemu-arm}} is missing the shared library loader
 (compiled for \ifdefstring{\labboard}{beagleplay}{AARCH64}{ARM}) that this
-binary uses. Let's find it in our newly compiled toolchain:
+binary relies on. Let's find it in our newly compiled toolchain:
 
 \begin{bashinput}
 $ find ~/x-tools -name %\ifdefstring{\labboard}{beagleplay}{ld-musl-aarch64.so.1}{ld-musl-armhf.so.1}%




More information about the training-materials-updates mailing list