Compile results and segment sizes Nut/OS 4.5.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 0x12060:

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 01100a 000b7e 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 010f76 00  AX  0   0  1
  [ 3] .bss              NOBITS          00800c7e 011b88 0001d9 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        00800e57 011b88 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 011b88 000000 00   W  0   0  1
  [ 6] .stab             PROGBITS        00000000 011b88 000408 0c      7   0  4
  [ 7] .stabstr          STRTAB          00000000 011f90 000084 00      0   0  1
  [ 8] .shstrtab         STRTAB          00000000 012014 00004b 00      0   0  1
  [ 9] .symtab           SYMTAB          00000000 012218 004af0 10     10 796  4
  [10] .strtab           STRTAB          00000000 016d08 001fc7 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 0x10f76 0x10f76 R E 0x1
  LOAD           0x01100a 0x00800100 0x00010f76 0x00b7e 0x00b7e RW  0x1
  LOAD           0x011b88 0x00800c7e 0x00800c7e 0x00000 0x001d9 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 0x61e4:

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 005776 000594 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 0056e2 00  AX  0   0  2
  [ 3] .bss              NOBITS          00800694 005d0a 00008d 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        00800721 005d0a 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 005d0a 000000 00   W  0   0  1
  [ 6] .stab             PROGBITS        00000000 005d0c 000408 0c      7   0  4
  [ 7] .stabstr          STRTAB          00000000 006114 000084 00      0   0  1
  [ 8] .shstrtab         STRTAB          00000000 006198 00004b 00      0   0  1
  [ 9] .symtab           SYMTAB          00000000 00639c 002510 10     10 385  4
  [10] .strtab           STRTAB          00000000 0088ac 001025 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 0x056e2 0x056e2 R E 0x1
  LOAD           0x005776 0x00800100 0x000056e2 0x00594 0x00594 RW  0x1
  LOAD           0x005d0a 0x00800694 0x00800694 0x00000 0x0008d 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 0x3d44:

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 003724 000146 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 003690 00  AX  0   0  1
  [ 3] .bss              NOBITS          00800246 00386a 0000c3 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        00800309 00386a 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 00386a 000000 00   W  0   0  1
  [ 6] .stab             PROGBITS        00000000 00386c 000408 0c      7   0  4
  [ 7] .stabstr          STRTAB          00000000 003c74 000084 00      0   0  1
  [ 8] .shstrtab         STRTAB          00000000 003cf8 00004b 00      0   0  1
  [ 9] .symtab           SYMTAB          00000000 003efc 001c10 10     10 251  4
  [10] .strtab           STRTAB          00000000 005b0c 000d02 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 0x03690 0x03690 R E 0x1
  LOAD           0x003724 0x00800100 0x00003690 0x00146 0x00146 RW  0x1
  LOAD           0x00386a 0x00800246 0x00800246 0x00000 0x000c3 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 0x2384:

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 001d48 000162 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 001cb4 00  AX  0   0  1
  [ 3] .bss              NOBITS          00800262 001eaa 00007a 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        008002dc 001eaa 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 001eaa 000000 00   W  0   0  1
  [ 6] .stab             PROGBITS        00000000 001eac 000408 0c      7   0  4
  [ 7] .stabstr          STRTAB          00000000 0022b4 000084 00      0   0  1
  [ 8] .shstrtab         STRTAB          00000000 002338 00004b 00      0   0  1
  [ 9] .symtab           SYMTAB          00000000 00253c 001640 10     10 203  4
  [10] .strtab           STRTAB          00000000 003b7c 000a4c 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 0x01cb4 0x01cb4 R E 0x1
  LOAD           0x001d48 0x00800100 0x00001cb4 0x00162 0x00162 RW  0x1
  LOAD           0x001eaa 0x00800262 0x00800262 0x00000 0x0007a 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 0xe280:

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 00d990 000418 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 00d8fc 00  AX  0   0  1
  [ 3] .bss              NOBITS          00800518 00dda8 000120 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        00800638 00dda8 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 00dda8 000000 00   W  0   0  1
  [ 6] .stab             PROGBITS        00000000 00dda8 000408 0c      7   0  4
  [ 7] .stabstr          STRTAB          00000000 00e1b0 000084 00      0   0  1
  [ 8] .shstrtab         STRTAB          00000000 00e234 00004b 00      0   0  1
  [ 9] .symtab           SYMTAB          00000000 00e438 004060 10     10 675  4
  [10] .strtab           STRTAB          00000000 012498 001d19 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 0x0d8fc 0x0d8fc R E 0x1
  LOAD           0x00d990 0x00800100 0x0000d8fc 0x00418 0x00418 RW  0x1
  LOAD           0x00dda8 0x00800518 0x00800518 0x00000 0x00120 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
