2015-02-25 10:12 PM
is stm32 c compiler linux compatible?
thank you regards kj #stm32 #linux2015-02-26 12:54 AM
You must use the free GNU toolchain for developing for STM32. See this
for example. Also, some time this year the , which is based on the same GNU toolchain with Eclipse IDE, will become available for Linux (now it is Windows-only).2015-02-26 05:37 AM
There isn't a ''stm32 c compiler'', there's arm-none-eabi-gcc, and that's available on whatever platforms you build it on.