Compile results and segment sizes Nut/OS 4.7.1 AVR-gcc 3.4.5



BASEMON
CALTIME
CANDEMO
EVENTS
FTPD
HTTPD
INETQ
ISP2
LOGTIME
NUTPIPER
PLAYMP3
PORTDIO
PPPC
RS232D
SIMPLE
SNMPD
TCPS
THREADS
TIMERS
UART




basemon



avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=basemon.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.5/include  -I../.././nut/include  basemon.c -o basemon.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=xmemtest.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.5/include  -I../.././nut/include  xmemtest.c -o xmemtest.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=dataflash.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.5/include  -I../.././nut/include  dataflash.c -o dataflash.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=realtek.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.5/include  -I../.././nut/include  realtek.c -o realtek.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=smsc.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.5/include  -I../.././nut/include  smsc.c -o smsc.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=uart.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.5/include  -I../.././nut/include  uart.c -o uart.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=webdemo.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.5/include  -I../.././nut/include  webdemo.c -o webdemo.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=utils.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.5/include  -I../.././nut/include  utils.c -o utils.o
crurom -r -ourom.c html
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=urom.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.5/include  -I../.././nut/include  urom.c -o urom.o
avr-gcc basemon.o xmemtest.o dataflash.o realtek.o smsc.o uart.o webdemo.o utils.o urom.o -mmcu=atmega128 -Wl,--defsym=main=0,-Map=basemon.map,--cref -L../.././nutbld_avr_3.4.5/lib -Wl,--start-group -lnutnet -lnutpro -lnutfs -lnutos -lnutarch -lnutdev -lnutarch -lnutnet -lnutcrt -Wl,--end-group -o basemon.c.elf

ELF File Information:

There are 11 section headers, starting at offset 0x122f8:

Section Headers:
  [Nr] Name              Type            Addr     Off    Size   ES Flg Lk Inf Al
  [ 0]                   NULL            00000000 000000 000000 00      0   0  0
  [ 1] .data             PROGBITS        00800100 0112be 000b60 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 01122a 00  AX  0   0  1
  [ 3] .bss              NOBITS          00800c60 011e1e 0001ea 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        00800e4a 011e1e 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 011e1e 000000 00   W  0   0  1
  [ 6] .stab             PROGBITS        00000000 011e20 000408 0c      7   0  4
  [ 7] .stabstr          STRTAB          00000000 012228 000084 00      0   0  1
  [ 8] .shstrtab         STRTAB          00000000 0122ac 00004b 00      0   0  1
  [ 9] .symtab           SYMTAB          00000000 0124b0 004c20 10     10 800  4
  [10] .strtab           STRTAB          00000000 0170d0 002076 00      0   0  1
Key to Flags:
  W (write), A (alloc), X (execute), M (merge), S (strings)
  I (info), L (link order), G (group), x (unknown)
  O (extra OS processing required) o (OS specific), p (processor specific)

Elf file type is EXEC (Executable file)
Entry point 0x0
There are 3 program headers, starting at offset 52

Program Headers:
  Type           Offset   VirtAddr   PhysAddr   FileSiz MemSiz  Flg Align
  LOAD           0x000094 0x00000000 0x00000000 0x1122a 0x1122a R E 0x1
  LOAD           0x0112be 0x00800100 0x0001122a 0x00b60 0x00b60 RW  0x1
  LOAD           0x011e1e 0x00800c60 0x00800c60 0x00000 0x001ea RW  0x1

 Section to Segment mapping:
  Segment Sections...
   00     .text 
   01     .data 
   02     .bss 


caltime



avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=caltime.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.5/include  -I../.././nut/include  caltime.c -o caltime.o
avr-gcc caltime.o -mmcu=atmega128 -Wl,--defsym=main=0,-Map=caltime.map,--cref -L../.././nutbld_avr_3.4.5/lib -Wl,--start-group ../.././nutbld_avr_3.4.5/lib/nutinit.o -lnutcrt -lnutos -lnutdev -lnutarch -Wl,--end-group -o caltime.c.elf

ELF File Information:

There are 11 section headers, starting at offset 0x65f4:

Section Headers:
  [Nr] Name              Type            Addr     Off    Size   ES Flg Lk Inf Al
  [ 0]                   NULL            00000000 000000 000000 00      0   0  0
  [ 1] .data             PROGBITS        00800100 005b86 000596 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 005af2 00  AX  0   0  2
  [ 3] .bss              NOBITS          00800696 00611c 000095 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        0080072b 00611c 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 00611c 000000 00   W  0   0  1
  [ 6] .stab             PROGBITS        00000000 00611c 000408 0c      7   0  4
  [ 7] .stabstr          STRTAB          00000000 006524 000084 00      0   0  1
  [ 8] .shstrtab         STRTAB          00000000 0065a8 00004b 00      0   0  1
  [ 9] .symtab           SYMTAB          00000000 0067ac 002580 10     10 384  4
  [10] .strtab           STRTAB          00000000 008d2c 001083 00      0   0  1
Key to Flags:
  W (write), A (alloc), X (execute), M (merge), S (strings)
  I (info), L (link order), G (group), x (unknown)
  O (extra OS processing required) o (OS specific), p (processor specific)

Elf file type is EXEC (Executable file)
Entry point 0x0
There are 3 program headers, starting at offset 52

Program Headers:
  Type           Offset   VirtAddr   PhysAddr   FileSiz MemSiz  Flg Align
  LOAD           0x000094 0x00000000 0x00000000 0x05af2 0x05af2 R E 0x1
  LOAD           0x005b86 0x00800100 0x00005af2 0x00596 0x00596 RW  0x1
  LOAD           0x00611c 0x00800696 0x00800696 0x00000 0x00095 RW  0x1

 Section to Segment mapping:
  Segment Sections...
   00     .text 
   01     .data 
   02     .bss 


canbus



avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=candemo.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.5/include  -I../.././nut/include  candemo.c -o candemo.o
avr-gcc candemo.o -mmcu=atmega128 -Wl,--defsym=main=0,-Map=candemo.map,--cref -L../.././nutbld_avr_3.4.5/lib -Wl,--start-group ../.././nutbld_avr_3.4.5/lib/nutinit.o -lnutpro -lnutos -lnutarch -lnutdev -lnutnet -lnutfs -lnutcrt -Wl,--end-group -o candemo.c.elf

ELF File Information:

There are 11 section headers, starting at offset 0x4118:

Section Headers:
  [Nr] Name              Type            Addr     Off    Size   ES Flg Lk Inf Al
  [ 0]                   NULL            00000000 000000 000000 00      0   0  0
  [ 1] .data             PROGBITS        00800100 003af8 000146 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 003a64 00  AX  0   0  1
  [ 3] .bss              NOBITS          00800246 003c3e 0000cb 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        00800311 003c3e 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 003c3e 000000 00   W  0   0  1
  [ 6] .stab             PROGBITS        00000000 003c40 000408 0c      7   0  4
  [ 7] .stabstr          STRTAB          00000000 004048 000084 00      0   0  1
  [ 8] .shstrtab         STRTAB          00000000 0040cc 00004b 00      0   0  1
  [ 9] .symtab           SYMTAB          00000000 0042d0 001c80 10     10 250  4
  [10] .strtab           STRTAB          00000000 005f50 000d60 00      0   0  1
Key to Flags:
  W (write), A (alloc), X (execute), M (merge), S (strings)
  I (info), L (link order), G (group), x (unknown)
  O (extra OS processing required) o (OS specific), p (processor specific)

Elf file type is EXEC (Executable file)
Entry point 0x0
There are 3 program headers, starting at offset 52

Program Headers:
  Type           Offset   VirtAddr   PhysAddr   FileSiz MemSiz  Flg Align
  LOAD           0x000094 0x00000000 0x00000000 0x03a64 0x03a64 R E 0x1
  LOAD           0x003af8 0x00800100 0x00003a64 0x00146 0x00146 RW  0x1
  LOAD           0x003c3e 0x00800246 0x00800246 0x00000 0x000cb RW  0x1

 Section to Segment mapping:
  Segment Sections...
   00     .text 
   01     .data 
   02     .bss 


events



avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=events.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.5/include  -I../.././nut/include  events.c -o events.o
avr-gcc events.o -mmcu=atmega128 -Wl,--defsym=main=0,-Map=events.map,--cref -L../.././nutbld_avr_3.4.5/lib -Wl,--start-group ../.././nutbld_avr_3.4.5/lib/nutinit.o -lnutos -lnutarch -lnutdev -lnutarch -lnutcrt -Wl,--end-group -o events.c.elf

ELF File Information:

There are 11 section headers, starting at offset 0x275c:

Section Headers:
  [Nr] Name              Type            Addr     Off    Size   ES Flg Lk Inf Al
  [ 0]                   NULL            00000000 000000 000000 00      0   0  0
  [ 1] .data             PROGBITS        00800100 002122 000162 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 00208e 00  AX  0   0  1
  [ 3] .bss              NOBITS          00800262 002284 000082 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        008002e4 002284 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 002284 000000 00   W  0   0  1
  [ 6] .stab             PROGBITS        00000000 002284 000408 0c      7   0  4
  [ 7] .stabstr          STRTAB          00000000 00268c 000084 00      0   0  1
  [ 8] .shstrtab         STRTAB          00000000 002710 00004b 00      0   0  1
  [ 9] .symtab           SYMTAB          00000000 002914 0016b0 10     10 202  4
  [10] .strtab           STRTAB          00000000 003fc4 000aaa 00      0   0  1
Key to Flags:
  W (write), A (alloc), X (execute), M (merge), S (strings)
  I (info), L (link order), G (group), x (unknown)
  O (extra OS processing required) o (OS specific), p (processor specific)

Elf file type is EXEC (Executable file)
Entry point 0x0
There are 3 program headers, starting at offset 52

Program Headers:
  Type           Offset   VirtAddr   PhysAddr   FileSiz MemSiz  Flg Align
  LOAD           0x000094 0x00000000 0x00000000 0x0208e 0x0208e R E 0x1
  LOAD           0x002122 0x00800100 0x0000208e 0x00162 0x00162 RW  0x1
  LOAD           0x002284 0x00800262 0x00800262 0x00000 0x00082 RW  0x1

 Section to Segment mapping:
  Segment Sections...
   00     .text 
   01     .data 
   02     .bss 


ftpd



avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=ftpserv.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.5/include  -I../.././nut/include  ftpserv.c -o ftpserv.o
avr-gcc ftpserv.o -mmcu=atmega128 -Wl,--defsym=main=0,-Map=ftpserv.map,--cref -L../.././nutbld_avr_3.4.5/lib -Wl,--start-group ../.././nutbld_avr_3.4.5/lib/nutinit.o -lnutpro -lnutfs -lnutarch -lnutnet -lnutos -lnutdev -lnutarch -lnutcrt -Wl,--end-group -o ftpserv.c.elf

ELF File Information:

There are 11 section headers, starting at offset 0xe644:

Section Headers:
  [Nr] Name              Type            Addr     Off    Size   ES Flg Lk Inf Al
  [ 0]                   NULL            00000000 000000 000000 00      0   0  0
  [ 1] .data             PROGBITS        00800100 00dd54 000418 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 00dcc0 00  AX  0   0  1
  [ 3] .bss              NOBITS          00800518 00e16c 00012f 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        00800647 00e16c 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 00e16c 000000 00   W  0   0  1
  [ 6] .stab             PROGBITS        00000000 00e16c 000408 0c      7   0  4
  [ 7] .stabstr          STRTAB          00000000 00e574 000084 00      0   0  1
  [ 8] .shstrtab         STRTAB          00000000 00e5f8 00004b 00      0   0  1
  [ 9] .symtab           SYMTAB          00000000 00e7fc 004100 10     10 676  4
  [10] .strtab           STRTAB          00000000 0128fc 001d8b 00      0   0  1
