STM32CubeF0 compilation using arm-none-eabi-gcc and Makefile.
Posted on October 28, 2014 at 09:39 I'm trying to get a STM32Cube project compiled using arm-none-eabi-gcc and a Makefile. I have specified: CFLAGS = -mthumb\ -march=armv6-m\ -mlittle-endian\ -mcpu=cortex-m0\ -ffunction-sections\ -fdata-s...