Custom toolchain support for STM32CubeIDE to add clang/llvm support
Dear ST,
I want to be able to use the clang/llvm toolchain here: https://github.com/ARM-software/LLVM-embedded-toolchain-for-Arm/tags with STM32CubeIDE.
There was a comment on this community site that you would be looking in to custom toolchain support back in 2020/2021. It is now half way through 2023 and I don't see any info (unless I'm missing it) on how to add custom toolchains to STM32CubeIDE.
I want to use clang/llvm as it is a better compiler/codegen than gcc with regards to code performance, ESPECIALLY for ARM intrinsics support.
How can I add clang/llvm support to STM32CubeIDE?
If it's ugly and complex I don't mind, it'll be well worth it to me since I'm unable to get the performance I was hoping for with the default gcc toolchain.
Thanks.
