[bootlin/training-materials updates] master: QEMU labs: specify uClibc as C library (0ce32e9a)

Michael Opdenacker michael.opdenacker at bootlin.com
Tue Jul 28 12:27:23 CEST 2020


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

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

commit 0ce32e9a436feddeeb1ab0d9899f1ef9333ba40c
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Tue Jul 28 12:27:23 2020 +0200

    QEMU labs: specify uClibc as C library
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

0ce32e9a436feddeeb1ab0d9899f1ef9333ba40c
 labs/sysdev-toolchain/sysdev-toolchain.tex | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/labs/sysdev-toolchain/sysdev-toolchain.tex b/labs/sysdev-toolchain/sysdev-toolchain.tex
index c80d60eb..3cf4efd6 100644
--- a/labs/sysdev-toolchain/sysdev-toolchain.tex
+++ b/labs/sysdev-toolchain/sysdev-toolchain.tex
@@ -95,6 +95,14 @@ In \code{Toolchain options}:
   to type.
 \end{itemize}
 
+\ifdefstring{\labboard}{qemu}{
+In \code{C-library}:
+\begin{itemize}
+  \item Set \code{C library} to \code{uClibc}
+  \item Keep the default version that is proposed
+\end{itemize}
+}{}
+
 In \code{Debug facilities}, disable every option, except \code{strace}
 (with default settings). Some of these options will be useful in a real
 toolchain, but in our labs, we will do debugging work with another




More information about the training-materials-updates mailing list