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

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 00f9d0 000994 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 00f93c 00  AX  0   0  1
  [ 3] .bss              NOBITS          00800a94 010364 00019d 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        00800c31 010364 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 010364 000000 00   W  0   0  1
  [ 6] .stab             PROGBITS        00000000 010364 000408 0c      7   0  4
  [ 7] .stabstr          STRTAB          00000000 01076c 000084 00      0   0  1
  [ 8] .shstrtab         STRTAB          00000000 0107f0 00004b 00      0   0  1
  [ 9] .symtab           SYMTAB          00000000 0109f4 0043c0 10     10 716  4
  [10] .strtab           STRTAB          00000000 014db4 001d3c 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 0x0f93c 0x0f93c R E 0x1
  LOAD           0x00f9d0 0x00800100 0x0000f93c 0x00994 0x00994 RW  0x1
  LOAD           0x010364 0x00800a94 0x00800a94 0x00000 0x0019d 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 0x61d4:

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 005766 000594 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 0056d2 00  AX  0   0  2
  [ 3] .bss              NOBITS          00800694 005cfa 00008d 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        00800721 005cfa 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 005cfa 000000 00   W  0   0  1
  [ 6] .stab             PROGBITS        00000000 005cfc 000408 0c      7   0  4
  [ 7] .stabstr          STRTAB          00000000 006104 000084 00      0   0  1
  [ 8] .shstrtab         STRTAB          00000000 006188 00004b 00      0   0  1
  [ 9] .symtab           SYMTAB          00000000 00638c 002510 10     10 385  4
  [10] .strtab           STRTAB          00000000 00889c 001025 00      0   0  1
Key to Flags:
  W (write), A (alloc), X (execute), M (merge), S (strings)
  I (info), L (link order), G (group), x (unknown)
  O (extra OS processing required) o (OS specific), p (processor specific)

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

Program Headers:
  Type           Offset   VirtAddr   PhysAddr   FileSiz MemSiz  Flg Align
  LOAD           0x000094 0x00000000 0x00000000 0x056d2 0x056d2 R E 0x1
  LOAD           0x005766 0x00800100 0x000056d2 0x00594 0x00594 RW  0x1
  LOAD           0x005cfa 0x00800694 0x00800694 0x00000 0x0008d RW  0x1

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


canbus



avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=candemo.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.6/include  -I../.././nut/include  candemo.c -o candemo.o
candemo.c:145:2: warning: #warning "This sample requires an AT90CAN128 MCU"
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 0x27d4:

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 002244 0000b6 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 0021b0 00  AX  0   0  1
  [ 3] .bss              NOBITS          008001b6 0022fa 000089 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        0080023f 0022fa 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 0022fa 000000 00   W  0   0  1
  [ 6] .stab             PROGBITS        00000000 0022fc 000408 0c      7   0  4
  [ 7] .stabstr          STRTAB          00000000 002704 000084 00      0   0  1
  [ 8] .shstrtab         STRTAB          00000000 002788 00004b 00      0   0  1
  [ 9] .symtab           SYMTAB          00000000 00298c 0015b0 10     10 193  4
  [10] .strtab           STRTAB          00000000 003f3c 000a6a 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 0x021b0 0x021b0 R E 0x1
  LOAD           0x002244 0x00800100 0x000021b0 0x000b6 0x000b6 RW  0x1
  LOAD           0x0022fa 0x008001b6 0x008001b6 0x00000 0x00089 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 0x235c:

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 001d20 000162 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 001c8c 00  AX  0   0  1
  [ 3] .bss              NOBITS          00800262 001e82 00007a 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        008002dc 001e82 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 001e82 000000 00   W  0   0  1
  [ 6] .stab             PROGBITS        00000000 001e84 000408 0c      7   0  4
  [ 7] .stabstr          STRTAB          00000000 00228c 000084 00      0   0  1
  [ 8] .shstrtab         STRTAB          00000000 002310 00004b 00      0   0  1
  [ 9] .symtab           SYMTAB          00000000 002514 001640 10     10 203  4
  [10] .strtab           STRTAB          00000000 003b54 000a4c 00      0   0  1
Key to Flags:
  W (write), A (alloc), X (execute), M (merge), S (strings)
  I (info), L (link order), G (group), x (unknown)
  O (extra OS processing required) o (OS specific), p (processor specific)

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

Program Headers:
  Type           Offset   VirtAddr   PhysAddr   FileSiz MemSiz  Flg Align
  LOAD           0x000094 0x00000000 0x00000000 0x01c8c 0x01c8c R E 0x1
  LOAD           0x001d20 0x00800100 0x00001c8c 0x00162 0x00162 RW  0x1
  LOAD           0x001e82 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.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 0xe1d0:

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 00d8e0 000418 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 00d84c 00  AX  0   0  1
  [ 3] .bss              NOBITS          00800518 00dcf8 000120 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        00800638 00dcf8 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 00dcf8 000000 00   W  0   0  1
  [ 6] .stab             PROGBITS        00000000 00dcf8 000408 0c      7   0  4
  [ 7] .stabstr          STRTAB          00000000 00e100 000084 00      0   0  1
  [ 8] .shstrtab         STRTAB          00000000 00e184 00004b 00      0   0  1
  [ 9] .symtab           SYMTAB          00000000 00e388 004050 10     10 675  4
  [10] .strtab           STRTAB          00000000 0123d8 001d08 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 0x0d84c 0x0d84c R E 0x1
  LOAD           0x00d8e0 0x00800100 0x0000d84c 0x00418 0x00418 RW  0x1
  LOAD           0x00dcf8 0x00800518 0x00800518 0x00000 0x00120 RW  0x1

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


