Compile results and segment sizes Nut/OS 4.2.1 AVR-gcc 3.4.1



BASEMON
EVENTS
FTPD
HTTPD
INETQ
ISP2
LOGTIME
NUTPIPER
PLAYMP3
PORTDIO
PPPC
RS232D
SIMPLE
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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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 9 section headers, starting at offset 0x10558:

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 00fb92 00098a 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 00fafe 00  AX  0   0  1
  [ 3] .bss              NOBITS          00800a8a 01051c 00019d 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        00800c27 01051c 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 01051c 000000 00   W  0   0  1
  [ 6] .shstrtab         STRTAB          00000000 01051c 00003c 00      0   0  1
  [ 7] .symtab           SYMTAB          00000000 0106c0 0047a0 10      8 308  4
  [ 8] .strtab           STRTAB          00000000 014e60 002106 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 0x0fafe 0x0fafe R E 0x1
  LOAD           0x00fb92 0x00800100 0x0000fafe 0x0098a 0x0098a RW  0x1
  LOAD           0x01051c 0x00800a8a 0x00800a8a 0x00000 0x0019d 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.1/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.1/lib -Wl,--start-group ../.././nutbld_avr_3.4.1/lib/nutinit.o -lnutos -lnutarch -lnutdev -lnutarch -lnutcrt -Wl,--end-group -o events.c.elf

ELF File Information:

There are 9 section headers, starting at offset 0x1eec:

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 001d4c 000162 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 001cb8 00  AX  0   0  1
  [ 3] .bss              NOBITS          00800262 001eae 00007a 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        008002dc 001eae 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 001eae 000000 00   W  0   0  1
  [ 6] .shstrtab         STRTAB          00000000 001eae 00003c 00      0   0  1
  [ 7] .symtab           SYMTAB          00000000 002054 0016b0 10      8  d1  4
  [ 8] .strtab           STRTAB          00000000 003704 000ac9 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 0x01cb8 0x01cb8 R E 0x1
  LOAD           0x001d4c 0x00800100 0x00001cb8 0x00162 0x00162 RW  0x1
  LOAD           0x001eae 0x00800262 0x00800262 0x00000 0x0007a RW  0x1

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


ftpd



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

ELF File Information:

There are 9 section headers, starting at offset 0xdd44:

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 00d8f6 000412 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 00d862 00  AX  0   0  1
  [ 3] .bss              NOBITS          00800512 00dd08 000120 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        00800632 00dd08 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 00dd08 000000 00   W  0   0  1
  [ 6] .shstrtab         STRTAB          00000000 00dd08 00003c 00      0   0  1
  [ 7] .symtab           SYMTAB          00000000 00deac 0042e0 10      8 2c8  4
  [ 8] .strtab           STRTAB          00000000 01218c 001f73 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 0x0d862 0x0d862 R E 0x1
  LOAD           0x00d8f6 0x00800100 0x0000d862 0x00412 0x00412 RW  0x1
  LOAD           0x00dd08 0x00800512 0x00800512 0x00000 0x00120 RW  0x1

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


httpd



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

ELF File Information:

There are 9 section headers, starting at offset 0x144e0:

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 013e2a 000678 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 013d96 00  AX  0   0  1
  [ 3] .bss              NOBITS          00800778 0144a2 000116 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        0080088e 0144a2 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 0144a2 000000 00   W  0   0  1
  [ 6] .shstrtab         STRTAB          00000000 0144a2 00003c 00      0   0  1
  [ 7] .symtab           SYMTAB          00000000 014648 0045e0 10      8 2f9  4
  [ 8] .strtab           STRTAB          00000000 018c28 0021e7 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 0x13d96 0x13d96 R E 0x1
  LOAD           0x013e2a 0x00800100 0x00013d96 0x00678 0x00678 RW  0x1
  LOAD           0x0144a2 0x00800778 0x00800778 0x00000 0x00116 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.1/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.1/lib -Wl,--start-group ../.././nutbld_avr_3.4.1/lib/nutinit.o -lnutpro -lnutos -lnutarch -lnutdev -lnutarch -lnutnet -lnutfs -lnutcrt -Wl,--end-group -o inetq.c.elf

ELF File Information:

There are 9 section headers, starting at offset 0x9b0c:

Section Headers:
  [Nr] Name              Type            Addr     Off    Size   ES Flg Lk Inf Al
  [ 0]                   NULL            00000000 000000 000000 00      0   0  0
  [ 1] .data             PROGBITS        00800100 00980c 0002c2 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 009778 00  AX  0   0  1
  [ 3] .bss              NOBITS          008003c2 009ace 000500 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        008008c2 009ace 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 009ace 000000 00   W  0   0  1
  [ 6] .shstrtab         STRTAB          00000000 009ace 00003c 00      0   0  1
  [ 7] .symtab           SYMTAB          00000000 009c74 003110 10      8 207  4
  [ 8] .strtab           STRTAB          00000000 00cd84 001683 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 0x09778 0x09778 R E 0x1
  LOAD           0x00980c 0x00800100 0x00009778 0x002c2 0x002c2 RW  0x1
  LOAD           0x009ace 0x008003c2 0x008003c2 0x00000 0x00500 RW  0x1

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