Key to Flags:
  W (write), A (alloc), X (execute), M (merge), S (strings)
  I (info), L (link order), G (group), x (unknown)
  O (extra OS processing required) o (OS specific), p (processor specific)

Elf file type is EXEC (Executable file)
Entry point 0x0
There are 3 program headers, starting at offset 52

Program Headers:
  Type           Offset   VirtAddr   PhysAddr   FileSiz MemSiz  Flg Align
  LOAD           0x000094 0x00000000 0x00000000 0x0dcc0 0x0dcc0 R E 0x1
  LOAD           0x00dd54 0x00800100 0x0000dcc0 0x00418 0x00418 RW  0x1
  LOAD           0x00e16c 0x00800518 0x00800518 0x00000 0x0012f RW  0x1

 Section to Segment mapping:
  Segment Sections...
   00     .text 
   01     .data 
   02     .bss 


httpd



avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=httpserv.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.5/include  -I../.././nut/include  httpserv.c -o httpserv.o
crurom -r -ourom.c sample
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=urom.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.5/include  -I../.././nut/include  urom.c -o urom.o
avr-gcc httpserv.o urom.o -mmcu=atmega128 -Wl,--defsym=main=0,-Map=httpserv.map,--cref -L../.././nutbld_avr_3.4.5/lib -Wl,--start-group ../.././nutbld_avr_3.4.5/lib/nutinit.o  -lnutpro -lnutos -lnutarch -lnutdev -lnutarch -lnutnet -lnutfs -lnutcrt -Wl,--end-group -o httpserv.c.elf

ELF File Information:

There are 11 section headers, starting at offset 0x16ca8:

Section Headers:
  [Nr] Name              Type            Addr     Off    Size   ES Flg Lk Inf Al
  [ 0]                   NULL            00000000 000000 000000 00      0   0  0
  [ 1] .data             PROGBITS        00800100 015f3e 000890 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 015eaa 00  AX  0   0  1
  [ 3] .bss              NOBITS          00800990 0167ce 000163 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        00800af3 0167ce 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 0167ce 000000 00   W  0   0  1
  [ 6] .stab             PROGBITS        00000000 0167d0 000408 0c      7   0  4
  [ 7] .stabstr          STRTAB          00000000 016bd8 000084 00      0   0  1
  [ 8] .shstrtab         STRTAB          00000000 016c5c 00004b 00      0   0  1
  [ 9] .symtab           SYMTAB          00000000 016e60 004b40 10     10 790  4
  [10] .strtab           STRTAB          00000000 01b9a0 002258 00      0   0  1
Key to Flags:
  W (write), A (alloc), X (execute), M (merge), S (strings)
  I (info), L (link order), G (group), x (unknown)
  O (extra OS processing required) o (OS specific), p (processor specific)

Elf file type is EXEC (Executable file)
Entry point 0x0
There are 3 program headers, starting at offset 52

Program Headers:
  Type           Offset   VirtAddr   PhysAddr   FileSiz MemSiz  Flg Align
  LOAD           0x000094 0x00000000 0x00000000 0x15eaa 0x15eaa R E 0x1
  LOAD           0x015f3e 0x00800100 0x00015eaa 0x00890 0x00890 RW  0x1
  LOAD           0x0167ce 0x00800990 0x00800990 0x00000 0x00163 RW  0x1

 Section to Segment mapping:
  Segment Sections...
   00     .text 
   01     .data 
   02     .bss 


inetq



avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=inetq.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.5/include  -I../.././nut/include  inetq.c -o inetq.o
avr-gcc inetq.o -mmcu=atmega128 -Wl,--defsym=main=0,-Map=inetq.map,--cref -L../.././nutbld_avr_3.4.5/lib -Wl,--start-group ../.././nutbld_avr_3.4.5/lib/nutinit.o -lnutpro -lnutos -lnutarch -lnutdev -lnutarch -lnutnet -lnutfs -lnutcrt -Wl,--end-group -o inetq.c.elf

ELF File Information:

There are 11 section headers, starting at offset 0xa384:

Section Headers:
  [Nr] Name              Type            Addr     Off    Size   ES Flg Lk Inf Al
  [ 0]                   NULL            00000000 000000 000000 00      0   0  0
  [ 1] .data             PROGBITS        00800100 009be4 0002c6 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 009b50 00  AX  0   0  1
  [ 3] .bss              NOBITS          008003c6 009eaa 00050f 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        008008d5 009eaa 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 009eaa 000000 00   W  0   0  1
  [ 6] .stab             PROGBITS        00000000 009eac 000408 0c      7   0  4
  [ 7] .stabstr          STRTAB          00000000 00a2b4 000084 00      0   0  1
  [ 8] .shstrtab         STRTAB          00000000 00a338 00004b 00      0   0  1
  [ 9] .symtab           SYMTAB          00000000 00a53c 003090 10     10 501  4
  [10] .strtab           STRTAB          00000000 00d5cc 00159a 00      0   0  1
Key to Flags:
  W (write), A (alloc), X (execute), M (merge), S (strings)
  I (info), L (link order), G (group), x (unknown)
  O (extra OS processing required) o (OS specific), p (processor specific)

Elf file type is EXEC (Executable file)
Entry point 0x0
There are 3 program headers, starting at offset 52

Program Headers:
  Type           Offset   VirtAddr   PhysAddr   FileSiz MemSiz  Flg Align
  LOAD           0x000094 0x00000000 0x00000000 0x09b50 0x09b50 R E 0x1
  LOAD           0x009be4 0x00800100 0x00009b50 0x002c6 0x002c6 RW  0x1
  LOAD           0x009eaa 0x008003c6 0x008003c6 0x00000 0x0050f RW  0x1

 Section to Segment mapping:
  Segment Sections...
   00     .text 
   01     .data 
   02     .bss 