httpd



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

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 013d26 00067e 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 013c92 00  AX  0   0  1
  [ 3] .bss              NOBITS          0080077e 0143a4 000116 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        00800894 0143a4 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 0143a4 000000 00   W  0   0  1
  [ 6] .stab             PROGBITS        00000000 0143a4 000408 0c      7   0  4
  [ 7] .stabstr          STRTAB          00000000 0147ac 000084 00      0   0  1
  [ 8] .shstrtab         STRTAB          00000000 014830 00004b 00      0   0  1
  [ 9] .symtab           SYMTAB          00000000 014a34 004240 10     10 705  4
  [10] .strtab           STRTAB          00000000 018c74 001e5f 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 0x13c92 0x13c92 R E 0x1
  LOAD           0x013d26 0x00800100 0x00013c92 0x0067e 0x0067e RW  0x1
  LOAD           0x0143a4 0x0080077e 0x0080077e 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.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 0x9f48:

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 0097a8 0002c6 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 009714 00  AX  0   0  1
  [ 3] .bss              NOBITS          008003c6 009a6e 000500 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        008008c6 009a6e 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 009a6e 000000 00   W  0   0  1
  [ 6] .stab             PROGBITS        00000000 009a70 000408 0c      7   0  4
  [ 7] .stabstr          STRTAB          00000000 009e78 000084 00      0   0  1
  [ 8] .shstrtab         STRTAB          00000000 009efc 00004b 00      0   0  1
  [ 9] .symtab           SYMTAB          00000000 00a100 002fe0 10     10 500  4
  [10] .strtab           STRTAB          00000000 00d0e0 001517 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 0x09714 0x09714 R E 0x1
  LOAD           0x0097a8 0x00800100 0x00009714 0x002c6 0x002c6 RW  0x1
  LOAD           0x009a6e 0x008003c6 0x008003c6 0x00000 0x00500 RW  0x1

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


isp2



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

ELF File Information:




logtime



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

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 00c040 000406 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 00bfac 00  AX  0   0  2
  [ 3] .bss              NOBITS          00800506 00c446 000123 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        00800629 00c446 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 00c446 000000 00   W  0   0  1
  [ 6] .stab             PROGBITS        00000000 00c448 000408 0c      7   0  4
  [ 7] .stabstr          STRTAB          00000000 00c850 000084 00      0   0  1
  [ 8] .shstrtab         STRTAB          00000000 00c8d4 00004b 00      0   0  1
  [ 9] .symtab           SYMTAB          00000000 00cad8 003830 10     10 589  4
  [10] .strtab           STRTAB          00000000 010308 001a49 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 0x0bfac 0x0bfac R E 0x1
  LOAD           0x00c040 0x00800100 0x0000bfac 0x00406 0x00406 RW  0x1
  LOAD           0x00c446 0x00800506 0x00800506 0x00000 0x00123 RW  0x1

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


nutpiper



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

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 00cf44 00077a 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 00ceb0 00  AX  0   0  2
  [ 3] .bss              NOBITS          0080087a 00d6be 00015c 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        008009d6 00d6be 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 00d6be 000000 00   W  0   0  1
  [ 6] .stab             PROGBITS        00000000 00d6c0 000408 0c      7   0  4
  [ 7] .stabstr          STRTAB          00000000 00dac8 000084 00      0   0  1
  [ 8] .shstrtab         STRTAB          00000000 00db4c 00004b 00      0   0  1
  [ 9] .symtab           SYMTAB          00000000 00dd50 003a80 10     10 598  4
  [10] .strtab           STRTAB          00000000 0117d0 001b56 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 0x0ceb0 0x0ceb0 R E 0x1
  LOAD           0x00cf44 0x00800100 0x0000ceb0 0x0077a 0x0077a RW  0x1
  LOAD           0x00d6be 0x0080087a 0x0080087a 0x00000 0x0015c RW  0x1

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


playmp3



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

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 00941e 0001ee 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 00938a 00  AX  0   0  1
  [ 3] .bss              NOBITS          008002ee 00960c 00008f 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        0080037d 00960c 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 00960c 000000 00   W  0   0  1
  [ 6] .stab             PROGBITS        00000000 00960c 000408 0c      7   0  4
  [ 7] .stabstr          STRTAB          00000000 009a14 000084 00      0   0  1
  [ 8] .shstrtab         STRTAB          00000000 009a98 00004b 00      0   0  1
  [ 9] .symtab           SYMTAB          00000000 009c9c 001f60 10     10 304  4
  [10] .strtab           STRTAB          00000000 00bbfc 000e66 00      0   0  1
