CubeIDE arm-none-eabi-gcc Toolchain sources
Hi,
I am currently working on a build container for my project and I’m using the ARM toolchain (arm-none-eabi-gcc) from ARM Developer sources: https://developer.arm.com/downloads/-/arm-gnu-toolchain-downloads .
Do you have an authless link that provides the toolchain (arm-none-eabi-gcc) used in CubeIDE?
The path I’m referring to is:
$ stm32cubeide_1.15.0/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.12.3.rel1.linux64_1.0.100.202403111256/tools/bin/
I also noticed a compilation option -fcyclomatic-complexity, which I removed to use the toolchain from ARM Developer sources. Could you clarify the purpose of this option? Specifically, why and how does CubeIDE use it ?
Best Regards,
Loïc
