Compile results and segment sizes Nut/OS 4.7.4 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 0x123a0:

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 01135e 000b68 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 0112ca 00  AX  0   0  1
  [ 3] .bss              NOBITS          00800c68 011ec6 0001ea 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        00800e52 011ec6 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 011ec6 000000 00   W  0   0  1
  [ 6] .stab             PROGBITS        00000000 011ec8 000408 0c      7   0  4
  [ 7] .stabstr          STRTAB          00000000 0122d0 000084 00      0   0  1
  [ 8] .shstrtab         STRTAB          00000000 012354 00004b 00      0   0  1
  [ 9] .symtab           SYMTAB          00000000 012558 004c20 10     10 800  4
  [10] .strtab           STRTAB          00000000 017178 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 0x112ca 0x112ca R E 0x1
  LOAD           0x01135e 0x00800100 0x000112ca 0x00b68 0x00b68 RW  0x1
  LOAD           0x011ec6 0x00800c68 0x00800c68 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 0x65f0:

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 005b82 000596 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 005aee 00  AX  0   0  2
  [ 3] .bss              NOBITS          00800696 006118 000095 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        0080072b 006118 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 006118 000000 00   W  0   0  1
  [ 6] .stab             PROGBITS        00000000 006118 000408 0c      7   0  4
  [ 7] .stabstr          STRTAB          00000000 006520 000084 00      0   0  1
  [ 8] .shstrtab         STRTAB          00000000 0065a4 00004b 00      0   0  1
  [ 9] .symtab           SYMTAB          00000000 0067a8 002580 10     10 384  4
  [10] .strtab           STRTAB          00000000 008d28 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 0x05aee 0x05aee R E 0x1
  LOAD           0x005b82 0x00800100 0x00005aee 0x00596 0x00596 RW  0x1
  LOAD           0x006118 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 0xe6e8:

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 00ddf2 00041c 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 00dd5e 00  AX  0   0  1
  [ 3] .bss              NOBITS          0080051c 00e20e 00012f 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        0080064b 00e20e 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 00e20e 000000 00   W  0   0  1
  [ 6] .stab             PROGBITS        00000000 00e210 000408 0c      7   0  4
  [ 7] .stabstr          STRTAB          00000000 00e618 000084 00      0   0  1
  [ 8] .shstrtab         STRTAB          00000000 00e69c 00004b 00      0   0  1
  [ 9] .symtab           SYMTAB          00000000 00e8a0 004100 10     10 676  4
  [10] .strtab           STRTAB          00000000 0129a0 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 0x0dd5e 0x0dd5e R E 0x1
  LOAD           0x00ddf2 0x00800100 0x0000dd5e 0x0041c 0x0041c RW  0x1
  LOAD           0x00e20e 0x0080051c 0x0080051c 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 0x16d48:

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 015fdc 000894 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 015f48 00  AX  0   0  1
  [ 3] .bss              NOBITS          00800994 016870 000163 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        00800af7 016870 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 016870 000000 00   W  0   0  1
  [ 6] .stab             PROGBITS        00000000 016870 000408 0c      7   0  4
  [ 7] .stabstr          STRTAB          00000000 016c78 000084 00      0   0  1
  [ 8] .shstrtab         STRTAB          00000000 016cfc 00004b 00      0   0  1
  [ 9] .symtab           SYMTAB          00000000 016f00 004b40 10     10 790  4
  [10] .strtab           STRTAB          00000000 01ba40 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 0x15f48 0x15f48 R E 0x1
  LOAD           0x015fdc 0x00800100 0x00015f48 0x00894 0x00894 RW  0x1
  LOAD           0x016870 0x00800994 0x00800994 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 0xa424:

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 009c82 0002ca 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 009bee 00  AX  0   0  1
  [ 3] .bss              NOBITS          008003ca 009f4c 00050f 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        008008d9 009f4c 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 009f4c 000000 00   W  0   0  1
  [ 6] .stab             PROGBITS        00000000 009f4c 000408 0c      7   0  4
  [ 7] .stabstr          STRTAB          00000000 00a354 000084 00      0   0  1
  [ 8] .shstrtab         STRTAB          00000000 00a3d8 00004b 00      0   0  1
  [ 9] .symtab           SYMTAB          00000000 00a5dc 003090 10     10 501  4
  [10] .strtab           STRTAB          00000000 00d66c 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 0x09bee 0x09bee R E 0x1
  LOAD           0x009c82 0x00800100 0x00009bee 0x002ca 0x002ca RW  0x1
  LOAD           0x009f4c 0x008003ca 0x008003ca 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 0xcde8:

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 00c502 00040c 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 00c46e 00  AX  0   0  2
  [ 3] .bss              NOBITS          0080050c 00c90e 000132 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        0080063e 00c90e 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 00c90e 000000 00   W  0   0  1
  [ 6] .stab             PROGBITS        00000000 00c910 000408 0c      7   0  4
  [ 7] .stabstr          STRTAB          00000000 00cd18 000084 00      0   0  1
  [ 8] .shstrtab         STRTAB          00000000 00cd9c 00004b 00      0   0  1
  [ 9] .symtab           SYMTAB          00000000 00cfa0 0038e0 10     10 590  4
  [10] .strtab           STRTAB          00000000 010880 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 0x0c46e 0x0c46e R E 0x1
  LOAD           0x00c502 0x00800100 0x0000c46e 0x0040c 0x0040c RW  0x1
  LOAD           0x00c90e 0x0080050c 0x0080050c 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 0xe268:

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 00d612 00077e 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 00d57e 00  AX  0   0  2
  [ 3] .bss              NOBITS          0080087e 00dd90 000174 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        008009f2 00dd90 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 00dd90 000000 00   W  0   0  1
  [ 6] .stab             PROGBITS        00000000 00dd90 000408 0c      7   0  4
  [ 7] .stabstr          STRTAB          00000000 00e198 000084 00      0   0  1
  [ 8] .shstrtab         STRTAB          00000000 00e21c 00004b 00      0   0  1
  [ 9] .symtab           SYMTAB          00000000 00e420 003ca0 10     10 610  4
  [10] .strtab           STRTAB          00000000 0120c0 001cdf 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 0x0d57e 0x0d57e R E 0x1
  LOAD           0x00d612 0x00800100 0x0000d57e 0x0077e 0x0077e RW  0x1
  LOAD           0x00dd90 0x0080087e 0x0080087e 0x00000 0x00174 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 0xa0dc:

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 009a14 0001ee 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 009980 00  AX  0   0  1
  [ 3] .bss              NOBITS          008002ee 009c02 0000a0 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        0080038e 009c02 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 009c02 000000 00   W  0   0  1
  [ 6] .stab             PROGBITS        00000000 009c04 000408 0c      7   0  4
  [ 7] .stabstr          STRTAB          00000000 00a00c 000084 00      0   0  1
  [ 8] .shstrtab         STRTAB          00000000 00a090 00004b 00      0   0  1
  [ 9] .symtab           SYMTAB          00000000 00a294 002140 10     10 314  4
  [10] .strtab           STRTAB          00000000 00c3d4 000fca 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 0x09980 0x09980 R E 0x1
  LOAD           0x009a14 0x00800100 0x00009980 0x001ee 0x001ee RW  0x1
  LOAD           0x009c02 0x008002ee 0x008002ee 0x00000 0x000a0 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 0xaaac:

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 00a35c 000278 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 00a2c8 00  AX  0   0  1
  [ 3] .bss              NOBITS          00800378 00a5d4 000109 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        00800481 00a5d4 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 00a5d4 000000 00   W  0   0  1
  [ 6] .stab             PROGBITS        00000000 00a5d4 000408 0c      7   0  4
  [ 7] .stabstr          STRTAB          00000000 00a9dc 000084 00      0   0  1
  [ 8] .shstrtab         STRTAB          00000000 00aa60 00004b 00      0   0  1
  [ 9] .symtab           SYMTAB          00000000 00ac64 002f00 10     10 462  4
  [10] .strtab           STRTAB          00000000 00db64 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 0x0a2c8 0x0a2c8 R E 0x1
  LOAD           0x00a35c 0x00800100 0x0000a2c8 0x00278 0x00278 RW  0x1
  LOAD           0x00a5d4 0x00800378 0x00800378 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 0xcd6c:

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 00c540 000354 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 00c4ac 00  AX  0   0  2
  [ 3] .bss              NOBITS          00800454 00c894 000362 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        008007b6 00c894 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 00c894 000000 00   W  0   0  1
  [ 6] .stab             PROGBITS        00000000 00c894 000408 0c      7   0  4
  [ 7] .stabstr          STRTAB          00000000 00cc9c 000084 00      0   0  1
  [ 8] .shstrtab         STRTAB          00000000 00cd20 00004b 00      0   0  1
  [ 9] .symtab           SYMTAB          00000000 00cf24 003dc0 10     10 636  4
  [10] .strtab           STRTAB          00000000 010ce4 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 0x0c4ac 0x0c4ac R E 0x1
  LOAD           0x00c540 0x00800100 0x0000c4ac 0x00354 0x00354 RW  0x1
  LOAD           0x00c894 0x00800454 0x00800454 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 0xa760:

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 00a126 000162 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 00a092 00  AX  0   0  2
  [ 3] .bss              NOBITS          00800262 00a288 00010c 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        0080036e 00a288 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 00a288 000000 00   W  0   0  1
  [ 6] .stab             PROGBITS        00000000 00a288 000408 0c      7   0  4
  [ 7] .stabstr          STRTAB          00000000 00a690 000084 00      0   0  1
  [ 8] .shstrtab         STRTAB          00000000 00a714 00004b 00      0   0  1
  [ 9] .symtab           SYMTAB          00000000 00a918 002fe0 10     10 489  4
  [10] .strtab           STRTAB          00000000 00d8f8 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 0x0a092 0x0a092 R E 0x1
  LOAD           0x00a126 0x00800100 0x0000a092 0x00162 0x00162 RW  0x1
  LOAD           0x00a288 0x00800262 0x00800262 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 0xf9cc:

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 00e1d0 001322 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 00e13c 00  AX  0   0  1
  [ 3] .bss              NOBITS          00801422 00f4f2 000223 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        00801645 00f4f2 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 00f4f2 000000 00   W  0   0  1
  [ 6] .stab             PROGBITS        00000000 00f4f4 000408 0c      7   0  4
  [ 7] .stabstr          STRTAB          00000000 00f8fc 000084 00      0   0  1
  [ 8] .shstrtab         STRTAB          00000000 00f980 00004b 00      0   0  1
  [ 9] .symtab           SYMTAB          00000000 00fb84 003c50 10     10 620  4
  [10] .strtab           STRTAB          00000000 0137d4 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 0x0e13c 0x0e13c R E 0x1
  LOAD           0x00e1d0 0x00800100 0x0000e13c 0x01322 0x01322 RW  0x1
  LOAD           0x00f4f2 0x00801422 0x00801422 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 0xa660:

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 009f40 000248 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 009eac 00  AX  0   0  1
  [ 3] .bss              NOBITS          00800348 00a188 00018f 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        008004d7 00a188 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 00a188 000000 00   W  0   0  1
  [ 6] .stab             PROGBITS        00000000 00a188 000408 0c      7   0  4
  [ 7] .stabstr          STRTAB          00000000 00a590 000084 00      0   0  1
  [ 8] .shstrtab         STRTAB          00000000 00a614 00004b 00      0   0  1
  [ 9] .symtab           SYMTAB          00000000 00a818 0033d0 10     10 537  4
  [10] .strtab           STRTAB          00000000 00dbe8 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 0x09eac 0x09eac R E 0x1
  LOAD           0x009f40 0x00800100 0x00009eac 0x00248 0x00248 RW  0x1
  LOAD           0x00a188 0x00800348 0x00800348 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 0x3ef4:

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 0038e0 00013a 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 00384c 00  AX  0   0  2
  [ 3] .bss              NOBITS          0080023a 003a1a 0000fd 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        00800337 003a1a 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 003a1a 000000 00   W  0   0  1
  [ 6] .stab             PROGBITS        00000000 003a1c 000408 0c      7   0  4
  [ 7] .stabstr          STRTAB          00000000 003e24 000084 00      0   0  1
  [ 8] .shstrtab         STRTAB          00000000 003ea8 00004b 00      0   0  1
  [ 9] .symtab           SYMTAB          00000000 0040ac 001d00 10     10 285  4
  [10] .strtab           STRTAB          00000000 005dac 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 0x0384c 0x0384c R E 0x1
  LOAD           0x0038e0 0x00800100 0x0000384c 0x0013a 0x0013a RW  0x1
  LOAD           0x003a1a 0x0080023a 0x0080023a 0x00000 0x000fd RW  0x1

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