GCC Archive Linker Oddity
2020-11-25 gcc embedded
Problem Setup I’ve recently been trying to compile a simple hello world program on a STM32F466 Nucleo development. The STM32 MCU development kit ... Read More
stm32-meson
2020-01-30 linux gcc meson
STM32 Meson Ive been a big fan of stm32-cmake which simplifies the setup of a stm32 embedded project. All that is required is the STMCubeMX directory ... Read More
Decreasing Elf Size
2018-10-04 gcc embedded
Recently I had a problem of reducing the size of an ARM executable that was being loaded onto a embedded platform with only 640K of flash storage. I ... Read More