[FE training-materials-updates] g++ needed for make xconfig

Michael Opdenacker michael.opdenacker at free-electrons.com
Thu Oct 4 06:56:46 CEST 2012


Repository : git://git.free-electrons.com/training-materials.git

On branch  : master
Link       : http://git.free-electrons.com/training-materials/commit/?id=efb65f84fd400ae38793fc3377cddae51d9caf1b

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

commit efb65f84fd400ae38793fc3377cddae51d9caf1b
Author: Michael Opdenacker <michael.opdenacker at free-electrons.com>
Date:   Thu Oct 4 05:13:13 2012 +0200

    g++ needed for make xconfig
    
    At least when we don't install build-essential ahead of time


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

efb65f84fd400ae38793fc3377cddae51d9caf1b
 .../kernel-module-environment.tex                  |    7 ++++---
 .../sysdev-linux-intro-configuration.tex           |    2 +-
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/labs/kernel-module-environment/kernel-module-environment.tex b/labs/kernel-module-environment/kernel-module-environment.tex
index 9afbdef..5473119 100644
--- a/labs/kernel-module-environment/kernel-module-environment.tex
+++ b/labs/kernel-module-environment/kernel-module-environment.tex
@@ -42,11 +42,12 @@ Stay in the \code{/home/<user>/felabs/linux/modules} directory.
 Install packages needed for this lab:
 
 \begin{verbatim}
-sudo apt-get install libqt4-dev u-boot-tools
+sudo apt-get install libqt4-dev g++ u-boot-tools
 \end{verbatim}
 
-\code{libqt4-dev} is needed for \code{make xconfig}. \code{u-boot-tools}
-is needed to build the \code{uImage} file for U-boot (\code{mkimage} utility).
+\code{libqt4-dev} and \code{g++} are needed for \code{make xconfig}.
+\code{u-boot-tools} is needed to build the \code{uImage} file for
+U-boot (\code{mkimage} utility).
 
 \section{Cross-compiling toolchain setup}
 
diff --git a/slides/sysdev-linux-intro-configuration/sysdev-linux-intro-configuration.tex b/slides/sysdev-linux-intro-configuration/sysdev-linux-intro-configuration.tex
index 92d65ac..6740e27 100644
--- a/slides/sysdev-linux-intro-configuration/sysdev-linux-intro-configuration.tex
+++ b/slides/sysdev-linux-intro-configuration/sysdev-linux-intro-configuration.tex
@@ -139,7 +139,7 @@
     \code{help ->  introduction: useful options!}
   \item File browser: easier to load configuration files
   \item Search interface to look for parameters
-  \item Required Debian / Ubuntu packages: \code{libqt4-dev}
+  \item Required Debian / Ubuntu packages: \code{libqt4-dev} \code{g++}
     (\code{libqt3-mt-dev} for older kernel releases)
   \end{itemize}
 \end{frame}



More information about the training-materials-updates mailing list