[bootlin/training-materials updates] master: labs/sysdev-toolchain: improve details about Debug facilities (f14c8a88)

Thomas Petazzoni thomas.petazzoni at bootlin.com
Thu Sep 22 11:13:23 CEST 2022


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

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

commit f14c8a8888e9983e267e7e2fe63b83f28d4adbd4
Author: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
Date:   Thu Sep 22 11:13:23 2022 +0200

    labs/sysdev-toolchain: improve details about Debug facilities
    
    Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>


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

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

diff --git a/labs/sysdev-toolchain/sysdev-toolchain.tex b/labs/sysdev-toolchain/sysdev-toolchain.tex
index a2ea734c..8912c797 100644
--- a/labs/sysdev-toolchain/sysdev-toolchain.tex
+++ b/labs/sysdev-toolchain/sysdev-toolchain.tex
@@ -130,12 +130,12 @@ In \code{C compiler}:
   \item Make sure that \code{C++} (\code{CC_LANG_CXX}) is enabled
 \end{itemize}
 
-In \code{Debug facilities}, disable every option, except \code{strace}
-(\code{DEBUG_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
-toolchain anyway. \code{strace} is an exception as we will use it earlier.
-Hence, not compiling debugging features here will reduce toolchain building time.
+In \code{Debug facilities}:
+\begin{itemize}
+\item Disable {\em duma}, {\em gdb}, {\em ltrace}. They will not be
+  needed for the labs that will use this toolchain.
+\item Keep only \code{strace} (\code{DEBUG_STRACE}) enabled
+\end{itemize}
 
 Explore the different other available options by traveling through the
 menus and looking at the help for some of the options. Don't hesitate




More information about the training-materials-updates mailing list