httpserv.c: In function `ShowQuery':
httpserv.c:295: warning: int format, different type arg (arg 6)
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 0x16600:

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 015898 00088e 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 015804 00  AX  0   0  1
  [ 3] .bss              NOBITS          0080098e 016126 000152 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        00800ae0 016126 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 016126 000000 00   W  0   0  1
  [ 6] .stab             PROGBITS        00000000 016128 000408 0c      7   0  4
  [ 7] .stabstr          STRTAB          00000000 016530 000084 00      0   0  1
  [ 8] .shstrtab         STRTAB          00000000 0165b4 00004b 00      0   0  1
  [ 9] .symtab           SYMTAB          00000000 0167b8 0049f0 10     10 785  4
  [10] .strtab           STRTAB          00000000 01b1a8 002190 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 0x15804 0x15804 R E 0x1
  LOAD           0x015898 0x00800100 0x00015804 0x0088e 0x0088e RW  0x1
  LOAD           0x016126 0x0080098e 0x0080098e 0x00000 0x00152 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 0x9fc8:

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 009828 0002c6 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 009794 00  AX  0   0  1
  [ 3] .bss              NOBITS          008003c6 009aee 000500 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        008008c6 009aee 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 009aee 000000 00   W  0   0  1
  [ 6] .stab             PROGBITS        00000000 009af0 000408 0c      7   0  4
  [ 7] .stabstr          STRTAB          00000000 009ef8 000084 00      0   0  1
  [ 8] .shstrtab         STRTAB          00000000 009f7c 00004b 00      0   0  1
  [ 9] .symtab           SYMTAB          00000000 00a180 002ff0 10     10 500  4
  [10] .strtab           STRTAB          00000000 00d170 001528 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 0x09794 0x09794 R E 0x1
  LOAD           0x009828 0x00800100 0x00009794 0x002c6 0x002c6 RW  0x1
  LOAD           0x009aee 0x008003c6 0x008003c6 0x00000 0x00500 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 0xc9a4:

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 00c0c4 000406 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 00c030 00  AX  0   0  2
  [ 3] .bss              NOBITS          00800506 00c4ca 000123 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        00800629 00c4ca 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 00c4ca 000000 00   W  0   0  1
  [ 6] .stab             PROGBITS        00000000 00c4cc 000408 0c      7   0  4
  [ 7] .stabstr          STRTAB          00000000 00c8d4 000084 00      0   0  1
  [ 8] .shstrtab         STRTAB          00000000 00c958 00004b 00      0   0  1
  [ 9] .symtab           SYMTAB          00000000 00cb5c 003840 10     10 589  4
  [10] .strtab           STRTAB          00000000 01039c 001a5a 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 0x0c030 0x0c030 R E 0x1
  LOAD           0x00c0c4 0x00800100 0x0000c030 0x00406 0x00406 RW  0x1
  LOAD           0x00c4ca 0x00800506 0x00800506 0x00000 0x00123 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 0xdc1c:

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 00cfca 00077a 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 00cf36 00  AX  0   0  2
  [ 3] .bss              NOBITS          0080087a 00d744 00015c 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        008009d6 00d744 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 00d744 000000 00   W  0   0  1
  [ 6] .stab             PROGBITS        00000000 00d744 000408 0c      7   0  4
  [ 7] .stabstr          STRTAB          00000000 00db4c 000084 00      0   0  1
  [ 8] .shstrtab         STRTAB          00000000 00dbd0 00004b 00      0   0  1
  [ 9] .symtab           SYMTAB          00000000 00ddd4 003a90 10     10 598  4
  [10] .strtab           STRTAB          00000000 011864 001b67 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 0x0cf36 0x0cf36 R E 0x1
  LOAD           0x00cfca 0x00800100 0x0000cf36 0x0077a 0x0077a RW  0x1
  LOAD           0x00d744 0x0080087a 0x0080087a 0x00000 0x0015c 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 0x9b0c:

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 009446 0001ee 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 0093b2 00  AX  0   0  1
  [ 3] .bss              NOBITS          008002ee 009634 00008f 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        0080037d 009634 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 009634 000000 00   W  0   0  1
  [ 6] .stab             PROGBITS        00000000 009634 000408 0c      7   0  4
  [ 7] .stabstr          STRTAB          00000000 009a3c 000084 00      0   0  1
  [ 8] .shstrtab         STRTAB          00000000 009ac0 00004b 00      0   0  1
  [ 9] .symtab           SYMTAB          00000000 009cc4 001f60 10     10 304  4
  [10] .strtab           STRTAB          00000000 00bc24 000e66 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 0x093b2 0x093b2 R E 0x1
  LOAD           0x009446 0x00800100 0x000093b2 0x001ee 0x001ee RW  0x1
  LOAD           0x009634 0x008002ee 0x008002ee 0x00000 0x0008f 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 0xa650:

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 009f02 000274 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 009e6e 00  AX  0   0  1
  [ 3] .bss              NOBITS          00800374 00a176 0000fa 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        0080046e 00a176 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 00a176 000000 00   W  0   0  1
  [ 6] .stab             PROGBITS        00000000 00a178 000408 0c      7   0  4
  [ 7] .stabstr          STRTAB          00000000 00a580 000084 00      0   0  1
  [ 8] .shstrtab         STRTAB          00000000 00a604 00004b 00      0   0  1
  [ 9] .symtab           SYMTAB          00000000 00a808 002e60 10     10 461  4
  [10] .strtab           STRTAB          00000000 00d668 001592 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 0x09e6e 0x09e6e R E 0x1
  LOAD           0x009f02 0x00800100 0x00009e6e 0x00274 0x00274 RW  0x1
  LOAD           0x00a176 0x00800374 0x00800374 0x00000 0x000fa 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 0xc994:

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 00c16a 000350 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 00c0d6 00  AX  0   0  2
  [ 3] .bss              NOBITS          00800450 00c4ba 000355 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        008007a5 00c4ba 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 00c4ba 000000 00   W  0   0  1
  [ 6] .stab             PROGBITS        00000000 00c4bc 000408 0c      7   0  4
  [ 7] .stabstr          STRTAB          00000000 00c8c4 000084 00      0   0  1
  [ 8] .shstrtab         STRTAB          00000000 00c948 00004b 00      0   0  1
  [ 9] .symtab           SYMTAB          00000000 00cb4c 003d30 10     10 635  4
  [10] .strtab           STRTAB          00000000 01087c 001a1f 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 0x0c0d6 0x0c0d6 R E 0x1
  LOAD           0x00c16a 0x00800100 0x0000c0d6 0x00350 0x00350 RW  0x1
  LOAD           0x00c4ba 0x00800450 0x00800450 0x00000 0x00355 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 0xa328:

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 009cf0 00015e 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 009c5c 00  AX  0   0  2
  [ 3] .bss              NOBITS          0080025e 009e4e 0000fd 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        0080035b 009e4e 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 009e4e 000000 00   W  0   0  1
  [ 6] .stab             PROGBITS        00000000 009e50 000408 0c      7   0  4
  [ 7] .stabstr          STRTAB          00000000 00a258 000084 00      0   0  1
  [ 8] .shstrtab         STRTAB          00000000 00a2dc 00004b 00      0   0  1
  [ 9] .symtab           SYMTAB          00000000 00a4e0 002f40 10     10 488  4
  [10] .strtab           STRTAB          00000000 00d420 0016e3 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 0x09c5c 0x09c5c R E 0x1
  LOAD           0x009cf0 0x00800100 0x00009c5c 0x0015e 0x0015e RW  0x1
  LOAD           0x009e4e 0x0080025e 0x0080025e 0x00000 0x000fd 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 0x1ae0:

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 0015ec 00001a 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 001558 00  AX  0   0  1
  [ 3] .bss              NOBITS          0080011a 001606 00006e 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        00800188 001606 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 001606 000000 00   W  0   0  1
  [ 6] .stab             PROGBITS        00000000 001608 000408 0c      7   0  4
  [ 7] .stabstr          STRTAB          00000000 001a10 000084 00      0   0  1
  [ 8] .shstrtab         STRTAB          00000000 001a94 00004b 00      0   0  1
  [ 9] .symtab           SYMTAB          00000000 001c98 000f30 10     10 110  4
  [10] .strtab           STRTAB          00000000 002bc8 0008e2 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 0x01558 0x01558 R E 0x1
  LOAD           0x0015ec 0x00800100 0x00001558 0x0001a 0x0001a RW  0x1
  LOAD           0x001606 0x0080011a 0x0080011a 0x00000 0x0006e 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 0xf564:

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 00dd6e 00131c 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 00dcda 00  AX  0   0  1
  [ 3] .bss              NOBITS          0080141c 00f08a 000214 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        00801630 00f08a 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 00f08a 000000 00   W  0   0  1
  [ 6] .stab             PROGBITS        00000000 00f08c 000408 0c      7   0  4
  [ 7] .stabstr          STRTAB          00000000 00f494 000084 00      0   0  1
  [ 8] .shstrtab         STRTAB          00000000 00f518 00004b 00      0   0  1
  [ 9] .symtab           SYMTAB          00000000 00f71c 003bb0 10     10 619  4
  [10] .strtab           STRTAB          00000000 0132cc 001ba3 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 0x0dcda 0x0dcda R E 0x1
  LOAD           0x00dd6e 0x00800100 0x0000dcda 0x0131c 0x0131c RW  0x1
  LOAD           0x00f08a 0x0080141c 0x0080141c 0x00000 0x00214 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 0xa204:

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 009ae6 000244 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 009a52 00  AX  0   0  1
  [ 3] .bss              NOBITS          00800344 009d2a 000180 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        008004c4 009d2a 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 009d2a 000000 00   W  0   0  1
  [ 6] .stab             PROGBITS        00000000 009d2c 000408 0c      7   0  4
  [ 7] .stabstr          STRTAB          00000000 00a134 000084 00      0   0  1
  [ 8] .shstrtab         STRTAB          00000000 00a1b8 00004b 00      0   0  1
  [ 9] .symtab           SYMTAB          00000000 00a3bc 003330 10     10 536  4
  [10] .strtab           STRTAB          00000000 00d6ec 00161f 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 0x09a52 0x09a52 R E 0x1
  LOAD           0x009ae6 0x00800100 0x00009a52 0x00244 0x00244 RW  0x1
  LOAD           0x009d2a 0x00800344 0x00800344 0x00000 0x00180 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 0x32ec:

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 002d44 0000ce 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 002cb0 00  AX  0   0  2
  [ 3] .bss              NOBITS          008001ce 002e12 000075 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        00800243 002e12 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 002e12 000000 00   W  0   0  1
  [ 6] .stab             PROGBITS        00000000 002e14 000408 0c      7   0  4
  [ 7] .stabstr          STRTAB          00000000 00321c 000084 00      0   0  1
  [ 8] .shstrtab         STRTAB          00000000 0032a0 00004b 00      0   0  1
  [ 9] .symtab           SYMTAB          00000000 0034a4 0019d0 10     10 249  4
  [10] .strtab           STRTAB          00000000 004e74 000cbc 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 0x02cb0 0x02cb0 R E 0x1
  LOAD           0x002d44 0x00800100 0x00002cb0 0x000ce 0x000ce RW  0x1
  LOAD           0x002e12 0x008001ce 0x008001ce 0x00000 0x00075 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 0x2f10:

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 002824 000212 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 002790 00  AX  0   0  1
  [ 3] .bss              NOBITS          00800312 002a36 000078 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        0080038a 002a36 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 002a36 000000 00   W  0   0  1
  [ 6] .stab             PROGBITS        00000000 002a38 000408 0c      7   0  4
  [ 7] .stabstr          STRTAB          00000000 002e40 000084 00      0   0  1
  [ 8] .shstrtab         STRTAB          00000000 002ec4 00004b 00      0   0  1
  [ 9] .symtab           SYMTAB          00000000 0030c8 001850 10     10 223  4
  [10] .strtab           STRTAB          00000000 004918 000aff 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 0x02790 0x02790 R E 0x1
  LOAD           0x002824 0x00800100 0x00002790 0x00212 0x00212 RW  0x1
  LOAD           0x002a36 0x00800312 0x00800312 0x00000 0x00078 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 0x3b3c:

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 00352a 00013a 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 003496 00  AX  0   0  2
  [ 3] .bss              NOBITS          0080023a 003664 0000f5 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        0080032f 003664 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 003664 000000 00   W  0   0  1
  [ 6] .stab             PROGBITS        00000000 003664 000408 0c      7   0  4
  [ 7] .stabstr          STRTAB          00000000 003a6c 000084 00      0   0  1
  [ 8] .shstrtab         STRTAB          00000000 003af0 00004b 00      0   0  1
  [ 9] .symtab           SYMTAB          00000000 003cf4 001c90 10     10 286  4
  [10] .strtab           STRTAB          00000000 005984 000d52 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 0x03496 0x03496 R E 0x1
  LOAD           0x00352a 0x00800100 0x00003496 0x0013a 0x0013a RW  0x1
  LOAD           0x003664 0x0080023a 0x0080023a 0x00000 0x000f5 RW  0x1

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