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



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.6/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.6/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.6/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.6/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.6/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.6/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.6/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.6/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.6/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.6/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 0x122f4:

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 0112ba 000b60 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 011226 00  AX  0   0  1
  [ 3] .bss              NOBITS          00800c60 011e1a 0001ea 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        00800e4a 011e1a 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 011e1a 000000 00   W  0   0  1
  [ 6] .stab             PROGBITS        00000000 011e1c 000408 0c      7   0  4
  [ 7] .stabstr          STRTAB          00000000 012224 000084 00      0   0  1
  [ 8] .shstrtab         STRTAB          00000000 0122a8 00004b 00      0   0  1
  [ 9] .symtab           SYMTAB          00000000 0124ac 004c20 10     10 800  4
  [10] .strtab           STRTAB          00000000 0170cc 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 0x11226 0x11226 R E 0x1
  LOAD           0x0112ba 0x00800100 0x00011226 0x00b60 0x00b60 RW  0x1
  LOAD           0x011e1a 0x00800c60 0x00800c60 0x00000 0x001ea RW  0x1

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


caltime



avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=caltime.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.6/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.6/lib -Wl,--start-group ../.././nutbld_avr_3.4.6/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 0x65f8:

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 005b8a 000596 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 005af6 00  AX  0   0  2
  [ 3] .bss              NOBITS          00800696 006120 000095 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        0080072b 006120 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 006120 000000 00   W  0   0  1
  [ 6] .stab             PROGBITS        00000000 006120 000408 0c      7   0  4
  [ 7] .stabstr          STRTAB          00000000 006528 000084 00      0   0  1
  [ 8] .shstrtab         STRTAB          00000000 0065ac 00004b 00      0   0  1
  [ 9] .symtab           SYMTAB          00000000 0067b0 002580 10     10 384  4
  [10] .strtab           STRTAB          00000000 008d30 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 0x05af6 0x05af6 R E 0x1
  LOAD           0x005b8a 0x00800100 0x00005af6 0x00596 0x00596 RW  0x1
  LOAD           0x006120 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.6/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.6/lib -Wl,--start-group ../.././nutbld_avr_3.4.6/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 003afa 000146 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 003a66 00  AX  0   0  1
  [ 3] .bss              NOBITS          00800246 003c40 0000cb 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        00800311 003c40 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 003c40 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 0x03a66 0x03a66 R E 0x1
  LOAD           0x003afa 0x00800100 0x00003a66 0x00146 0x00146 RW  0x1
  LOAD           0x003c40 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.6/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.6/lib -Wl,--start-group ../.././nutbld_avr_3.4.6/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 0x2748:

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 00210e 000162 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 00207a 00  AX  0   0  1
  [ 3] .bss              NOBITS          00800262 002270 000082 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        008002e4 002270 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 002270 000000 00   W  0   0  1
  [ 6] .stab             PROGBITS        00000000 002270 000408 0c      7   0  4
  [ 7] .stabstr          STRTAB          00000000 002678 000084 00      0   0  1
  [ 8] .shstrtab         STRTAB          00000000 0026fc 00004b 00      0   0  1
  [ 9] .symtab           SYMTAB          00000000 002900 0016b0 10     10 202  4
  [10] .strtab           STRTAB          00000000 003fb0 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 0x0207a 0x0207a R E 0x1
  LOAD           0x00210e 0x00800100 0x0000207a 0x00162 0x00162 RW  0x1
  LOAD           0x002270 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.6/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.6/lib -Wl,--start-group ../.././nutbld_avr_3.4.6/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 0xe648:

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 00dd58 000418 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 00dcc4 00  AX  0   0  1
  [ 3] .bss              NOBITS          00800518 00e170 00012f 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        00800647 00e170 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 00e170 000000 00   W  0   0  1
  [ 6] .stab             PROGBITS        00000000 00e170 000408 0c      7   0  4
  [ 7] .stabstr          STRTAB          00000000 00e578 000084 00      0   0  1
  [ 8] .shstrtab         STRTAB          00000000 00e5fc 00004b 00      0   0  1
  [ 9] .symtab           SYMTAB          00000000 00e800 004100 10     10 676  4
  [10] .strtab           STRTAB          00000000 012900 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 0x0dcc4 0x0dcc4 R E 0x1
  LOAD           0x00dd58 0x00800100 0x0000dcc4 0x00418 0x00418 RW  0x1
  LOAD           0x00e170 0x00800518 0x00800518 0x00000 0x0012f RW  0x1

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


httpd



avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=httpserv.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.6/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.6/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.6/lib -Wl,--start-group ../.././nutbld_avr_3.4.6/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 0x16cc4:

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 015f5a 000890 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 015ec6 00  AX  0   0  1
  [ 3] .bss              NOBITS          00800990 0167ea 000163 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        00800af3 0167ea 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 0167ea 000000 00   W  0   0  1
  [ 6] .stab             PROGBITS        00000000 0167ec 000408 0c      7   0  4
  [ 7] .stabstr          STRTAB          00000000 016bf4 000084 00      0   0  1
  [ 8] .shstrtab         STRTAB          00000000 016c78 00004b 00      0   0  1
  [ 9] .symtab           SYMTAB          00000000 016e7c 004b40 10     10 790  4
  [10] .strtab           STRTAB          00000000 01b9bc 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 0x15ec6 0x15ec6 R E 0x1
  LOAD           0x015f5a 0x00800100 0x00015ec6 0x00890 0x00890 RW  0x1
  LOAD           0x0167ea 0x00800990 0x00800990 0x00000 0x00163 RW  0x1

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


inetq



avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=inetq.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.6/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.6/lib -Wl,--start-group ../.././nutbld_avr_3.4.6/lib/nutinit.o -lnutpro -lnutos -lnutarch -lnutdev -lnutarch -lnutnet -lnutfs -lnutcrt -Wl,--end-group -o inetq.c.elf

ELF File Information:

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

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

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

Program Headers:
  Type           Offset   VirtAddr   PhysAddr   FileSiz MemSiz  Flg Align
  LOAD           0x000094 0x00000000 0x00000000 0x09b52 0x09b52 R E 0x1
  LOAD           0x009be6 0x00800100 0x00009b52 0x002c6 0x002c6 RW  0x1
  LOAD           0x009eac 0x008003c6 0x008003c6 0x00000 0x0050f RW  0x1

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


isp2



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

ELF File Information:




logtime



avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=logtime.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.6/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.6/lib -Wl,--start-group ../.././nutbld_avr_3.4.6/lib/nutinit.o -lnutpro -lnutnet -lnutcrt -lnutos -lnutdev -lnutarch -lnutos -lnutdev -lnutnet -Wl,--end-group -o logtime.c.elf

ELF File Information:

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

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

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

Program Headers:
  Type           Offset   VirtAddr   PhysAddr   FileSiz MemSiz  Flg Align
  LOAD           0x000094 0x00000000 0x00000000 0x0c3ca 0x0c3ca R E 0x1
  LOAD           0x00c45e 0x00800100 0x0000c3ca 0x00408 0x00408 RW  0x1
  LOAD           0x00c866 0x00800508 0x00800508 0x00000 0x00132 RW  0x1

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


nutpiper



avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=nutpiper.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.6/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.6/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.6/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.6/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.6/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.6/lib -Wl,--start-group ../.././nutbld_avr_3.4.6/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 0xdfc4:

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 00d370 00077a 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 00d2dc 00  AX  0   0  2
  [ 3] .bss              NOBITS          0080087a 00daea 00016b 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        008009e5 00daea 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 00daea 000000 00   W  0   0  1
  [ 6] .stab             PROGBITS        00000000 00daec 000408 0c      7   0  4
  [ 7] .stabstr          STRTAB          00000000 00def4 000084 00      0   0  1
  [ 8] .shstrtab         STRTAB          00000000 00df78 00004b 00      0   0  1
  [ 9] .symtab           SYMTAB          00000000 00e17c 003b30 10     10 599  4
  [10] .strtab           STRTAB          00000000 011cac 001bd9 00      0   0  1
Key to Flags:
  W (write), A (alloc), X (execute), M (merge), S (strings)
  I (info), L (link order), G (group), x (unknown)
  O (extra OS processing required) o (OS specific), p (processor specific)

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

Program Headers:
  Type           Offset   VirtAddr   PhysAddr   FileSiz MemSiz  Flg Align
  LOAD           0x000094 0x00000000 0x00000000 0x0d2dc 0x0d2dc R E 0x1
  LOAD           0x00d370 0x00800100 0x0000d2dc 0x0077a 0x0077a RW  0x1
  LOAD           0x00daea 0x0080087a 0x0080087a 0x00000 0x0016b RW  0x1

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


playmp3



avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=playmp3.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.6/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.6/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.6/lib -Wl,--start-group ../.././nutbld_avr_3.4.6/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 0x9ecc:

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 009804 0001ee 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 009770 00  AX  0   0  1
  [ 3] .bss              NOBITS          008002ee 0099f2 000097 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        00800385 0099f2 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 0099f2 000000 00   W  0   0  1
  [ 6] .stab             PROGBITS        00000000 0099f4 000408 0c      7   0  4
  [ 7] .stabstr          STRTAB          00000000 009dfc 000084 00      0   0  1
  [ 8] .shstrtab         STRTAB          00000000 009e80 00004b 00      0   0  1
  [ 9] .symtab           SYMTAB          00000000 00a084 001fd0 10     10 303  4
  [10] .strtab           STRTAB          00000000 00c054 000ec4 00      0   0  1
Key to Flags:
  W (write), A (alloc), X (execute), M (merge), S (strings)
  I (info), L (link order), G (group), x (unknown)
  O (extra OS processing required) o (OS specific), p (processor specific)

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

Program Headers:
  Type           Offset   VirtAddr   PhysAddr   FileSiz MemSiz  Flg Align
  LOAD           0x000094 0x00000000 0x00000000 0x09770 0x09770 R E 0x1
  LOAD           0x009804 0x00800100 0x00009770 0x001ee 0x001ee RW  0x1
  LOAD           0x0099f2 0x008002ee 0x008002ee 0x00000 0x00097 RW  0x1

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


portdio



avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=portdio.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.6/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.6/lib -Wl,--start-group ../.././nutbld_avr_3.4.6/lib/nutinit.o -lnutpro -lnutfs -lnutnet -lnutdev -lnutarch -lnutcrt -lnutnet -lnutdev -lnutos -Wl,--end-group -o portdio.c.elf

ELF File Information:

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

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

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

Program Headers:
  Type           Offset   VirtAddr   PhysAddr   FileSiz MemSiz  Flg Align
  LOAD           0x000094 0x00000000 0x00000000 0x0a22c 0x0a22c R E 0x1
  LOAD           0x00a2c0 0x00800100 0x0000a22c 0x00274 0x00274 RW  0x1
  LOAD           0x00a534 0x00800374 0x00800374 0x00000 0x00109 RW  0x1

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


pppc



avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=pppc.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.6/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.6/lib -Wl,--start-group ../.././nutbld_avr_3.4.6/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 0xccc8:

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 00c49e 000350 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 00c40a 00  AX  0   0  2
  [ 3] .bss              NOBITS          00800450 00c7ee 000362 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        008007b2 00c7ee 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 00c7ee 000000 00   W  0   0  1
  [ 6] .stab             PROGBITS        00000000 00c7f0 000408 0c      7   0  4
  [ 7] .stabstr          STRTAB          00000000 00cbf8 000084 00      0   0  1
  [ 8] .shstrtab         STRTAB          00000000 00cc7c 00004b 00      0   0  1
  [ 9] .symtab           SYMTAB          00000000 00ce80 003dc0 10     10 636  4
  [10] .strtab           STRTAB          00000000 010c40 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 0x0c40a 0x0c40a R E 0x1
  LOAD           0x00c49e 0x00800100 0x0000c40a 0x00350 0x00350 RW  0x1
  LOAD           0x00c7ee 0x00800450 0x00800450 0x00000 0x00362 RW  0x1

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


rs232d



avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=rs232d.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.6/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.6/lib -Wl,--start-group ../.././nutbld_avr_3.4.6/lib/nutinit.o -lnutpro -lnutos -lnutarch -lnutdev -lnutarch -lnutfs -lnutnet -lnutcrt -Wl,--end-group -o rs232d.c.elf

ELF File Information:

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

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

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

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

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


simple



avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=simple.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.6/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.6/lib -Wl,--start-group ../.././nutbld_avr_3.4.6/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 0x1e8c:

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 001998 00001a 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 001904 00  AX  0   0  1
  [ 3] .bss              NOBITS          0080011a 0019b2 000076 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        00800190 0019b2 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 0019b2 000000 00   W  0   0  1
  [ 6] .stab             PROGBITS        00000000 0019b4 000408 0c      7   0  4
  [ 7] .stabstr          STRTAB          00000000 001dbc 000084 00      0   0  1
  [ 8] .shstrtab         STRTAB          00000000 001e40 00004b 00      0   0  1
  [ 9] .symtab           SYMTAB          00000000 002044 000f90 10     10 109  4
  [10] .strtab           STRTAB          00000000 002fd4 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 0x01904 0x01904 R E 0x1
  LOAD           0x001998 0x00800100 0x00001904 0x0001a 0x0001a RW  0x1
  LOAD           0x0019b2 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.6/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.6/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.6/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.6/lib -Wl,--start-group ../.././nutbld_avr_3.4.6/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 0xf92c:

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 00e134 00131e 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 00e0a0 00  AX  0   0  1
  [ 3] .bss              NOBITS          0080141e 00f452 000223 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        00801641 00f452 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 00f452 000000 00   W  0   0  1
  [ 6] .stab             PROGBITS        00000000 00f454 000408 0c      7   0  4
  [ 7] .stabstr          STRTAB          00000000 00f85c 000084 00      0   0  1
  [ 8] .shstrtab         STRTAB          00000000 00f8e0 00004b 00      0   0  1
  [ 9] .symtab           SYMTAB          00000000 00fae4 003c50 10     10 620  4
  [10] .strtab           STRTAB          00000000 013734 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 0x0e0a0 0x0e0a0 R E 0x1
  LOAD           0x00e134 0x00800100 0x0000e0a0 0x0131e 0x0131e RW  0x1
  LOAD           0x00f452 0x0080141e 0x0080141e 0x00000 0x00223 RW  0x1

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


tcps



avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=tcps.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.6/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.6/lib -Wl,--start-group ../.././nutbld_avr_3.4.6/lib/nutinit.o -lnutpro -lnutos -lnutarch -lnutdev -lnutarch -lnutnet -lnutfs -lnutcrt -Wl,--end-group -o tcps.c.elf

ELF File Information:

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

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

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

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

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


threads



avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=threads.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.6/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.6/lib -Wl,--start-group ../.././nutbld_avr_3.4.6/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 0x368c:

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 0030e6 0000ce 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 003052 00  AX  0   0  2
  [ 3] .bss              NOBITS          008001ce 0031b4 00007d 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        0080024b 0031b4 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 0031b4 000000 00   W  0   0  1
  [ 6] .stab             PROGBITS        00000000 0031b4 000408 0c      7   0  4
  [ 7] .stabstr          STRTAB          00000000 0035bc 000084 00      0   0  1
  [ 8] .shstrtab         STRTAB          00000000 003640 00004b 00      0   0  1
  [ 9] .symtab           SYMTAB          00000000 003844 001a40 10     10 248  4
  [10] .strtab           STRTAB          00000000 005284 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 0x03052 0x03052 R E 0x1
  LOAD           0x0030e6 0x00800100 0x00003052 0x000ce 0x000ce RW  0x1
  LOAD           0x0031b4 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.6/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.6/lib -Wl,--start-group ../.././nutbld_avr_3.4.6/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 0x32d4:

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 002bea 000212 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 002b56 00  AX  0   0  1
  [ 3] .bss              NOBITS          00800312 002dfc 000080 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        00800392 002dfc 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 002dfc 000000 00   W  0   0  1
  [ 6] .stab             PROGBITS        00000000 002dfc 000408 0c      7   0  4
  [ 7] .stabstr          STRTAB          00000000 003204 000084 00      0   0  1
  [ 8] .shstrtab         STRTAB          00000000 003288 00004b 00      0   0  1
  [ 9] .symtab           SYMTAB          00000000 00348c 0018c0 10     10 222  4
  [10] .strtab           STRTAB          00000000 004d4c 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 0x02b56 0x02b56 R E 0x1
  LOAD           0x002bea 0x00800100 0x00002b56 0x00212 0x00212 RW  0x1
  LOAD           0x002dfc 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.6/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.6/lib -Wl,--start-group ../.././nutbld_avr_3.4.6/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 0x3ee4:

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 0038d0 00013a 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 00383c 00  AX  0   0  2
  [ 3] .bss              NOBITS          0080023a 003a0a 0000fd 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        00800337 003a0a 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 003a0a 000000 00   W  0   0  1
  [ 6] .stab             PROGBITS        00000000 003a0c 000408 0c      7   0  4
  [ 7] .stabstr          STRTAB          00000000 003e14 000084 00      0   0  1
  [ 8] .shstrtab         STRTAB          00000000 003e98 00004b 00      0   0  1
  [ 9] .symtab           SYMTAB          00000000 00409c 001d00 10     10 285  4
  [10] .strtab           STRTAB          00000000 005d9c 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 0x0383c 0x0383c R E 0x1
  LOAD           0x0038d0 0x00800100 0x0000383c 0x0013a 0x0013a RW  0x1
  LOAD           0x003a0a 0x0080023a 0x0080023a 0x00000 0x000fd RW  0x1

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