cancel
Showing results for 
Search instead for 
Did you mean: 

stm32 c compiler for linux

kumaresh
Associate II
Posted on February 26, 2015 at 07:12

is stm32 c compiler linux compatible?

thank you

regards

kj

#stm32 #linux
2 REPLIES 2
qwer.asdf
Senior
Posted on February 26, 2015 at 09:54

You must use the free GNU toolchain for developing for STM32. See this

http://regalis.com.pl/en/arm-cortex-stm32-gnulinux/

for example.

Also, some time this year the

http://www.openstm32.org/HomePage

, which is based on the same GNU toolchain with Eclipse IDE, will become available for Linux (now it is Windows-only).

Posted on February 26, 2015 at 14:37

There isn't a ''stm32 c compiler'', there's arm-none-eabi-gcc, and that's available on whatever platforms you build it on.

Tips, buy me a coffee, or three.. PayPal Venmo Up vote any posts that you find helpful, it shows what's working..