CLion supported toolchain versions
I recently asked this as a question in SO as well.
https://stackoverflow.com/questions/66073192/clion-supported-toolchain-versions
When using CLion, I am using the latest compilers and debuggers in my projects, however, there is absolutely no information about which toolchain versions that CLion supports (except for some 2016, 2019 answers online, but CLion is updated frequently).
The only way to learn is to install the latest version possible (for example 10.2), and then and only then, I can see a string such as Only supported versions 8.x-9.x.. But I compile/install some of these tools. I don't want to go through a 45 minutes compilation process just to discover it is unsupported, and I should have compiled an older version. I can't find this information anywhere, and it changes with each update.
Where can I find this information ?
Please sign in to leave a comment.
Hello!
The warning is shown for versions which are higher than the bundled one. The versions of the bundled debuggers can be found here - https://www.jetbrains.com/help/clion/configuring-debugger-options.html.