[bootlin/training-materials updates] master: labs/sysdev-application-development-and-debugging: Fix sysroot path (b46e9dec)

Gregory CLEMENT gregory.clement at bootlin.com
Thu Sep 29 17:24:21 CEST 2022


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

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

commit b46e9dec60d6615d1831b96bd11b1d958e22985b
Author: Gregory CLEMENT <gregory.clement at bootlin.com>
Date:   Thu Sep 29 17:24:21 2022 +0200

    labs/sysdev-application-development-and-debugging: Fix sysroot path
    
    There is no more a debugging directory, now the buildroot directory is
    part of the previous lab: integrating.
    
    Signed-off-by: Gregory CLEMENT <gregory.clement at bootlin.com>


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

b46e9dec60d6615d1831b96bd11b1d958e22985b
 .../sysdev-application-development-and-debugging.tex                    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/labs/sysdev-application-development-and-debugging/sysdev-application-development-and-debugging.tex b/labs/sysdev-application-development-and-debugging/sysdev-application-development-and-debugging.tex
index a273c0c1..73cf66a6 100644
--- a/labs/sysdev-application-development-and-debugging/sysdev-application-development-and-debugging.tex
+++ b/labs/sysdev-application-development-and-debugging/sysdev-application-development-and-debugging.tex
@@ -158,7 +158,7 @@ your workstation. This is done by setting the \code{gdb} \code{sysroot}
 variable (on one line):
 
 \begin{bashinput}
-(gdb) set sysroot /home/<user>/__SESSION_NAME__-labs/debugging/\
+(gdb) set sysroot /home/<user>/__SESSION_NAME__-labs/integration/\
     buildroot/output/staging
 \end{bashinput}
 




More information about the training-materials-updates mailing list