Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 335 Bytes

README.rst

File metadata and controls

14 lines (9 loc) · 335 Bytes

linkermapviz

Interactive visualization of GNU ld’s linker map with a tree map. Usage:

pip install .
gcc -Wl,-Map,output.map -o output input.c
linkermapviz < output.map

Works best with -ffunction-sections -fdata-sections and statically linked code (e.g. for bare-metal embedded systems).