Key to Flags:
  W (write), A (alloc), X (execute), M (merge), S (strings)
  I (info), L (link order), G (group), x (unknown)
  O (extra OS processing required) o (OS specific), p (processor specific)

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

Program Headers:
  Type           Offset   VirtAddr   PhysAddr   FileSiz MemSiz  Flg Align
  LOAD           0x000094 0x00000000 0x00000000 0x0938a 0x0938a R E 0x1
  LOAD           0x00941e 0x00800100 0x0000938a 0x001ee 0x001ee RW  0x1
  LOAD           0x00960c 0x008002ee 0x008002ee 0x00000 0x0008f RW  0x1

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


portdio



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

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 009622 00039a 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 00958e 00  AX  0   0  1
  [ 3] .bss              NOBITS          0080049a 0099bc 0000fa 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        00800594 0099bc 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 0099bc 000000 00   W  0   0  1
  [ 6] .stab             PROGBITS        00000000 0099bc 000408 0c      7   0  4
  [ 7] .stabstr          STRTAB          00000000 009dc4 000084 00      0   0  1
  [ 8] .shstrtab         STRTAB          00000000 009e48 00004b 00      0   0  1
  [ 9] .symtab           SYMTAB          00000000 00a04c 002d70 10     10 460  4
  [10] .strtab           STRTAB          00000000 00cdbc 0014a7 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 0x0958e 0x0958e R E 0x1
  LOAD           0x009622 0x00800100 0x0000958e 0x0039a 0x0039a RW  0x1
  LOAD           0x0099bc 0x0080049a 0x0080049a 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.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 0xc8fc:

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 00c0d4 000350 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 00c040 00  AX  0   0  2
  [ 3] .bss              NOBITS          00800450 00c424 000355 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        008007a5 00c424 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 00c424 000000 00   W  0   0  1
  [ 6] .stab             PROGBITS        00000000 00c424 000408 0c      7   0  4
  [ 7] .stabstr          STRTAB          00000000 00c82c 000084 00      0   0  1
  [ 8] .shstrtab         STRTAB          00000000 00c8b0 00004b 00      0   0  1
  [ 9] .symtab           SYMTAB          00000000 00cab4 003d20 10     10 635  4
  [10] .strtab           STRTAB          00000000 0107d4 001a0e 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 0x0c040 0x0c040 R E 0x1
  LOAD           0x00c0d4 0x00800100 0x0000c040 0x00350 0x00350 RW  0x1
  LOAD           0x00c424 0x00800450 0x00800450 0x00000 0x00355 RW  0x1

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


rs232d



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

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 009c6e 00015e 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 009bda 00  AX  0   0  2
  [ 3] .bss              NOBITS          0080025e 009dcc 0000fd 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        0080035b 009dcc 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 009dcc 000000 00   W  0   0  1
  [ 6] .stab             PROGBITS        00000000 009dcc 000408 0c      7   0  4
  [ 7] .stabstr          STRTAB          00000000 00a1d4 000084 00      0   0  1
  [ 8] .shstrtab         STRTAB          00000000 00a258 00004b 00      0   0  1
  [ 9] .symtab           SYMTAB          00000000 00a45c 002f30 10     10 488  4
  [10] .strtab           STRTAB          00000000 00d38c 0016d2 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 0x09bda 0x09bda R E 0x1
  LOAD           0x009c6e 0x00800100 0x00009bda 0x0015e 0x0015e RW  0x1
  LOAD           0x009dcc 0x0080025e 0x0080025e 0x00000 0x000fd RW  0x1

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


simple



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

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 0015d8 00001a 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 001544 00  AX  0   0  1
  [ 3] .bss              NOBITS          0080011a 0015f2 00006e 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        00800188 0015f2 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 0015f2 000000 00   W  0   0  1
  [ 6] .stab             PROGBITS        00000000 0015f4 000408 0c      7   0  4
  [ 7] .stabstr          STRTAB          00000000 0019fc 000084 00      0   0  1
  [ 8] .shstrtab         STRTAB          00000000 001a80 00004b 00      0   0  1
  [ 9] .symtab           SYMTAB          00000000 001c84 000f30 10     10 110  4
  [10] .strtab           STRTAB          00000000 002bb4 0008e2 00      0   0  1
Key to Flags:
  W (write), A (alloc), X (execute), M (merge), S (strings)
  I (info), L (link order), G (group), x (unknown)
  O (extra OS processing required) o (OS specific), p (processor specific)

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

Program Headers:
  Type           Offset   VirtAddr   PhysAddr   FileSiz MemSiz  Flg Align
  LOAD           0x000094 0x00000000 0x00000000 0x01544 0x01544 R E 0x1
  LOAD           0x0015d8 0x00800100 0x00001544 0x0001a 0x0001a RW  0x1
  LOAD           0x0015f2 0x0080011a 0x0080011a 0x00000 0x0006e RW  0x1

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


snmpd



make: *** No rule to make target `snmpd.c.elf'.  Stop.

ELF File Information: