Skip to content

Instantly share code, notes, and snippets.

@clarkli86
Created August 21, 2013 04:24
Show Gist options
  • Save clarkli86/6290299 to your computer and use it in GitHub Desktop.
Save clarkli86/6290299 to your computer and use it in GitHub Desktop.
Print symbol names by size
arm-none-eabi-nm -S target.elf | sort -k2 > symbol-size-noprintf.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment