[bootlin/training-materials updates] master: Toolchains: update ct-ng commit (c65448c6)

Michael Opdenacker michael.opdenacker at bootlin.com
Wed Mar 10 10:47:27 CET 2021


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

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

commit c65448c6628844863f018875574edc3b1d196a78
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Wed Mar 10 10:47:27 2021 +0100

    Toolchains: update ct-ng commit
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

c65448c6628844863f018875574edc3b1d196a78
 labs/sysdev-toolchain/sysdev-toolchain.tex                     | 10 ++--------
 .../sysdev-toolchains-obtaining.tex                            |  6 ++----
 2 files changed, 4 insertions(+), 12 deletions(-)

diff --git a/labs/sysdev-toolchain/sysdev-toolchain.tex b/labs/sysdev-toolchain/sysdev-toolchain.tex
index 97903df1..cbe5429f 100644
--- a/labs/sysdev-toolchain/sysdev-toolchain.tex
+++ b/labs/sysdev-toolchain/sysdev-toolchain.tex
@@ -29,7 +29,7 @@ source repository, and switch to a commit that we have tested:
 \begin{verbatim}
 git clone https://github.com/crosstool-ng/crosstool-ng.git
 cd crosstool-ng/
-git checkout 5659366b
+git checkout 79fcfa17
 \end{verbatim}
 
 \section{Building and installing Crosstool-ng}
@@ -43,12 +43,6 @@ solution. As documented at
 ./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
@@ -223,7 +217,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 9 GB of storage space, do a \code{./ct-ng clean} in the
+To save about 11 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
diff --git a/slides/sysdev-toolchains-obtaining/sysdev-toolchains-obtaining.tex b/slides/sysdev-toolchains-obtaining/sysdev-toolchains-obtaining.tex
index 8c288f0c..138fd2e3 100644
--- a/slides/sysdev-toolchains-obtaining/sysdev-toolchains-obtaining.tex
+++ b/slides/sysdev-toolchains-obtaining/sysdev-toolchains-obtaining.tex
@@ -123,10 +123,8 @@ make install
 \begin{verbatim}
 ./ct-ng <sample-name>
 \end{verbatim}
-  \item To adjust the configuration
-\begin{verbatim}
-./ct-ng menuconfig
-\end{verbatim}
+  \item To adjust the configuration\\
+\code{./ct-ng menuconfig} or \code{./ct-ng nconfig} (according to your preference)
   \item To build the toolchain
 \begin{verbatim}
 ./ct-ng build




More information about the training-materials-updates mailing list