The compilers search initialization files in the following order:
- Directories are passed to the compiler with the
-B <dir_name>
option. - The compilers search the following
files:
$XILINX_VITIS/gnu/<processor>/<platform>/<processor-lib>/usr/lib
Where:
-
<processor>
ismicroblaze
for MicroBlaze processors,aarch32
for A9,aarch64
for A53, andarmr5
for R5 processors. -
<processor-lib>
ismicroblazeeb-xilinx-elf
for MicroBlaze,aarch32-xilinx-eabi
for A9,aarch64-none/aarch64-xilinx-elf
for A53, andgcc-arm-none-eabi/armrm-xilinx-eab
i for R5 processors.
Note:platform
indicateslin64
for Linux 64-bit andnt
for Windows Cygwin. -