Bleeding edge toolchain, compilation for ARM/STM32

已回答

Hello,

I need to use https://github.com/FreddieChopin/bleeding-edge-toolchain as tool for compilation of DistoRTOS

I'm looking for the propper way to configure my CLion to use this toolchain.

Project is CMake oriented https://github.com/DISTORTEC/STM32F7-ETH-LAN8720A-lwIP-MQTT

I also asked on toolchain page, but no response till now https://github.com/FreddieChopin/bleeding-edge-toolchain/issues/27

 

Please support with good advice

 

0

Hello!

You can manually specifying ARM compilers and ARM debugger in your toolchain (File | Settings | Build, Execution, Deployment | Toolchains). Standard path to the C compiler inside ARM toolchain is bin/arm-none-eabi-gcc, to the C++ compiler - bin/arm-none-eabi-g++.

Also add your toolchain location to the system PATH.

0

请先登录再写评论。