The Vitis tool supports multiple versions of the toolchain in user managed mode.
- Open a terminal in Linux or open a Windows command prompt.
- 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.