[update] documentation
authorFabien Le Mentec <texane@gmail.com>
Sat, 15 Oct 2011 21:40:47 +0000 (16:40 -0500)
committerFabien Le Mentec <texane@gmail.com>
Sat, 15 Oct 2011 21:40:47 +0000 (16:40 -0500)
doc/tutorial/tutorial.pdf
doc/tutorial/tutorial.tex

index e03b533c947a4c62d1b76f88123a44ff6f115b4f..9856aba668926921e0a738d1b08c37ad5feeef39 100644 (file)
Binary files a/doc/tutorial/tutorial.pdf and b/doc/tutorial/tutorial.pdf differ
index 59fa879f179af4378a36db61f02a4d93bda84927..785d349d2db77c94b06c750320316316cf77e5da 100644 (file)
@@ -66,7 +66,10 @@ git clone https://github.com/texane/stlink stlink.git
 The GDB server is called st-util and is built using:\\
 \begin{small}
 \begin{lstlisting}[frame=tb]
-$> cd stlink.git; make ;
+$> cd stlink.git;
+$> make ;
+$> cd gdbserver ;
+$> make ;
 \end{lstlisting}
 \end{small}