isp2



makefile:55: Makedefs.isp: No such file or directory
makefile:70: Makerules.isp: No such file or directory
make: *** No rule to make target `Makerules.isp'.  Stop.

ELF File Information:




logtime



avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=logtime.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.5/include  -I../.././nut/include  logtime.c -o logtime.o
avr-gcc logtime.o -mmcu=atmega128 -Wl,--defsym=main=0,-Map=logtime.map,--cref -L../.././nutbld_avr_3.4.5/lib -Wl,--start-group ../.././nutbld_avr_3.4.5/lib/nutinit.o -lnutpro -lnutnet -lnutcrt -lnutos -lnutdev -lnutarch -lnutos -lnutdev -lnutnet -Wl,--end-group -o logtime.c.elf

ELF File Information:

There are 11 section headers, starting at offset 0xcd40:

Section Headers:
  [Nr] Name              Type            Addr     Off    Size   ES Flg Lk Inf Al
  [ 0]                   NULL            00000000 000000 000000 00      0   0  0
  [ 1] .data             PROGBITS        00800100 00c460 000408 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 00c3cc 00  AX  0   0  2
  [ 3] .bss              NOBITS          00800508 00c868 000132 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        0080063a 00c868 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 00c868 000000 00   W  0   0  1
  [ 6] .stab             PROGBITS        00000000 00c868 000408 0c      7   0  4
  [ 7] .stabstr          STRTAB          00000000 00cc70 000084 00      0   0  1
  [ 8] .shstrtab         STRTAB          00000000 00ccf4 00004b 00      0   0  1
  [ 9] .symtab           SYMTAB          00000000 00cef8 0038e0 10     10 590  4
  [10] .strtab           STRTAB          00000000 0107d8 001acc 00      0   0  1
Key to Flags:
  W (write), A (alloc), X (execute), M (merge), S (strings)
  I (info), L (link order), G (group), x (unknown)
  O (extra OS processing required) o (OS specific), p (processor specific)

Elf file type is EXEC (Executable file)
Entry point 0x0
There are 3 program headers, starting at offset 52

Program Headers:
  Type           Offset   VirtAddr   PhysAddr   FileSiz MemSiz  Flg Align
  LOAD           0x000094 0x00000000 0x00000000 0x0c3cc 0x0c3cc R E 0x1
  LOAD           0x00c460 0x00800100 0x0000c3cc 0x00408 0x00408 RW  0x1
  LOAD           0x00c868 0x00800508 0x00800508 0x00000 0x00132 RW  0x1

 Section to Segment mapping:
  Segment Sections...
   00     .text 
   01     .data 
   02     .bss 


nutpiper



avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=nutpiper.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.5/include  -I../.././nut/include  nutpiper.c -o nutpiper.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=config.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.5/include  -I../.././nut/include  config.c -o config.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=player.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.5/include  -I../.././nut/include  player.c -o player.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=display.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.5/include  -I../.././nut/include  display.c -o display.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=scanner.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.5/include  -I../.././nut/include  scanner.c -o scanner.o
avr-gcc nutpiper.o config.o player.o display.o scanner.o -mmcu=atmega128 -Wl,--defsym=main=0,-Map=nutpiper.map,--cref -L../.././nutbld_avr_3.4.5/lib -Wl,--start-group ../.././nutbld_avr_3.4.5/lib/nutinit.o -lnutarch -lnutpro -lnutos -lnutdev -lnutarch -lnutnet -lnutcrt -Wl,--end-group -o nutpiper.c.elf

ELF File Information:

There are 11 section headers, starting at offset 0xdfc8:

Section Headers:
  [Nr] Name              Type            Addr     Off    Size   ES Flg Lk Inf Al
  [ 0]                   NULL            00000000 000000 000000 00      0   0  0
  [ 1] .data             PROGBITS        00800100 00d374 00077a 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 00d2e0 00  AX  0   0  2
  [ 3] .bss              NOBITS          0080087a 00daee 00016b 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        008009e5 00daee 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 00daee 000000 00   W  0   0  1
  [ 6] .stab             PROGBITS        00000000 00daf0 000408 0c      7   0  4
  [ 7] .stabstr          STRTAB          00000000 00def8 000084 00      0   0  1
  [ 8] .shstrtab         STRTAB          00000000 00df7c 00004b 00      0   0  1
  [ 9] .symtab           SYMTAB          00000000 00e180 003b30 10     10 599  4
  [10] .strtab           STRTAB          00000000 011cb0 001bd9 00      0   0  1
Key to Flags:
  W (write), A (alloc), X (execute), M (merge), S (strings)
  I (info), L (link order), G (group), x (unknown)
  O (extra OS processing required) o (OS specific), p (processor specific)

Elf file type is EXEC (Executable file)
Entry point 0x0
There are 3 program headers, starting at offset 52

Program Headers:
  Type           Offset   VirtAddr   PhysAddr   FileSiz MemSiz  Flg Align
  LOAD           0x000094 0x00000000 0x00000000 0x0d2e0 0x0d2e0 R E 0x1
  LOAD           0x00d374 0x00800100 0x0000d2e0 0x0077a 0x0077a RW  0x1
  LOAD           0x00daee 0x0080087a 0x0080087a 0x00000 0x0016b RW  0x1

 Section to Segment mapping:
  Segment Sections...
   00     .text 
   01     .data 
   02     .bss 


playmp3



avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=playmp3.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.5/include  -I../.././nut/include  playmp3.c -o playmp3.o
crurom -r -ourom.c sounds
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=urom.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.5/include  -I../.././nut/include  urom.c -o urom.o
avr-gcc playmp3.o urom.o -mmcu=atmega128 -Wl,--defsym=main=0,-Map=playmp3.map,--cref -L../.././nutbld_avr_3.4.5/lib -Wl,--start-group ../.././nutbld_avr_3.4.5/lib/nutinit.o -lnutfs -lnutos -lnutcrt -lnutdev -lnutarch -Wl,--end-group -o playmp3.c.elf

ELF File Information:

There are 11 section headers, starting at offset 0x9ee0:

Section Headers:
  [Nr] Name              Type            Addr     Off    Size   ES Flg Lk Inf Al
  [ 0]                   NULL            00000000 000000 000000 00      0   0  0
  [ 1] .data             PROGBITS        00800100 009818 0001ee 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 009784 00  AX  0   0  1
  [ 3] .bss              NOBITS          008002ee 009a06 000097 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        00800385 009a06 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 009a06 000000 00   W  0   0  1
  [ 6] .stab             PROGBITS        00000000 009a08 000408 0c      7   0  4
  [ 7] .stabstr          STRTAB          00000000 009e10 000084 00      0   0  1
  [ 8] .shstrtab         STRTAB          00000000 009e94 00004b 00      0   0  1
  [ 9] .symtab           SYMTAB          00000000 00a098 001fd0 10     10 303  4
  [10] .strtab           STRTAB          00000000 00c068 000ec4 00      0   0  1
Key to Flags:
  W (write), A (alloc), X (execute), M (merge), S (strings)
  I (info), L (link order), G (group), x (unknown)
  O (extra OS processing required) o (OS specific), p (processor specific)

Elf file type is EXEC (Executable file)
Entry point 0x0
There are 3 program headers, starting at offset 52

Program Headers:
  Type           Offset   VirtAddr   PhysAddr   FileSiz MemSiz  Flg Align
  LOAD           0x000094 0x00000000 0x00000000 0x09784 0x09784 R E 0x1
  LOAD           0x009818 0x00800100 0x00009784 0x001ee 0x001ee RW  0x1
  LOAD           0x009a06 0x008002ee 0x008002ee 0x00000 0x00097 RW  0x1

 Section to Segment mapping:
  Segment Sections...
   00     .text 
   01     .data 
   02     .bss 


portdio



avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=portdio.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.5/include  -I../.././nut/include  portdio.c -o portdio.o
avr-gcc portdio.o -mmcu=atmega128 -Wl,--defsym=main=0,-Map=portdio.map,--cref -L../.././nutbld_avr_3.4.5/lib -Wl,--start-group ../.././nutbld_avr_3.4.5/lib/nutinit.o -lnutpro -lnutfs -lnutnet -lnutdev -lnutarch -lnutcrt -lnutnet -lnutdev -lnutos -Wl,--end-group -o portdio.c.elf

ELF File Information:

There are 11 section headers, starting at offset 0xaa0c:

Section Headers:
  [Nr] Name              Type            Addr     Off    Size   ES Flg Lk Inf Al
  [ 0]                   NULL            00000000 000000 000000 00      0   0  0
  [ 1] .data             PROGBITS        00800100 00a2be 000274 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 00a22a 00  AX  0   0  1
  [ 3] .bss              NOBITS          00800374 00a532 000109 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        0080047d 00a532 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 00a532 000000 00   W  0   0  1
  [ 6] .stab             PROGBITS        00000000 00a534 000408 0c      7   0  4
  [ 7] .stabstr          STRTAB          00000000 00a93c 000084 00      0   0  1
  [ 8] .shstrtab         STRTAB          00000000 00a9c0 00004b 00      0   0  1
  [ 9] .symtab           SYMTAB          00000000 00abc4 002f00 10     10 462  4
  [10] .strtab           STRTAB          00000000 00dac4 001604 00      0   0  1
Key to Flags:
  W (write), A (alloc), X (execute), M (merge), S (strings)
  I (info), L (link order), G (group), x (unknown)
  O (extra OS processing required) o (OS specific), p (processor specific)

Elf file type is EXEC (Executable file)
Entry point 0x0
There are 3 program headers, starting at offset 52

Program Headers:
  Type           Offset   VirtAddr   PhysAddr   FileSiz MemSiz  Flg Align
  LOAD           0x000094 0x00000000 0x00000000 0x0a22a 0x0a22a R E 0x1
  LOAD           0x00a2be 0x00800100 0x0000a22a 0x00274 0x00274 RW  0x1
  LOAD           0x00a532 0x00800374 0x00800374 0x00000 0x00109 RW  0x1

 Section to Segment mapping:
  Segment Sections...
   00     .text 
   01     .data 
   02     .bss 


pppc



avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=pppc.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.5/include  -I../.././nut/include  pppc.c -o pppc.o
avr-gcc pppc.o -mmcu=atmega128 -Wl,--defsym=main=0,-Map=pppc.map,--cref -L../.././nutbld_avr_3.4.5/lib -Wl,--start-group ../.././nutbld_avr_3.4.5/lib/nutinit.o -lnutpro -lnutarch -lnutnet -lnutdev -lnutarch -lnutnet -lnutos -lnutcrt -Wl,--end-group -o pppc.c.elf

ELF File Information:

There are 11 section headers, starting at offset 0xccdc:

Section Headers:
  [Nr] Name              Type            Addr     Off    Size   ES Flg Lk Inf Al
  [ 0]                   NULL            00000000 000000 000000 00      0   0  0
  [ 1] .data             PROGBITS        00800100 00c4b2 000350 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 00c41e 00  AX  0   0  2
  [ 3] .bss              NOBITS          00800450 00c802 000362 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        008007b2 00c802 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 00c802 000000 00   W  0   0  1
  [ 6] .stab             PROGBITS        00000000 00c804 000408 0c      7   0  4
  [ 7] .stabstr          STRTAB          00000000 00cc0c 000084 00      0   0  1
  [ 8] .shstrtab         STRTAB          00000000 00cc90 00004b 00      0   0  1
  [ 9] .symtab           SYMTAB          00000000 00ce94 003dc0 10     10 636  4
  [10] .strtab           STRTAB          00000000 010c54 001a85 00      0   0  1
Key to Flags:
  W (write), A (alloc), X (execute), M (merge), S (strings)
  I (info), L (link order), G (group), x (unknown)
  O (extra OS processing required) o (OS specific), p (processor specific)

Elf file type is EXEC (Executable file)
Entry point 0x0
There are 3 program headers, starting at offset 52

Program Headers:
  Type           Offset   VirtAddr   PhysAddr   FileSiz MemSiz  Flg Align
  LOAD           0x000094 0x00000000 0x00000000 0x0c41e 0x0c41e R E 0x1
  LOAD           0x00c4b2 0x00800100 0x0000c41e 0x00350 0x00350 RW  0x1
  LOAD           0x00c802 0x00800450 0x00800450 0x00000 0x00362 RW  0x1

 Section to Segment mapping:
  Segment Sections...
   00     .text 
   01     .data 
   02     .bss 


rs232d



avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=rs232d.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.5/include  -I../.././nut/include  rs232d.c -o rs232d.o
avr-gcc rs232d.o -mmcu=atmega128 -Wl,--defsym=main=0,-Map=rs232d.map,--cref -L../.././nutbld_avr_3.4.5/lib -Wl,--start-group ../.././nutbld_avr_3.4.5/lib/nutinit.o -lnutpro -lnutos -lnutarch -lnutdev -lnutarch -lnutfs -lnutnet -lnutcrt -Wl,--end-group -o rs232d.c.elf

ELF File Information:

There are 11 section headers, starting at offset 0xa6bc:

Section Headers:
  [Nr] Name              Type            Addr     Off    Size   ES Flg Lk Inf Al
  [ 0]                   NULL            00000000 000000 000000 00      0   0  0
  [ 1] .data             PROGBITS        00800100 00a084 00015e 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 009ff0 00  AX  0   0  2
  [ 3] .bss              NOBITS          0080025e 00a1e2 00010c 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        0080036a 00a1e2 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 00a1e2 000000 00   W  0   0  1
  [ 6] .stab             PROGBITS        00000000 00a1e4 000408 0c      7   0  4
  [ 7] .stabstr          STRTAB          00000000 00a5ec 000084 00      0   0  1
  [ 8] .shstrtab         STRTAB          00000000 00a670 00004b 00      0   0  1
  [ 9] .symtab           SYMTAB          00000000 00a874 002fe0 10     10 489  4
  [10] .strtab           STRTAB          00000000 00d854 001755 00      0   0  1
Key to Flags:
  W (write), A (alloc), X (execute), M (merge), S (strings)
  I (info), L (link order), G (group), x (unknown)
  O (extra OS processing required) o (OS specific), p (processor specific)

Elf file type is EXEC (Executable file)
Entry point 0x0
There are 3 program headers, starting at offset 52

Program Headers:
  Type           Offset   VirtAddr   PhysAddr   FileSiz MemSiz  Flg Align
  LOAD           0x000094 0x00000000 0x00000000 0x09ff0 0x09ff0 R E 0x1
  LOAD           0x00a084 0x00800100 0x00009ff0 0x0015e 0x0015e RW  0x1
  LOAD           0x00a1e2 0x0080025e 0x0080025e 0x00000 0x0010c RW  0x1

 Section to Segment mapping:
  Segment Sections...
   00     .text 
   01     .data 
   02     .bss 


simple



avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=simple.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.5/include  -I../.././nut/include  simple.c -o simple.o
avr-gcc simple.o -mmcu=atmega128 -Wl,--defsym=main=0,-Map=simple.map,--cref -L../.././nutbld_avr_3.4.5/lib -Wl,--start-group ../.././nutbld_avr_3.4.5/lib/nutinit.o -lnutos -lnutarch -lnutdev -lnutarch -lnutcrt  -Wl,--end-group -o simple.c.elf

ELF File Information:

There are 11 section headers, starting at offset 0x1ea0:

Section Headers:
  [Nr] Name              Type            Addr     Off    Size   ES Flg Lk Inf Al
  [ 0]                   NULL            00000000 000000 000000 00      0   0  0
  [ 1] .data             PROGBITS        00800100 0019ac 00001a 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 001918 00  AX  0   0  1
  [ 3] .bss              NOBITS          0080011a 0019c6 000076 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        00800190 0019c6 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 0019c6 000000 00   W  0   0  1
  [ 6] .stab             PROGBITS        00000000 0019c8 000408 0c      7   0  4
  [ 7] .stabstr          STRTAB          00000000 001dd0 000084 00      0   0  1
  [ 8] .shstrtab         STRTAB          00000000 001e54 00004b 00      0   0  1
  [ 9] .symtab           SYMTAB          00000000 002058 000f90 10     10 109  4
  [10] .strtab           STRTAB          00000000 002fe8 000938 00      0   0  1
Key to Flags:
  W (write), A (alloc), X (execute), M (merge), S (strings)
  I (info), L (link order), G (group), x (unknown)
  O (extra OS processing required) o (OS specific), p (processor specific)

Elf file type is EXEC (Executable file)
Entry point 0x0
There are 3 program headers, starting at offset 52

Program Headers:
  Type           Offset   VirtAddr   PhysAddr   FileSiz MemSiz  Flg Align
  LOAD           0x000094 0x00000000 0x00000000 0x01918 0x01918 R E 0x1
  LOAD           0x0019ac 0x00800100 0x00001918 0x0001a 0x0001a RW  0x1
  LOAD           0x0019c6 0x0080011a 0x0080011a 0x00000 0x00076 RW  0x1

 Section to Segment mapping:
  Segment Sections...
   00     .text 
   01     .data 
   02     .bss 


snmpd



avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=snmpd.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.5/include  -I../.././nut/include  snmpd.c -o snmpd.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=mib2if.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.5/include  -I../.././nut/include  mib2if.c -o mib2if.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=mib2sys.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.5/include  -I../.././nut/include  mib2sys.c -o mib2sys.o
avr-gcc snmpd.o mib2if.o mib2sys.o -mmcu=atmega128 -Wl,--defsym=main=0,-Map=snmpd.map,--cref -L../.././nutbld_avr_3.4.5/lib -Wl,--start-group ../.././nutbld_avr_3.4.5/lib/nutinit.o -lnutpro -lnutnet -lnutcrt -lnutos -lnutdev -lnutarch -lnutos -lnutdev -lnutnet -Wl,--end-group -o snmpd.c.elf

ELF File Information:

There are 11 section headers, starting at offset 0xf924:

Section Headers:
  [Nr] Name              Type            Addr     Off    Size   ES Flg Lk Inf Al
  [ 0]                   NULL            00000000 000000 000000 00      0   0  0
  [ 1] .data             PROGBITS        00800100 00e12e 00131e 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 00e09a 00  AX  0   0  1
  [ 3] .bss              NOBITS          0080141e 00f44c 000223 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        00801641 00f44c 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 00f44c 000000 00   W  0   0  1
  [ 6] .stab             PROGBITS        00000000 00f44c 000408 0c      7   0  4
  [ 7] .stabstr          STRTAB          00000000 00f854 000084 00      0   0  1
  [ 8] .shstrtab         STRTAB          00000000 00f8d8 00004b 00      0   0  1
  [ 9] .symtab           SYMTAB          00000000 00fadc 003c50 10     10 620  4
  [10] .strtab           STRTAB          00000000 01372c 001c15 00      0   0  1
Key to Flags:
  W (write), A (alloc), X (execute), M (merge), S (strings)
  I (info), L (link order), G (group), x (unknown)
  O (extra OS processing required) o (OS specific), p (processor specific)

Elf file type is EXEC (Executable file)
Entry point 0x0
There are 3 program headers, starting at offset 52

Program Headers:
  Type           Offset   VirtAddr   PhysAddr   FileSiz MemSiz  Flg Align
  LOAD           0x000094 0x00000000 0x00000000 0x0e09a 0x0e09a R E 0x1
  LOAD           0x00e12e 0x00800100 0x0000e09a 0x0131e 0x0131e RW  0x1
  LOAD           0x00f44c 0x0080141e 0x0080141e 0x00000 0x00223 RW  0x1

 Section to Segment mapping:
  Segment Sections...
   00     .text 
   01     .data 
   02     .bss 


tcps



avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=tcps.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.5/include  -I../.././nut/include  tcps.c -o tcps.o
avr-gcc tcps.o -mmcu=atmega128 -Wl,--defsym=main=0,-Map=tcps.map,--cref -L../.././nutbld_avr_3.4.5/lib -Wl,--start-group ../.././nutbld_avr_3.4.5/lib/nutinit.o -lnutpro -lnutos -lnutarch -lnutdev -lnutarch -lnutnet -lnutfs -lnutcrt -Wl,--end-group -o tcps.c.elf

ELF File Information:

There are 11 section headers, starting at offset 0xa5c0:

Section Headers:
  [Nr] Name              Type            Addr     Off    Size   ES Flg Lk Inf Al
  [ 0]                   NULL            00000000 000000 000000 00      0   0  0
  [ 1] .data             PROGBITS        00800100 009ea2 000244 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 009e0e 00  AX  0   0  1
  [ 3] .bss              NOBITS          00800344 00a0e6 00018f 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        008004d3 00a0e6 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 00a0e6 000000 00   W  0   0  1
  [ 6] .stab             PROGBITS        00000000 00a0e8 000408 0c      7   0  4
  [ 7] .stabstr          STRTAB          00000000 00a4f0 000084 00      0   0  1
  [ 8] .shstrtab         STRTAB          00000000 00a574 00004b 00      0   0  1
  [ 9] .symtab           SYMTAB          00000000 00a778 0033d0 10     10 537  4
  [10] .strtab           STRTAB          00000000 00db48 001691 00      0   0  1
Key to Flags:
  W (write), A (alloc), X (execute), M (merge), S (strings)
  I (info), L (link order), G (group), x (unknown)
  O (extra OS processing required) o (OS specific), p (processor specific)

Elf file type is EXEC (Executable file)
Entry point 0x0
There are 3 program headers, starting at offset 52

Program Headers:
  Type           Offset   VirtAddr   PhysAddr   FileSiz MemSiz  Flg Align
  LOAD           0x000094 0x00000000 0x00000000 0x09e0e 0x09e0e R E 0x1
  LOAD           0x009ea2 0x00800100 0x00009e0e 0x00244 0x00244 RW  0x1
  LOAD           0x00a0e6 0x00800344 0x00800344 0x00000 0x0018f RW  0x1

 Section to Segment mapping:
  Segment Sections...
   00     .text 
   01     .data 
   02     .bss 


threads



avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=threads.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.5/include  -I../.././nut/include  threads.c -o threads.o
avr-gcc threads.o -mmcu=atmega128 -Wl,--defsym=main=0,-Map=threads.map,--cref -L../.././nutbld_avr_3.4.5/lib -Wl,--start-group ../.././nutbld_avr_3.4.5/lib/nutinit.o -lnutos -lnutarch -lnutdev -lnutarch -lnutos -lnutcrt  -Wl,--end-group -o threads.c.elf

ELF File Information:

There are 11 section headers, starting at offset 0x36a0:

Section Headers:
  [Nr] Name              Type            Addr     Off    Size   ES Flg Lk Inf Al
  [ 0]                   NULL            00000000 000000 000000 00      0   0  0
  [ 1] .data             PROGBITS        00800100 0030fa 0000ce 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 003066 00  AX  0   0  2
  [ 3] .bss              NOBITS          008001ce 0031c8 00007d 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        0080024b 0031c8 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 0031c8 000000 00   W  0   0  1
  [ 6] .stab             PROGBITS        00000000 0031c8 000408 0c      7   0  4
  [ 7] .stabstr          STRTAB          00000000 0035d0 000084 00      0   0  1
  [ 8] .shstrtab         STRTAB          00000000 003654 00004b 00      0   0  1
  [ 9] .symtab           SYMTAB          00000000 003858 001a40 10     10 248  4
  [10] .strtab           STRTAB          00000000 005298 000d1a 00      0   0  1
Key to Flags:
  W (write), A (alloc), X (execute), M (merge), S (strings)
  I (info), L (link order), G (group), x (unknown)
  O (extra OS processing required) o (OS specific), p (processor specific)

Elf file type is EXEC (Executable file)
Entry point 0x0
There are 3 program headers, starting at offset 52

Program Headers:
  Type           Offset   VirtAddr   PhysAddr   FileSiz MemSiz  Flg Align
  LOAD           0x000094 0x00000000 0x00000000 0x03066 0x03066 R E 0x1
  LOAD           0x0030fa 0x00800100 0x00003066 0x000ce 0x000ce RW  0x1
  LOAD           0x0031c8 0x008001ce 0x008001ce 0x00000 0x0007d RW  0x1

 Section to Segment mapping:
  Segment Sections...
   00     .text 
   01     .data 
   02     .bss 


timers



avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=timers.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.5/include  -I../.././nut/include  timers.c -o timers.o
avr-gcc timers.o -mmcu=atmega128 -Wl,--defsym=main=0,-Map=timers.map,--cref -L../.././nutbld_avr_3.4.5/lib -Wl,--start-group ../.././nutbld_avr_3.4.5/lib/nutinit.o -lnutos -lnutarch -lnutdev -lnutarch -lnutcrt -Wl,--end-group -o timers.c.elf

ELF File Information:

There are 11 section headers, starting at offset 0x32e8:

Section Headers:
  [Nr] Name              Type            Addr     Off    Size   ES Flg Lk Inf Al
  [ 0]                   NULL            00000000 000000 000000 00      0   0  0
  [ 1] .data             PROGBITS        00800100 002bfe 000212 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 002b6a 00  AX  0   0  1
  [ 3] .bss              NOBITS          00800312 002e10 000080 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        00800392 002e10 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 002e10 000000 00   W  0   0  1
  [ 6] .stab             PROGBITS        00000000 002e10 000408 0c      7   0  4
  [ 7] .stabstr          STRTAB          00000000 003218 000084 00      0   0  1
  [ 8] .shstrtab         STRTAB          00000000 00329c 00004b 00      0   0  1
  [ 9] .symtab           SYMTAB          00000000 0034a0 0018c0 10     10 222  4
  [10] .strtab           STRTAB          00000000 004d60 000b5d 00      0   0  1
Key to Flags:
  W (write), A (alloc), X (execute), M (merge), S (strings)
  I (info), L (link order), G (group), x (unknown)
  O (extra OS processing required) o (OS specific), p (processor specific)

Elf file type is EXEC (Executable file)
Entry point 0x0
There are 3 program headers, starting at offset 52

Program Headers:
  Type           Offset   VirtAddr   PhysAddr   FileSiz MemSiz  Flg Align
  LOAD           0x000094 0x00000000 0x00000000 0x02b6a 0x02b6a R E 0x1
  LOAD           0x002bfe 0x00800100 0x00002b6a 0x00212 0x00212 RW  0x1
  LOAD           0x002e10 0x00800312 0x00800312 0x00000 0x00080 RW  0x1

 Section to Segment mapping:
  Segment Sections...
   00     .text 
   01     .data 
   02     .bss 


uart



avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=uart.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.5/include  -I../.././nut/include  uart.c -o uart.o
avr-gcc uart.o -mmcu=atmega128 -Wl,--defsym=main=0,-Map=uart.map,--cref -L../.././nutbld_avr_3.4.5/lib -Wl,--start-group ../.././nutbld_avr_3.4.5/lib/nutinit.o -lnutcrt -lnutarch -lnutdev -lnutos -lnutdev -lnutarch  -Wl,--end-group -o uart.c.elf

ELF File Information:

There are 11 section headers, starting at offset 0x3ef8:

Section Headers:
  [Nr] Name              Type            Addr     Off    Size   ES Flg Lk Inf Al
  [ 0]                   NULL            00000000 000000 000000 00      0   0  0
  [ 1] .data             PROGBITS        00800100 0038e4 00013a 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 003850 00  AX  0   0  2
  [ 3] .bss              NOBITS          0080023a 003a1e 0000fd 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        00800337 003a1e 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 003a1e 000000 00   W  0   0  1
  [ 6] .stab             PROGBITS        00000000 003a20 000408 0c      7   0  4
  [ 7] .stabstr          STRTAB          00000000 003e28 000084 00      0   0  1
  [ 8] .shstrtab         STRTAB          00000000 003eac 00004b 00      0   0  1
  [ 9] .symtab           SYMTAB          00000000 0040b0 001d00 10     10 285  4
  [10] .strtab           STRTAB          00000000 005db0 000db0 00      0   0  1
Key to Flags:
  W (write), A (alloc), X (execute), M (merge), S (strings)
  I (info), L (link order), G (group), x (unknown)
  O (extra OS processing required) o (OS specific), p (processor specific)

Elf file type is EXEC (Executable file)
Entry point 0x0
There are 3 program headers, starting at offset 52

Program Headers:
  Type           Offset   VirtAddr   PhysAddr   FileSiz MemSiz  Flg Align
  LOAD           0x000094 0x00000000 0x00000000 0x03850 0x03850 R E 0x1
  LOAD           0x0038e4 0x00800100 0x00003850 0x0013a 0x0013a RW  0x1
  LOAD           0x003a1e 0x0080023a 0x0080023a 0x00000 0x000fd RW  0x1

 Section to Segment mapping:
  Segment Sections...
   00     .text 
   01     .data 
   02     .bss