[FE training-materials-updates] Toolchain lab: fetch ct-ng from GitHub

Michael Opdenacker michael.opdenacker at free-electrons.com
Wed Sep 14 07:59:22 CEST 2016


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

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

commit 3636ad86ff35a16774bdd31d149c840423ae97cb
Author: Michael Opdenacker <michael.opdenacker at free-electrons.com>
Date:   Wed Sep 14 07:59:22 2016 +0200

    Toolchain lab: fetch ct-ng from GitHub
    
    - And use a commit corresponding to our latest tests
      (unsafe to use the latest master)
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at free-electrons.com>


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

3636ad86ff35a16774bdd31d149c840423ae97cb
 labs/sysdev-toolchain/sysdev-toolchain.tex | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/labs/sysdev-toolchain/sysdev-toolchain.tex b/labs/sysdev-toolchain/sysdev-toolchain.tex
index afa723f..e4acc43 100644
--- a/labs/sysdev-toolchain/sysdev-toolchain.tex
+++ b/labs/sysdev-toolchain/sysdev-toolchain.tex
@@ -30,13 +30,13 @@ long command line!}
 
 \section{Getting Crosstool-ng}
 
-Let's download the 1.22.0 release of Crosstool-ng, through its git
-source repository: 
+Let's download the sources of Crosstool-ng, through its git
+source repository, and switch to a commit that we have tested: 
 
 \begin{verbatim}
-git clone http://crosstool-ng.org/crosstool-ng
+git clone https://github.com/crosstool-ng/crosstool-ng.git
 cd crosstool-ng/
-git checkout -b crosstool-ng-1.22.0
+git checkout 4b408278
 \end{verbatim}
 
 \section{Installing Crosstool-ng}




More information about the training-materials-updates mailing list