[bootlin/training-materials updates] master: Toolchain lab minor improvements (209d35e8)

Michael Opdenacker michael.opdenacker at bootlin.com
Fri Dec 18 14:38:22 CET 2020


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

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

commit 209d35e896296e19d1a76bcd4510c2f0202e55e5
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Fri Dec 18 14:38:22 2020 +0100

    Toolchain lab minor improvements
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

209d35e896296e19d1a76bcd4510c2f0202e55e5
 labs/sysdev-toolchain/sysdev-toolchain.tex | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/labs/sysdev-toolchain/sysdev-toolchain.tex b/labs/sysdev-toolchain/sysdev-toolchain.tex
index fca4e615..f2ed8026 100644
--- a/labs/sysdev-toolchain/sysdev-toolchain.tex
+++ b/labs/sysdev-toolchain/sysdev-toolchain.tex
@@ -42,6 +42,16 @@ solution. As documented at
 
 \begin{verbatim}
 ./bootstrap
+\end{verbatim}
+
+You can safely ignore the below warnings:
+\begin{verbatim}
+configure.ac:289: warning: macro 'AM_GNU_GETTEXT' not found in library
+configure.ac:290: warning: macro 'AM_GNU_GETTEXT_VERSION' not found in library
+\end{verbatim}
+
+You can continue:
+\begin{verbatim}
 ./configure --enable-local
 make
 \end{verbatim}
@@ -64,7 +74,8 @@ listed by using \code{./ct-ng list-samples}.
 
 We will load the
 \ifdefstring{\labboard}{qemu}{Cortex A9}{Cortex A5}
-sample. Load it with the \code{./ct-ng} command.
+sample\ifdefstring{\labboard}{discovery}{, as Crosstool-ng doesn't have
+any sample for Cortex A7 yet}. Load it with the \code{./ct-ng} command.
 
 Then, to refine the configuration, let's run the \code{menuconfig} interface:
 




More information about the training-materials-updates mailing list