[FE training-materials-updates] labs/sysdev-application-debugging: fix wrong PATH

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Thu Apr 6 17:07:47 CEST 2017


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

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

commit 8fdc53b8591cbf128adca7ed45ed80e85416723f
Author: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
Date:   Thu Apr 6 17:07:47 2017 +0200

    labs/sysdev-application-debugging: fix wrong PATH
    
    The PATH points to the Buildroot build of the buildroot lab, which
    uses the Crosstool-NG toolchain. However, in the debugging lab, we do
    a separate Buildroot build, with the Linaro toolchain, so we should
    tell people to use this Buildroot build.
    
    Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>


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

8fdc53b8591cbf128adca7ed45ed80e85416723f
 labs/sysdev-application-debugging/sysdev-application-debugging.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/labs/sysdev-application-debugging/sysdev-application-debugging.tex b/labs/sysdev-application-debugging/sysdev-application-debugging.tex
index 5fb62a3..92d1dd2 100644
--- a/labs/sysdev-application-debugging/sysdev-application-debugging.tex
+++ b/labs/sysdev-application-debugging/sysdev-application-debugging.tex
@@ -69,7 +69,7 @@ you don't have the source code.
 Update the PATH:
 \footnotesize
 \begin{verbatim}
-export PATH=$HOME/embedded-linux-labs/buildroot/buildroot-2016.02/output/host/usr/bin:$PATH
+export PATH=$HOME/embedded-linux-labs/debugging/buildroot-2016.02/output/host/usr/bin:$PATH
 \end{verbatim}
 \normalsize
 




More information about the training-materials-updates mailing list