In order to compile and link the host application to run on the Versal architecture board you must use the Vitis software.
You need to complete the following setup:
- Install the Vitis software. The Vitis release includes all the embedded base platforms, including the VCK190 base platforms.
- In addition, ensure you have downloaded the Common Images for Embedded
Vitis Platforms from this link.
The common image package contains a prebuilt Linux kernel and root file system. You can use the kernel and root file system with the Versal architecture board for embedded design development using Vitis.
- Unzip the Versal common image package.
- In a Bash shell, run the following script:
/Common Images Dir/xilinx-versal-common-v2025.2/environment-setup-cortexa72-cortexa53-amd-linuxThis script sets up the
SDKTARGETSYSROOTandCXXvariables.If the script is not present, you must run
/Common Images Dir/xilinx-versal-common-v2025.2/sdk.sh.
Now you are ready to compile and link the host application.