Improved structure #17

Merged
meierj merged 16 commits from mueller/master into develop 2021-02-14 16:28:52 +01:00
Showing only changes of commit b4e6edce80 - Show all commits

View File

@ -86,6 +86,13 @@ C++ applications. Alternatively you can download the toolchain
sudo apt-get install cmake 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 ## Building the software with CMake
When using Windows, run theses steps in MSYS2. When using Windows, run theses steps in MSYS2.