[FE training-materials-updates] Embedded linux labs: fix toolchain path

Michael Opdenacker michael.opdenacker at free-electrons.com
Wed Dec 3 11:52:45 CET 2014


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

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

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

commit b59e5dc44966a2e64ab3effcd243a2f5498b0408
Author: Michael Opdenacker <michael.opdenacker at free-electrons.com>
Date:   Wed Dec 3 11:11:48 2014 +0100

    Embedded linux labs: fix toolchain path
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at free-electrons.com>


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

b59e5dc44966a2e64ab3effcd243a2f5498b0408
 labs/sysdev-buildroot/sysdev-buildroot.tex                           | 2 +-
 labs/sysdev-kernel-cross-compiling/sysdev-kernel-cross-compiling.tex | 2 +-
 labs/sysdev-toolchain/sysdev-toolchain.tex                           | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/labs/sysdev-buildroot/sysdev-buildroot.tex b/labs/sysdev-buildroot/sysdev-buildroot.tex
index bde5bc3..05c3e46 100644
--- a/labs/sysdev-buildroot/sysdev-buildroot.tex
+++ b/labs/sysdev-buildroot/sysdev-buildroot.tex
@@ -77,7 +77,7 @@ Set the following options:
   \item \code{Toolchain type}: \code{External toolchain}
   \item \code{Toolchain}: \code{Custom toolchain}
   \item \code{Toolchain path}: use the toolchain you built:
-    \code{/usr/local/xtools/arm-unknown-linux-uclibcgnueabihf}
+    \code{/usr/local/xtools/arm-cortexa5-linux-uclibcgnueabihf}
   \item \code{External toolchain kernel headers series}: \code{3.10.x}
   \item \code{External toolchain C library}: \code{uClibc}
   \item We must tell Buildroot about our toolchain configuration, so:
diff --git a/labs/sysdev-kernel-cross-compiling/sysdev-kernel-cross-compiling.tex b/labs/sysdev-kernel-cross-compiling/sysdev-kernel-cross-compiling.tex
index 427c401..77939f2 100644
--- a/labs/sysdev-kernel-cross-compiling/sysdev-kernel-cross-compiling.tex
+++ b/labs/sysdev-kernel-cross-compiling/sysdev-kernel-cross-compiling.tex
@@ -34,7 +34,7 @@ toolchain. We will use the cross-compiling toolchain that we
 previously produced, so we just need to make it available in the PATH:
 
 \begin{verbatim}
-export PATH=/usr/local/xtools/arm-unknown-linux-uclibcgnueabihf/bin:$PATH
+export PATH=/usr/local/xtools/arm-cortexa5-linux-uclibcgnueabihf/bin:$PATH
 \end{verbatim}
 
 Also, don't forget to either:
diff --git a/labs/sysdev-toolchain/sysdev-toolchain.tex b/labs/sysdev-toolchain/sysdev-toolchain.tex
index 0c64679..b03c48f 100644
--- a/labs/sysdev-toolchain/sysdev-toolchain.tex
+++ b/labs/sysdev-toolchain/sysdev-toolchain.tex
@@ -170,7 +170,7 @@ One solution is to add the \code{-fpermissive} flag to the
 \section{Testing the toolchain}
 
 You can now test your toolchain by adding
-\code{/usr/local/xtools/arm-unknown-linux-uclibcgnueabihf/bin/} to your
+\code{/usr/local/xtools/arm-cortexa5-linux-uclibcgnueabihf/bin/} to your
 \code{PATH} environment variable and compiling the simple
 \code{hello.c} program in your main lab directory with
 \code{arm-linux-gcc}.



More information about the training-materials-updates mailing list