The compilers search initialization files in the following order:
- Directories pass to the compiler with the
-B <dir_name>option. - The compilers search the following
files:
$XILINX_VITIS/gnu/<processor>/<platform>/<processor-lib>/usr/libWhere:
-
<processor>ismicroblazefor MicroBlaze and MicroBlaze V processors,aarch32for A9,aarch64for A53, andarmr5for R5 processors. -
<processor-lib>ismicroblazeeb-xilinx-elffor MicroBlaze and MicroBlazeâ„¢ -V,aarch32-xilinx-eabifor A9,aarch64-none/aarch64-xilinx-elffor A53, andgcc-arm-none-eabi/armrm-xilinx-eabifor R5 processors.
Note:platformindicateslin64for Linux 64-bit andntfor Windows Cygwin. -