Building the Software Application - 2022.2 English

Vitis Unified Software Platform Documentation: Application Acceleration Development (UG1393)

Document ID
UG1393
Release Date
2022-12-07
Version
2022.2 English

The software application, written in C/C++ using the XRT native API, is built using the GNU C++ compiler (g++) which is based on GNU compiler collection (GCC). Each source file is compiled to an object file (.o) and linked with the Xilinx® runtime (XRT) shared library to create the executable which runs on an x86 or embedded Arm processor.

Tip: g++ supports many standard GCC options which are not documented here. For information refer to the GCC Option Summary.