isp2



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

ELF File Information:




logtime



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

ELF File Information:

There are 9 section headers, starting at offset 0xc7a4:

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 00c366 000400 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 00c2d2 00  AX  0   0  2
  [ 3] .bss              NOBITS          00800500 00c766 000123 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        00800623 00c766 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 00c766 000000 00   W  0   0  1
  [ 6] .shstrtab         STRTAB          00000000 00c766 00003c 00      0   0  1
  [ 7] .symtab           SYMTAB          00000000 00c90c 003990 10      8 263  4
  [ 8] .strtab           STRTAB          00000000 01029c 001bdb 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 0x0c2d2 0x0c2d2 R E 0x1
  LOAD           0x00c366 0x00800100 0x0000c2d2 0x00400 0x00400 RW  0x1
  LOAD           0x00c766 0x00800500 0x00800500 0x00000 0x00123 RW  0x1

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


nutpiper



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

ELF File Information:

There are 9 section headers, starting at offset 0xd8dc:

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 00d12a 000776 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 00d096 00  AX  0   0  2
  [ 3] .bss              NOBITS          00800876 00d8a0 00015c 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        008009d2 00d8a0 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 00d8a0 000000 00   W  0   0  1
  [ 6] .shstrtab         STRTAB          00000000 00d8a0 00003c 00      0   0  1
  [ 7] .symtab           SYMTAB          00000000 00da44 003e20 10      8 28a  4
  [ 8] .strtab           STRTAB          00000000 011864 001ebb 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 0x0d096 0x0d096 R E 0x1
  LOAD           0x00d12a 0x00800100 0x0000d096 0x00776 0x00776 RW  0x1
  LOAD           0x00d8a0 0x00800876 0x00800876 0x00000 0x0015c RW  0x1

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


playmp3



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

ELF File Information:

There are 9 section headers, starting at offset 0x966c:

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 009444 0001ec 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 0093b0 00  AX  0   0  1
  [ 3] .bss              NOBITS          008002ec 009630 00008f 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        0080037b 009630 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 009630 000000 00   W  0   0  1
  [ 6] .shstrtab         STRTAB          00000000 009630 00003c 00      0   0  1
  [ 7] .symtab           SYMTAB          00000000 0097d4 0020a0 10      8 143  4
  [ 8] .strtab           STRTAB          00000000 00b874 000fa0 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 0x093b0 0x093b0 R E 0x1
  LOAD           0x009444 0x00800100 0x000093b0 0x001ec 0x001ec RW  0x1
  LOAD           0x009630 0x008002ec 0x008002ec 0x00000 0x0008f RW  0x1

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


portdio



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

ELF File Information:

There are 9 section headers, starting at offset 0x9a44:

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 009670 000396 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 0095dc 00  AX  0   0  1
  [ 3] .bss              NOBITS          00800496 009a06 0000fa 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        00800590 009a06 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 009a06 000000 00   W  0   0  1
  [ 6] .shstrtab         STRTAB          00000000 009a06 00003c 00      0   0  1
  [ 7] .symtab           SYMTAB          00000000 009bac 002f10 10      8 1e6  4
  [ 8] .strtab           STRTAB          00000000 00cabc 001672 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 0x095dc 0x095dc R E 0x1
  LOAD           0x009670 0x00800100 0x000095dc 0x00396 0x00396 RW  0x1
  LOAD           0x009a06 0x00800496 0x00800496 0x00000 0x000fa RW  0x1

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


pppc



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

ELF File Information:

There are 9 section headers, starting at offset 0xc624:

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 00c29c 00034a 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 00c208 00  AX  0   0  2
  [ 3] .bss              NOBITS          0080044a 00c5e6 000355 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        0080079f 00c5e6 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 00c5e6 000000 00   W  0   0  1
  [ 6] .shstrtab         STRTAB          00000000 00c5e6 00003c 00      0   0  1
  [ 7] .symtab           SYMTAB          00000000 00c78c 003f20 10      8 295  4
  [ 8] .strtab           STRTAB          00000000 0106ac 001c13 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 0x0c208 0x0c208 R E 0x1
  LOAD           0x00c29c 0x00800100 0x0000c208 0x0034a 0x0034a RW  0x1
  LOAD           0x00c5e6 0x0080044a 0x0080044a 0x00000 0x00355 RW  0x1

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


rs232d



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

ELF File Information:

