[bootlin/training-materials updates] master: labs/sysdev-toolchains: remove "Known issues" (8fe2a522)

Thomas Petazzoni thomas.petazzoni at bootlin.com
Thu Sep 22 12:52:41 CEST 2022


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

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

commit 8fe2a522457c22182f5f4927d968a36e6ac6162f
Author: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
Date:   Thu Sep 22 12:52:41 2022 +0200

    labs/sysdev-toolchains: remove "Known issues"
    
    Drop this part: in recent times, we haven't seen many download
    issues. In addition, the tarballs are no longer in $HOME/src, but in
    .build/tarballs/, which even further shows that this hasn't been used
    in a while.
    
    Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>


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

8fe2a522457c22182f5f4927d968a36e6ac6162f
 labs/sysdev-toolchain/sysdev-toolchain.tex | 17 -----------------
 1 file changed, 17 deletions(-)

diff --git a/labs/sysdev-toolchain/sysdev-toolchain.tex b/labs/sysdev-toolchain/sysdev-toolchain.tex
index 8912c797..291f5be6 100644
--- a/labs/sysdev-toolchain/sysdev-toolchain.tex
+++ b/labs/sysdev-toolchain/sysdev-toolchain.tex
@@ -157,23 +157,6 @@ That's something you could have changed in Crosstool-ng's configuration.
 
 And wait!
 
-\subsection{Known issues}
-
-\subsubsection{Source archives not found on the Internet}
-
-It is frequent that Crosstool-ng aborts because it can't find a
-source archive on the Internet, when such an archive has moved or has
-been replaced by more recent versions. New Crosstool-ng versions ship
-with updated URLs, but in the meantime, you need work-arounds.
-
-If this happens to you, what you can do is look for the source archive by
-yourself on the Internet, and copy such an archive to the \code{src}
-directory in your home directory. Note that even source archives
-compressed in a different way (for example, ending with \code{.gz}
-instead of \code{.bz2}) will be fine too. Then, all you have to do is run
-\code{./ct-ng build} again, and it will use the source archive that you
-downloaded.
-
 \section{Testing the toolchain}
 
 You can now test your toolchain by adding




More information about the training-materials-updates mailing list