[bootlin/training-materials updates] master: debugging: labs: remove misplaced `export CROSS_COMPILE` (04365dcf)

Luca Ceresoli luca.ceresoli at bootlin.com
Thu Aug 24 21:57:44 CEST 2023


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

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

commit 04365dcf061fc16cc4b311191442f90be492af47
Author: Luca Ceresoli <luca.ceresoli at bootlin.com>
Date:   Wed Aug 23 17:51:08 2023 +0200

    debugging: labs: remove misplaced `export CROSS_COMPILE`
    
    This was done in the preparation lab and it is required even by this lab to
    build to application, so it does not make sense here.
    
    Signed-off-by: Luca Ceresoli <luca.ceresoli at bootlin.com>


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

04365dcf061fc16cc4b311191442f90be492af47
 labs/debugging-application-profiling/debugging-application-profiling.tex | 1 -
 1 file changed, 1 deletion(-)

diff --git a/labs/debugging-application-profiling/debugging-application-profiling.tex b/labs/debugging-application-profiling/debugging-application-profiling.tex
index a87d97ac..597cdb8b 100644
--- a/labs/debugging-application-profiling/debugging-application-profiling.tex
+++ b/labs/debugging-application-profiling/debugging-application-profiling.tex
@@ -147,7 +147,6 @@ contain the traces that have been recorded. These traces can be analyzed using
 
 \begin{bashinput}
 $ sudo chown $USER:$USER perf.data
-$ export CROSS_COMPILE=/home/$USER/debugging-labs/buildroot/output/host/bin/arm-linux-
 $ perf report --symfs=/home/$USER/debugging-labs/buildroot/output/staging/
     -k /home/$USER/debugging-labs/buildroot/output/build/linux-5.13/vmlinux
 \end{bashinput}




More information about the training-materials-updates mailing list