new section for sysroot

This commit is contained in:
Robin Müller 2021-02-14 14:48:24 +01:00 committed by Robin Mueller
parent 4c4f5de771
commit b5fa151415

View File

@ -86,6 +86,13 @@ C++ applications. Alternatively you can download the toolchain
sudo apt-get install cmake
````
## Getting the Q7S system root
It is necessary to copy the Q7S system root to your local development machine for libraries
like `libgpio`. You can find the system root [here](https://eive-cloud.irs.uni-stuttgart.de/index.php/apps/files/?dir=/EIVE_IRS/Arbeitsdaten/08_Used%20Components/Q7S/Toolchain&fileid=422486). Download it and unzip it somewhere in the Xilinx installation folder.
Then, create a new environmental variables `Q7S_SYSROOT` and set it to the local system root path.
## Building the software with CMake
When using Windows, run theses steps in MSYS2.