There are 9 section headers, starting at offset 0xa0b0:

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 009f1a 00015a 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 009e86 00  AX  0   0  2
  [ 3] .bss              NOBITS          0080025a 00a074 0000fd 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        00800357 00a074 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 00a074 000000 00   W  0   0  1
  [ 6] .shstrtab         STRTAB          00000000 00a074 00003c 00      0   0  1
  [ 7] .symtab           SYMTAB          00000000 00a218 002ff0 10      8 1f4  4
  [ 8] .strtab           STRTAB          00000000 00d208 0017da 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 0x09e86 0x09e86 R E 0x1
  LOAD           0x009f1a 0x00800100 0x00009e86 0x0015a 0x0015a RW  0x1
  LOAD           0x00a074 0x0080025a 0x0080025a 0x00000 0x000fd RW  0x1

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


simple



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

ELF File Information:

There are 9 section headers, starting at offset 0x1640:

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 0015ea 00001a 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 001556 00  AX  0   0  1
  [ 3] .bss              NOBITS          0080011a 001604 00006e 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        00800188 001604 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 001604 000000 00   W  0   0  1
  [ 6] .shstrtab         STRTAB          00000000 001604 00003c 00      0   0  1
  [ 7] .symtab           SYMTAB          00000000 0017a8 000fa0 10      8  74  4
  [ 8] .strtab           STRTAB          00000000 002748 00095f 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 0x01556 0x01556 R E 0x1
  LOAD           0x0015ea 0x00800100 0x00001556 0x0001a 0x0001a RW  0x1
  LOAD           0x001604 0x0080011a 0x0080011a 0x00000 0x0006e 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.1/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.1/lib -Wl,--start-group ../.././nutbld_avr_3.4.1/lib/nutinit.o -lnutpro -lnutos -lnutarch -lnutdev -lnutarch -lnutnet -lnutfs -lnutcrt -Wl,--end-group -o tcps.c.elf

ELF File Information:

There are 9 section headers, starting at offset 0x9d48:

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 009ace 00023e 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 009a3a 00  AX  0   0  1
  [ 3] .bss              NOBITS          0080033e 009d0c 000180 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        008004be 009d0c 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 009d0c 000000 00   W  0   0  1
  [ 6] .shstrtab         STRTAB          00000000 009d0c 00003c 00      0   0  1
  [ 7] .symtab           SYMTAB          00000000 009eb0 0034c0 10      8 232  4
  [ 8] .strtab           STRTAB          00000000 00d370 0017d9 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 0x09a3a 0x09a3a R E 0x1
  LOAD           0x009ace 0x00800100 0x00009a3a 0x0023e 0x0023e RW  0x1
  LOAD           0x009d0c 0x0080033e 0x0080033e 0x00000 0x00180 RW  0x1

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


threads



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

ELF File Information:

There are 9 section headers, starting at offset 0x3078:

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 002f6c 0000ce 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 002ed8 00  AX  0   0  2
  [ 3] .bss              NOBITS          008001ce 00303a 000075 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        00800243 00303a 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 00303a 000000 00   W  0   0  1
  [ 6] .shstrtab         STRTAB          00000000 00303a 00003c 00      0   0  1
  [ 7] .symtab           SYMTAB          00000000 0031e0 001a40 10      8  ff  4
  [ 8] .strtab           STRTAB          00000000 004c20 000d39 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 0x02ed8 0x02ed8 R E 0x1
  LOAD           0x002f6c 0x00800100 0x00002ed8 0x000ce 0x000ce RW  0x1
  LOAD           0x00303a 0x008001ce 0x008001ce 0x00000 0x00075 RW  0x1

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


timers



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

ELF File Information:

There are 9 section headers, starting at offset 0x2a78:

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 00282a 000212 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 002796 00  AX  0   0  1
  [ 3] .bss              NOBITS          00800312 002a3c 000078 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        0080038a 002a3c 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 002a3c 000000 00   W  0   0  1
  [ 6] .shstrtab         STRTAB          00000000 002a3c 00003c 00      0   0  1
  [ 7] .symtab           SYMTAB          00000000 002be0 001930 10      8  ec  4
  [ 8] .strtab           STRTAB          00000000 004510 000be0 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 0x02796 0x02796 R E 0x1
  LOAD           0x00282a 0x00800100 0x00002796 0x00212 0x00212 RW  0x1
  LOAD           0x002a3c 0x00800312 0x00800312 0x00000 0x00078 RW  0x1

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


uart



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

ELF File Information:

There are 9 section headers, starting at offset 0x38ac:

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 003736 00013a 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 0036a2 00  AX  0   0  2
  [ 3] .bss              NOBITS          0080023a 003870 0000f5 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        0080032f 003870 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 003870 000000 00   W  0   0  1
  [ 6] .shstrtab         STRTAB          00000000 003870 00003c 00      0   0  1
  [ 7] .symtab           SYMTAB          00000000 003a14 001da0 10      8 12e  4
  [ 8] .strtab           STRTAB          00000000 0057b4 000e5a 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 0x036a2 0x036a2 R E 0x1
  LOAD           0x003736 0x00800100 0x000036a2 0x0013a 0x0013a RW  0x1
  LOAD           0x003870 0x0080023a 0x0080023a 0x00000 0x000f5 RW  0x1

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