using tar.gz now

This commit is contained in:
Robin Müller 2021-05-24 14:08:55 +02:00 committed by Robin Mueller
parent dca6868a3f
commit bd47db5211

View File

@ -66,7 +66,7 @@ wget https://eive-cloud.irs.uni-stuttgart.de/index.php/s/Q3zeFicebpibiBT/downloa
or the following command for Linux (could be useful for CI/CD) or the following command for Linux (could be useful for CI/CD)
```sh ```sh
wget https://eive-cloud.irs.uni-stuttgart.de/index.php/s/oqC8NNWJq79njLR/download/gcc-arm-linux-gnueabi-linux.zip wget https://eive-cloud.irs.uni-stuttgart.de/index.php/s/5bDHLF4spqn2zJT/download/gcc-arm-linux-gnueabi.tar.gz
``` ```
### Installing CMake and MSYS2 on Windows ### Installing CMake and MSYS2 on Windows
@ -111,7 +111,7 @@ Download it and unzip it somewhere in the Xilinx installation folder.
You can use the following command if `wget` can be used or for CI/CD: You can use the following command if `wget` can be used or for CI/CD:
``` ```
wget https://eive-cloud.irs.uni-stuttgart.de/index.php/s/3LaJwNTjJ882nCe/download/cortexa9hf-neon-xiphos-linux-gnueabi-sysroot.zip wget https://eive-cloud.irs.uni-stuttgart.de/index.php/s/aBjpbMAFCEP7prF/download/cortexa9hf-neon-xiphos-linux-gnueabi.tar.gz
``` ```
Then, create a new environmental variables `Q7S_SYSROOT` and set it to the local system root path. Then, create a new environmental variables `Q7S_SYSROOT` and set it to the local system root path.