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

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 01135a 000b68 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 0112c6 00  AX  0   0  1
  [ 3] .bss              NOBITS          00800c68 011ec2 0001ea 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        00800e52 011ec2 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 011ec2 000000 00   W  0   0  1
  [ 6] .stab             PROGBITS        00000000 011ec4 000408 0c      7   0  4
  [ 7] .stabstr          STRTAB          00000000 0122cc 000084 00      0   0  1
  [ 8] .shstrtab         STRTAB          00000000 012350 00004b 00      0   0  1
  [ 9] .symtab           SYMTAB          00000000 012554 004c20 10     10 800  4
  [10] .strtab           STRTAB          00000000 017174 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 0x112c6 0x112c6 R E 0x1
  LOAD           0x01135a 0x00800100 0x000112c6 0x00b68 0x00b68 RW  0x1
  LOAD           0x011ec2 0x00800c68 0x00800c68 0x00000 0x001ea RW  0x1

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


caltime



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

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

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

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

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


canbus



avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=candemo.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.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 0xe6ec:

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 00ddf6 00041c 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 00dd62 00  AX  0   0  1
  [ 3] .bss              NOBITS          0080051c 00e212 00012f 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        0080064b 00e212 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 00e212 000000 00   W  0   0  1
  [ 6] .stab             PROGBITS        00000000 00e214 000408 0c      7   0  4
  [ 7] .stabstr          STRTAB          00000000 00e61c 000084 00      0   0  1
  [ 8] .shstrtab         STRTAB          00000000 00e6a0 00004b 00      0   0  1
  [ 9] .symtab           SYMTAB          00000000 00e8a4 004100 10     10 676  4
  [10] .strtab           STRTAB          00000000 0129a4 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 0x0dd62 0x0dd62 R E 0x1
  LOAD           0x00ddf6 0x00800100 0x0000dd62 0x0041c 0x0041c RW  0x1
  LOAD           0x00e212 0x0080051c 0x0080051c 0x00000 0x0012f RW  0x1

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


httpd



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

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 015ff8 000894 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 015f64 00  AX  0   0  1
  [ 3] .bss              NOBITS          00800994 01688c 000163 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        00800af7 01688c 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 01688c 000000 00   W  0   0  1
  [ 6] .stab             PROGBITS        00000000 01688c 000408 0c      7   0  4
  [ 7] .stabstr          STRTAB          00000000 016c94 000084 00      0   0  1
  [ 8] .shstrtab         STRTAB          00000000 016d18 00004b 00      0   0  1
  [ 9] .symtab           SYMTAB          00000000 016f1c 004b40 10     10 790  4
  [10] .strtab           STRTAB          00000000 01ba5c 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 0x15f64 0x15f64 R E 0x1
  LOAD           0x015ff8 0x00800100 0x00015f64 0x00894 0x00894 RW  0x1
  LOAD           0x01688c 0x00800994 0x00800994 0x00000 0x00163 RW  0x1

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


inetq



avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=inetq.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.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 0xa428:

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 009c84 0002ca 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 009bf0 00  AX  0   0  1
  [ 3] .bss              NOBITS          008003ca 009f4e 00050f 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        008008d9 009f4e 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 009f4e 000000 00   W  0   0  1
  [ 6] .stab             PROGBITS        00000000 009f50 000408 0c      7   0  4
  [ 7] .stabstr          STRTAB          00000000 00a358 000084 00      0   0  1
  [ 8] .shstrtab         STRTAB          00000000 00a3dc 00004b 00      0   0  1
  [ 9] .symtab           SYMTAB          00000000 00a5e0 003090 10     10 501  4
  [10] .strtab           STRTAB          00000000 00d670 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 0x09bf0 0x09bf0 R E 0x1
  LOAD           0x009c84 0x00800100 0x00009bf0 0x002ca 0x002ca RW  0x1
  LOAD           0x009f4e 0x008003ca 0x008003ca 0x00000 0x0050f RW  0x1

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


isp2



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

ELF File Information:




logtime



avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=logtime.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.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 0xcde4:

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 00c500 00040c 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 00c46c 00  AX  0   0  2
  [ 3] .bss              NOBITS          0080050c 00c90c 000132 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        0080063e 00c90c 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 00c90c 000000 00   W  0   0  1
  [ 6] .stab             PROGBITS        00000000 00c90c 000408 0c      7   0  4
  [ 7] .stabstr          STRTAB          00000000 00cd14 000084 00      0   0  1
  [ 8] .shstrtab         STRTAB          00000000 00cd98 00004b 00      0   0  1
  [ 9] .symtab           SYMTAB          00000000 00cf9c 0038e0 10     10 590  4
  [10] .strtab           STRTAB          00000000 01087c 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 0x0c46c 0x0c46c R E 0x1
  LOAD           0x00c500 0x00800100 0x0000c46c 0x0040c 0x0040c RW  0x1
  LOAD           0x00c90c 0x0080050c 0x0080050c 0x00000 0x00132 RW  0x1

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


nutpiper



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

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 00d60e 00077e 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 00d57a 00  AX  0   0  2
  [ 3] .bss              NOBITS          0080087e 00dd8c 000174 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        008009f2 00dd8c 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 00dd8c 000000 00   W  0   0  1
  [ 6] .stab             PROGBITS        00000000 00dd8c 000408 0c      7   0  4
  [ 7] .stabstr          STRTAB          00000000 00e194 000084 00      0   0  1
  [ 8] .shstrtab         STRTAB          00000000 00e218 00004b 00      0   0  1
  [ 9] .symtab           SYMTAB          00000000 00e41c 003ca0 10     10 610  4
  [10] .strtab           STRTAB          00000000 0120bc 001cdf 00      0   0  1
Key to Flags:
  W (write), A (alloc), X (execute), M (merge), S (strings)
  I (info), L (link order), G (group), x (unknown)
  O (extra OS processing required) o (OS specific), p (processor specific)

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

Program Headers:
  Type           Offset   VirtAddr   PhysAddr   FileSiz MemSiz  Flg Align
  LOAD           0x000094 0x00000000 0x00000000 0x0d57a 0x0d57a R E 0x1
  LOAD           0x00d60e 0x00800100 0x0000d57a 0x0077e 0x0077e RW  0x1
  LOAD           0x00dd8c 0x0080087e 0x0080087e 0x00000 0x00174 RW  0x1

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


playmp3



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

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 009a00 0001ee 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 00996c 00  AX  0   0  1
  [ 3] .bss              NOBITS          008002ee 009bee 0000a0 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        0080038e 009bee 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 009bee 000000 00   W  0   0  1
  [ 6] .stab             PROGBITS        00000000 009bf0 000408 0c      7   0  4
  [ 7] .stabstr          STRTAB          00000000 009ff8 000084 00      0   0  1
  [ 8] .shstrtab         STRTAB          00000000 00a07c 00004b 00      0   0  1
  [ 9] .symtab           SYMTAB          00000000 00a280 002140 10     10 314  4
  [10] .strtab           STRTAB          00000000 00c3c0 000fca 00      0   0  1
Key to Flags:
  W (write), A (alloc), X (execute), M (merge), S (strings)
  I (info), L (link order), G (group), x (unknown)
  O (extra OS processing required) o (OS specific), p (processor specific)

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

Program Headers:
  Type           Offset   VirtAddr   PhysAddr   FileSiz MemSiz  Flg Align
  LOAD           0x000094 0x00000000 0x00000000 0x0996c 0x0996c R E 0x1
  LOAD           0x009a00 0x00800100 0x0000996c 0x001ee 0x001ee RW  0x1
  LOAD           0x009bee 0x008002ee 0x008002ee 0x00000 0x000a0 RW  0x1

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


portdio



avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=portdio.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.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 0xaab0:

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 00a35e 000278 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 00a2ca 00  AX  0   0  1
  [ 3] .bss              NOBITS          00800378 00a5d6 000109 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        00800481 00a5d6 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 00a5d6 000000 00   W  0   0  1
  [ 6] .stab             PROGBITS        00000000 00a5d8 000408 0c      7   0  4
  [ 7] .stabstr          STRTAB          00000000 00a9e0 000084 00      0   0  1
  [ 8] .shstrtab         STRTAB          00000000 00aa64 00004b 00      0   0  1
  [ 9] .symtab           SYMTAB          00000000 00ac68 002f00 10     10 462  4
  [10] .strtab           STRTAB          00000000 00db68 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 0x0a2ca 0x0a2ca R E 0x1
  LOAD           0x00a35e 0x00800100 0x0000a2ca 0x00278 0x00278 RW  0x1
  LOAD           0x00a5d6 0x00800378 0x00800378 0x00000 0x00109 RW  0x1

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


