Tool supports multiple versions of toolchain in user managed mode. To do this, execute the following steps.
- Open terminal in Linux system or open 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.