Setting User Tool Chain - 2024.2 English - UG1400

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

Document ID
UG1400
Release Date
2025-01-20
Version
2024.2 English

Tool supports multiple versions of toolchain in user managed mode. To do this, execute the following steps.

  1. Open terminal in Linux system or open windows command prompt.
  2. In the command line, input the following commands.

    For Windows

    set VITIS_IDE_USER_TOOLCHAIN=<custom_tool_chain_bin_directory_path>

    For Linux:

    export VITIS_IDE_USER_TOOLCHAIN=<custom_tool_chain_bin_directory_path> 

You can start Vitis from the terminal or CMD window.