CodeSizer: Why is that binary so big?
Summary
CodeSizer is a static code size profiling tool for embedded firmware development. It uses objdump and addr2line to unwind the inline call stack at each instruction address, enabling accurate attribution of code size within inline trees. The article outlines how to run the tool, with cross-prefix examples for different toolchains and a sample HTML report output.