Building the Software Application

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

Document ID
UG1393
Release Date
2023-07-17
Version
2023.1 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.