Output Files - 2025.2 English - UG1400

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

Document ID
UG1400
Release Date
2025-11-20
Version
2025.2 English

The compiler generates the following files as output:

  • An ELF file.
  • An assembly file. This file is generated if you use the -save-temps or -S options.
  • An object file. This file is generated if you use the -save-temps or -c options.
  • Preprocessor output in the form of a .i or .ii file. This file is generated if you use the -save-temps option.