Skip to content

Commit 8bb5833

Browse files
authored
Update URLs in CrossCompilingHowTo (#989)
1 parent 120a563 commit 8bb5833

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CrossCompileHowto.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,15 @@ Get toolchain files which allows to build ARM executables on x86 platforms:
4747
```
4848
mkdir -p "$TOOLCHAIN_DIR"
4949
cd $TOOLCHAIN_DIR
50-
wget -c https://releases.linaro.org/components/toolchain/binaries/latest-7/arm-linux-gnueabihf/gcc-linaro-7.4.1-2019.02-x86_64_arm-linux-gnueabihf.tar.xz --no-check-certificate
50+
wget -c https://releases.linaro.org/components/toolchain/binaries/7.4-2019.02/arm-linux-gnueabihf/gcc-linaro-7.4.1-2019.02-x86_64_arm-linux-gnueabihf.tar.xz --no-check-certificate
5151
tar -xvf gcc-linaro-7.4.1-2019.02-x86_64_arm-linux-gnueabihf.tar.xz
52+
5253
```
5354
### Install the Qt5 framework
5455
```
5556
mkdir -p "$QT5_DIR"
5657
cd "$QT5_DIR"
57-
wget -c http://download.qt.io/archive/qt/5.7/5.7.1/qt-opensource-linux-x64-5.7.1.run
58+
wget -c https://download.qt.io/new_archive/qt/5.7/5.7.1/qt-opensource-linux-x64-5.7.1.run
5859
chmod +x $QT5_DIR/*.run
5960
```
6061
Display absolute installation directory to be used in Qt5 installer:

0 commit comments

Comments
 (0)