SIZE(1) GNU (NAME) avr-size - AVR (SYNOPSIS) size [-A|-B|-G|--format=compatibility] [--help] [-d|-o|-x|--radix=number] [--common] [-t|--totals] [--target=bfdname] [-V|--version] [-f] [objfile...] (DESCRIPTION) size objfile . ( ) . objfile... . "a.out" . (OPTIONS) : -A -B -G --format=compatibility size System V size ( -A --format=sysv) Berkeley size ( -B --format=berkeley). Berkeley . ( -G --format=gnu) Berkeley . Berkeley () size : $ size --format=Berkeley ranlib size text data bss dec hex filename 294880 81920 11592 388392 5ed28 ranlib 294880 81920 11888 388688 5ee50 size Berkeley "text" "data". "dec" "hex" "text" "data" "bss" . "data" "text" "text" "data" "bss" "total" . --radix . : $ size --format=GNU ranlib size text data bss total filename 279880 96920 11592 388392 ranlib 279880 96920 11888 388688 size System V : $ size --format=SysV ranlib size ranlib : section size addr .text 294880 8192 .data 81920 303104 .bss 11592 385024 Total 388392 size : section size addr .text 294880 8192 .data 81920 303104 .bss 11888 385024 Total 388688 --help -h -H -? . -d -o -x --radix=number (-d --radix=10) (-o --radix=8) (-x --radix=16) . --radix=number (8 10 16) . -d -x -o . --common (Common symbols) . Berkeley GNU bss . -t --totals ( Berkeley GNU). --target=bfdname objfile bfdname . size . -v -V --version size. -f . size GNU Binutils . @file file. @file . file . file (whitespace) . . ( ) . file @file . (SEE ALSO) ar(1) objdump(1) readelf(1) Info binutils. (COPYRIGHT) (C) 1991-2026 (Free Software Foundation, Inc.) / (GNU Free Documentation License) . . <> . binutils-2.47 2026-07-30 SIZE(1)