Usage - 2022.1 English - UG1400

Vitis Unified Software Platform Documentation: Embedded Software Development (UG1400)

Document ID
UG1400
Release Date
2022-04-26
Version
2022.1 English

To use the GNU compiler, type:

<Compiler_Name> options files...
Where <Compiler_Name> refers to one of the following compilers:
  • mb-gcc for MicroBlaze
  • arm-none-eabi-gcc for Cortex A9
  • aarch64-none-elf-gcc for Cortex-A53 and Cortex-A72
  • armr5-none-eabi-gcc for Cortex-R5F

To compile C++ programs, you can use the mb-g++ or arm-none-eabi-g++ command.