Skip to content

PromyLOPh/linkermapviz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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).