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

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