pppc



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

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 00c52c 000354 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 00c498 00  AX  0   0  2
  [ 3] .bss              NOBITS          00800454 00c880 000362 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        008007b6 00c880 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 00c880 000000 00   W  0   0  1
  [ 6] .stab             PROGBITS        00000000 00c880 000408 0c      7   0  4
  [ 7] .stabstr          STRTAB          00000000 00cc88 000084 00      0   0  1
  [ 8] .shstrtab         STRTAB          00000000 00cd0c 00004b 00      0   0  1
  [ 9] .symtab           SYMTAB          00000000 00cf10 003dc0 10     10 636  4
  [10] .strtab           STRTAB          00000000 010cd0 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 0x0c498 0x0c498 R E 0x1
  LOAD           0x00c52c 0x00800100 0x0000c498 0x00354 0x00354 RW  0x1
  LOAD           0x00c880 0x00800454 0x00800454 0x00000 0x00362 RW  0x1

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


rs232d



avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=rs232d.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.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 0xa760:

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

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

Program Headers:
  Type           Offset   VirtAddr   PhysAddr   FileSiz MemSiz  Flg Align
  LOAD           0x000094 0x00000000 0x00000000 0x0a092 0x0a092 R E 0x1
  LOAD           0x00a126 0x00800100 0x0000a092 0x00162 0x00162 RW  0x1
  LOAD           0x00a288 0x00800262 0x00800262 0x00000 0x0010c RW  0x1

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


simple



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

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 00e1d6 001322 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 00e142 00  AX  0   0  1
  [ 3] .bss              NOBITS          00801422 00f4f8 000223 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        00801645 00f4f8 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 00f4f8 000000 00   W  0   0  1
  [ 6] .stab             PROGBITS        00000000 00f4f8 000408 0c      7   0  4
  [ 7] .stabstr          STRTAB          00000000 00f900 000084 00      0   0  1
  [ 8] .shstrtab         STRTAB          00000000 00f984 00004b 00      0   0  1
  [ 9] .symtab           SYMTAB          00000000 00fb88 003c50 10     10 620  4
  [10] .strtab           STRTAB          00000000 0137d8 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 0x0e142 0x0e142 R E 0x1
  LOAD           0x00e1d6 0x00800100 0x0000e142 0x01322 0x01322 RW  0x1
  LOAD           0x00f4f8 0x00801422 0x00801422 0x00000 0x00223 RW  0x1

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


tcps



avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=tcps.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.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 0xa660:

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

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

Program Headers:
  Type           Offset   VirtAddr   PhysAddr   FileSiz MemSiz  Flg Align
  LOAD           0x000094 0x00000000 0x00000000 0x09eac 0x09eac R E 0x1
  LOAD           0x009f40 0x00800100 0x00009eac 0x00248 0x00248 RW  0x1
  LOAD           0x00a188 0x00800348 0x00800348 0x00000 0x0018f RW  0x1

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


threads



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

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 0038cc 00013a 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 003838 00  AX  0   0  2
  [ 3] .bss              NOBITS          0080023a 003a06 0000fd 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        00800337 003a06 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 003a06 000000 00   W  0   0  1
  [ 6] .stab             PROGBITS        00000000 003a08 000408 0c      7   0  4
  [ 7] .stabstr          STRTAB          00000000 003e10 000084 00      0   0  1
  [ 8] .shstrtab         STRTAB          00000000 003e94 00004b 00      0   0  1
  [ 9] .symtab           SYMTAB          00000000 004098 001d00 10     10 285  4
  [10] .strtab           STRTAB          00000000 005d98 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 0x03838 0x03838 R E 0x1
  LOAD           0x0038cc 0x00800100 0x00003838 0x0013a 0x0013a RW  0x1
  LOAD           0x003a06 0x0080023a 0x0080023a 0x00000 0x000fd RW  0x1

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