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.