[FE training-materials-updates] labs/builroot-appdev: make things fit in the document

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Fri Jun 5 15:43:00 CEST 2015


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

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

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

commit a686dd67848d3a2459c0ef7f912faaffd16f6509
Author: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
Date:   Fri Jun 5 02:11:31 2015 +0200

    labs/builroot-appdev: make things fit in the document
    
    Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>


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

a686dd67848d3a2459c0ef7f912faaffd16f6509
 labs/buildroot-appdev/buildroot-appdev.tex | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/labs/buildroot-appdev/buildroot-appdev.tex b/labs/buildroot-appdev/buildroot-appdev.tex
index 9b39e10..c2d23cc 100644
--- a/labs/buildroot-appdev/buildroot-appdev.tex
+++ b/labs/buildroot-appdev/buildroot-appdev.tex
@@ -159,9 +159,15 @@ arm-linux-gnueabihf-gdb myapp
 
 We need to tell \code{gdb} where the libraries can be found:
 
+{\scriptsize
 \begin{verbatim}
-(gdb) set solib-search-path output/staging/lib:output/staging/lib/arm-linux-gnueabihf/:output/staging/usr/lib:output/staging/usr/lib/arm-linux-gnueabihf/
-\end{verbatim}
+(gdb) set solib-search-path output/staging/lib:output/staging/lib/arm-linux-gnueabihf/: \
+   output/staging/usr/lib:output/staging/usr/lib/arm-linux-gnueabihf/
+\end{verbatim}}
+
+  (Note: this should be on one line, without spaces between each
+  library path. We only had to cut the line here to make it fit in the
+  document.)
 
 And then connect to the target:
 



More information about the training-materials-updates mailing list