Arm Compiler Usage and Options - 2022.1 English

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

Document ID
UG1400
Release Date
2022-04-26
Version
2022.1 English
  1. Arm® Cortex® -A9 targets can be compiled using the arm-none-eabi toolchain
  2. Arm® Cortex-A53 targets can be compiled using the aarch64-none-elf toolchain
  3. Arm® Cortex-R5F targets can be compiled using the armr5-none-eabi toolchain
Arm® Cortex® A9 targets can be compiled using the arm-none-eabi toolchain. The arm-none-eabi toolchain contains the complete GNU toolchain including all of the following components:
  • Common startup code sequence
  • GNU binary utilities (binutils)
  • GNU C compiler (GCC)
  • GNU C++ compiler (G++)
  • GNU C++ runtime library (libstdc++)
  • GNU debugger (GDB)
  • Newlib C library