This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Using ARM toolchain in CMake

Hi,

I use CLion to write my code, and uVision to compile and flash the device. I want to integrate the compiling and flashing process to CLion (CMake).

I integrated ARMclang successfully in CMake. 

How can I link and create  the binary .hex with fromELF.exe? Does anyone have already set up a full toolchain to replace uVision?