[bootlin/training-materials updates] master: embedded-linux: toolchain lab updates and fixes (acee713c)

Michael Opdenacker michael.opdenacker at bootlin.com
Fri Jul 21 18:34:37 CEST 2023


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

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

commit acee713c560fae94a4b07157153a76c80be2feb1
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Thu Jul 20 18:21:04 2023 +0200

    embedded-linux: toolchain lab updates and fixes
    
    - Fix language
    - Fix incorrect file name
    - Update used disk space
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

acee713c560fae94a4b07157153a76c80be2feb1
 labs/sysdev-toolchain/sysdev-toolchain.tex | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/labs/sysdev-toolchain/sysdev-toolchain.tex b/labs/sysdev-toolchain/sysdev-toolchain.tex
index 1bd530ea..0a4fc463 100644
--- a/labs/sysdev-toolchain/sysdev-toolchain.tex
+++ b/labs/sysdev-toolchain/sysdev-toolchain.tex
@@ -90,7 +90,7 @@ In \code{Path and misc options}:
 \code{LOG_DEBUG} in the interface, using the \code{/} key) so that
   we can have more details on what happened during the build in case
   something went wrong.
-\item If not, enable \code{Try features marked as EXPERIMENTAL}
+\item If not set yet, enable \code{Try features marked as EXPERIMENTAL}
 \end{itemize}
 
 \ifdefstring{\labboard}{stm32mp1}{
@@ -193,7 +193,7 @@ Now, try to run QEMU ARM user emulator:
 
 \begin{bashinput}
 $ qemu-arm hello
-qemu-arm: Could not open '/lib/ld-musl-arm.so.1': No such file or directory
+qemu-arm: Could not open '/lib/ld-musl-armhf.so.1': No such file or directory
 \end{bashinput}
 
 What's happening is that \code{qemu-arm} is missing the shared C library
@@ -224,7 +224,7 @@ Hello world!
 mistake in the toolchain configuration, you may need to run Crosstool-ng
 again, keeping generated files would save a significant amount of time.}
 
-To save about 8 GB of storage space, do a \code{./ct-ng clean} in the
+To save about 9 GB of storage space, do a \code{./ct-ng clean} in the
 Crosstool-NG source directory. This will remove the source code of the
 different toolchain components, as well as all the generated files
 that are now useless since the toolchain has been installed in




More information about the training-materials-updates mailing list