Compile results and segment sizes Nut/OS 4.4.0 AVR-gcc 3.4.5



BASEMON
CALTIME
CANDEMO
EVENTS
FTPD
HTTPD
INETQ
ISP2
LOGTIME
NUTPIPER
PLAYMP3
PORTDIO
PPPC
RS232D
SIMPLE
SNMPD
TCPS
THREADS
TIMERS
UART




basemon



avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=basemon.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.5/include  -I../.././nut/include  basemon.c -o basemon.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=xmemtest.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.5/include  -I../.././nut/include  xmemtest.c -o xmemtest.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=dataflash.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.5/include  -I../.././nut/include  dataflash.c -o dataflash.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=realtek.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.5/include  -I../.././nut/include  realtek.c -o realtek.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=smsc.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.5/include  -I../.././nut/include  smsc.c -o smsc.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=uart.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.5/include  -I../.././nut/include  uart.c -o uart.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=webdemo.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.5/include  -I../.././nut/include  webdemo.c -o webdemo.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=utils.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.5/include  -I../.././nut/include  utils.c -o utils.o
crurom -r -ourom.c html
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=urom.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.5/include  -I../.././nut/include  urom.c -o urom.o
avr-gcc basemon.o xmemtest.o dataflash.o realtek.o smsc.o uart.o webdemo.o utils.o urom.o -mmcu=atmega128 -Wl,--defsym=main=0,-Map=basemon.map,--cref -L../.././nutbld_avr_3.4.5/lib -Wl,--start-group -lnutnet -lnutpro -lnutfs -lnutos -lnutarch -lnutdev -lnutarch -lnutnet -lnutcrt -Wl,--end-group -o basemon.c.elf

ELF File Information:

There are 11 section headers, starting at offset 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 00f9ce 000994 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 00f93a 00  AX  0   0  1
  [ 3] .bss              NOBITS          00800a94 010362 00019d 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        00800c31 010362 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 010362 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 0x0f93a 0x0f93a R E 0x1
  LOAD           0x00f9ce 0x00800100 0x0000f93a 0x00994 0x00994 RW  0x1
  LOAD           0x010362 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.5/include  -I../.././nut/include  caltime.c -o caltime.o
avr-gcc caltime.o -mmcu=atmega128 -Wl,--defsym=main=0,-Map=caltime.map,--cref -L../.././nutbld_avr_3.4.5/lib -Wl,--start-group ../.././nutbld_avr_3.4.5/lib/nutinit.o -lnutcrt -lnutos -lnutdev -lnutarch -Wl,--end-group -o caltime.c.elf

ELF File Information:

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

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 005762 000594 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 0056ce 00  AX  0   0  2
  [ 3] .bss              NOBITS          00800694 005cf6 00008d 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        00800721 005cf6 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 005cf6 000000 00   W  0   0  1
  [ 6] .stab             PROGBITS        00000000 005cf8 000408 0c      7   0  4
  [ 7] .stabstr          STRTAB          00000000 006100 000084 00      0   0  1
  [ 8] .shstrtab         STRTAB          00000000 006184 00004b 00      0   0  1
  [ 9] .symtab           SYMTAB          00000000 006388 002510 10     10 385  4
  [10] .strtab           STRTAB          00000000 008898 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 0x056ce 0x056ce R E 0x1
  LOAD           0x005762 0x00800100 0x000056ce 0x00594 0x00594 RW  0x1
  LOAD           0x005cf6 0x00800694 0x00800694 0x00000 0x0008d RW  0x1

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


canbus



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

ELF File Information:

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

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 002258 0000b6 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 0021c4 00  AX  0   0  1
  [ 3] .bss              NOBITS          008001b6 00230e 000089 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        0080023f 00230e 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 00230e 000000 00   W  0   0  1
  [ 6] .stab             PROGBITS        00000000 002310 000408 0c      7   0  4
  [ 7] .stabstr          STRTAB          00000000 002718 000084 00      0   0  1
  [ 8] .shstrtab         STRTAB          00000000 00279c 00004b 00      0   0  1
  [ 9] .symtab           SYMTAB          00000000 0029a0 0015b0 10     10 193  4
  [10] .strtab           STRTAB          00000000 003f50 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 0x021c4 0x021c4 R E 0x1
  LOAD           0x002258 0x00800100 0x000021c4 0x000b6 0x000b6 RW  0x1
  LOAD           0x00230e 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.5/include  -I../.././nut/include  events.c -o events.o
avr-gcc events.o -mmcu=atmega128 -Wl,--defsym=main=0,-Map=events.map,--cref -L../.././nutbld_avr_3.4.5/lib -Wl,--start-group ../.././nutbld_avr_3.4.5/lib/nutinit.o -lnutos -lnutarch -lnutdev -lnutarch -lnutcrt -Wl,--end-group -o events.c.elf

ELF File Information:

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

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 001d34 000162 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 001ca0 00  AX  0   0  1
  [ 3] .bss              NOBITS          00800262 001e96 00007a 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        008002dc 001e96 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 001e96 000000 00   W  0   0  1
  [ 6] .stab             PROGBITS        00000000 001e98 000408 0c      7   0  4
  [ 7] .stabstr          STRTAB          00000000 0022a0 000084 00      0   0  1
  [ 8] .shstrtab         STRTAB          00000000 002324 00004b 00      0   0  1
  [ 9] .symtab           SYMTAB          00000000 002528 001640 10     10 203  4
  [10] .strtab           STRTAB          00000000 003b68 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 0x01ca0 0x01ca0 R E 0x1
  LOAD           0x001d34 0x00800100 0x00001ca0 0x00162 0x00162 RW  0x1
  LOAD           0x001e96 0x00800262 0x00800262 0x00000 0x0007a RW  0x1

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


ftpd



avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=ftpserv.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.5/include  -I../.././nut/include  ftpserv.c -o ftpserv.o
avr-gcc ftpserv.o -mmcu=atmega128 -Wl,--defsym=main=0,-Map=ftpserv.map,--cref -L../.././nutbld_avr_3.4.5/lib -Wl,--start-group ../.././nutbld_avr_3.4.5/lib/nutinit.o -lnutpro -lnutfs -lnutarch -lnutnet -lnutos -lnutdev -lnutarch -lnutcrt -Wl,--end-group -o ftpserv.c.elf

ELF File Information:

There are 11 section headers, starting at offset 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.5/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.5/include  -I../.././nut/include  urom.c -o urom.o
avr-gcc httpserv.o urom.o -mmcu=atmega128 -Wl,--defsym=main=0,-Map=httpserv.map,--cref -L../.././nutbld_avr_3.4.5/lib -Wl,--start-group ../.././nutbld_avr_3.4.5/lib/nutinit.o  -lnutpro -lnutos -lnutarch -lnutdev -lnutarch -lnutnet -lnutfs -lnutcrt -Wl,--end-group -o httpserv.c.elf

ELF File Information:

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

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 013cf6 00067e 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 013c62 00  AX  0   0  1
  [ 3] .bss              NOBITS          0080077e 014374 000116 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        00800894 014374 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 014374 000000 00   W  0   0  1
  [ 6] .stab             PROGBITS        00000000 014374 000408 0c      7   0  4
  [ 7] .stabstr          STRTAB          00000000 01477c 000084 00      0   0  1
  [ 8] .shstrtab         STRTAB          00000000 014800 00004b 00      0   0  1
  [ 9] .symtab           SYMTAB          00000000 014a04 004240 10     10 705  4
  [10] .strtab           STRTAB          00000000 018c44 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 0x13c62 0x13c62 R E 0x1
  LOAD           0x013cf6 0x00800100 0x00013c62 0x0067e 0x0067e RW  0x1
  LOAD           0x014374 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.5/include  -I../.././nut/include  inetq.c -o inetq.o
avr-gcc inetq.o -mmcu=atmega128 -Wl,--defsym=main=0,-Map=inetq.map,--cref -L../.././nutbld_avr_3.4.5/lib -Wl,--start-group ../.././nutbld_avr_3.4.5/lib/nutinit.o -lnutpro -lnutos -lnutarch -lnutdev -lnutarch -lnutnet -lnutfs -lnutcrt -Wl,--end-group -o inetq.c.elf

ELF File Information:

There are 11 section headers, starting at offset 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 0097aa 0002c6 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 009716 00  AX  0   0  1
  [ 3] .bss              NOBITS          008003c6 009a70 000500 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        008008c6 009a70 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 009a70 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 0x09716 0x09716 R E 0x1
  LOAD           0x0097aa 0x00800100 0x00009716 0x002c6 0x002c6 RW  0x1
  LOAD           0x009a70 0x008003c6 0x008003c6 0x00000 0x00500 RW  0x1

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


isp2



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

ELF File Information:




logtime



avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=logtime.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.5/include  -I../.././nut/include  logtime.c -o logtime.o
avr-gcc logtime.o -mmcu=atmega128 -Wl,--defsym=main=0,-Map=logtime.map,--cref -L../.././nutbld_avr_3.4.5/lib -Wl,--start-group ../.././nutbld_avr_3.4.5/lib/nutinit.o -lnutpro -lnutnet -lnutcrt -lnutos -lnutdev -lnutarch -lnutos -lnutdev -lnutnet -Wl,--end-group -o logtime.c.elf

ELF File Information:

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

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 00c046 000406 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 00bfb2 00  AX  0   0  2
  [ 3] .bss              NOBITS          00800506 00c44c 000123 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        00800629 00c44c 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 00c44c 000000 00   W  0   0  1
  [ 6] .stab             PROGBITS        00000000 00c44c 000408 0c      7   0  4
  [ 7] .stabstr          STRTAB          00000000 00c854 000084 00      0   0  1
  [ 8] .shstrtab         STRTAB          00000000 00c8d8 00004b 00      0   0  1
  [ 9] .symtab           SYMTAB          00000000 00cadc 003830 10     10 589  4
  [10] .strtab           STRTAB          00000000 01030c 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 0x0bfb2 0x0bfb2 R E 0x1
  LOAD           0x00c046 0x00800100 0x0000bfb2 0x00406 0x00406 RW  0x1
  LOAD           0x00c44c 0x00800506 0x00800506 0x00000 0x00123 RW  0x1

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


nutpiper



avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=nutpiper.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.5/include  -I../.././nut/include  nutpiper.c -o nutpiper.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=config.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.5/include  -I../.././nut/include  config.c -o config.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=player.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.5/include  -I../.././nut/include  player.c -o player.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=display.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.5/include  -I../.././nut/include  display.c -o display.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=scanner.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.5/include  -I../.././nut/include  scanner.c -o scanner.o
avr-gcc nutpiper.o config.o player.o display.o scanner.o -mmcu=atmega128 -Wl,--defsym=main=0,-Map=nutpiper.map,--cref -L../.././nutbld_avr_3.4.5/lib -Wl,--start-group ../.././nutbld_avr_3.4.5/lib/nutinit.o -lnutarch -lnutpro -lnutos -lnutdev -lnutarch -lnutnet -lnutcrt -Wl,--end-group -o nutpiper.c.elf

ELF File Information:

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

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 00cf4c 00077a 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 00ceb8 00  AX  0   0  2
  [ 3] .bss              NOBITS          0080087a 00d6c6 00015c 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        008009d6 00d6c6 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 00d6c6 000000 00   W  0   0  1
  [ 6] .stab             PROGBITS        00000000 00d6c8 000408 0c      7   0  4
  [ 7] .stabstr          STRTAB          00000000 00dad0 000084 00      0   0  1
  [ 8] .shstrtab         STRTAB          00000000 00db54 00004b 00      0   0  1
  [ 9] .symtab           SYMTAB          00000000 00dd58 003a80 10     10 598  4
  [10] .strtab           STRTAB          00000000 0117d8 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 0x0ceb8 0x0ceb8 R E 0x1
  LOAD           0x00cf4c 0x00800100 0x0000ceb8 0x0077a 0x0077a RW  0x1
  LOAD           0x00d6c6 0x0080087a 0x0080087a 0x00000 0x0015c RW  0x1

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


playmp3



avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=playmp3.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.5/include  -I../.././nut/include  playmp3.c -o playmp3.o
crurom -r -ourom.c sounds
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=urom.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.5/include  -I../.././nut/include  urom.c -o urom.o
avr-gcc playmp3.o urom.o -mmcu=atmega128 -Wl,--defsym=main=0,-Map=playmp3.map,--cref -L../.././nutbld_avr_3.4.5/lib -Wl,--start-group ../.././nutbld_avr_3.4.5/lib/nutinit.o -lnutfs -lnutos -lnutcrt -lnutdev -lnutarch -Wl,--end-group -o playmp3.c.elf

ELF File Information:

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

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 009432 0001ee 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 00939e 00  AX  0   0  1
  [ 3] .bss              NOBITS          008002ee 009620 00008f 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        0080037d 009620 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 009620 000000 00   W  0   0  1
  [ 6] .stab             PROGBITS        00000000 009620 000408 0c      7   0  4
  [ 7] .stabstr          STRTAB          00000000 009a28 000084 00      0   0  1
  [ 8] .shstrtab         STRTAB          00000000 009aac 00004b 00      0   0  1
  [ 9] .symtab           SYMTAB          00000000 009cb0 001f60 10     10 304  4
  [10] .strtab           STRTAB          00000000 00bc10 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 0x0939e 0x0939e R E 0x1
  LOAD           0x009432 0x00800100 0x0000939e 0x001ee 0x001ee RW  0x1
  LOAD           0x009620 0x008002ee 0x008002ee 0x00000 0x0008f RW  0x1

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


portdio



avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=portdio.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.5/include  -I../.././nut/include  portdio.c -o portdio.o
avr-gcc portdio.o -mmcu=atmega128 -Wl,--defsym=main=0,-Map=portdio.map,--cref -L../.././nutbld_avr_3.4.5/lib -Wl,--start-group ../.././nutbld_avr_3.4.5/lib/nutinit.o -lnutpro -lnutfs -lnutnet -lnutdev -lnutarch -lnutcrt -lnutnet -lnutdev -lnutos -Wl,--end-group -o portdio.c.elf

ELF File Information:

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

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 009624 00039a 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 009590 00  AX  0   0  1
  [ 3] .bss              NOBITS          0080049a 0099be 0000fa 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        00800594 0099be 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 0099be 000000 00   W  0   0  1
  [ 6] .stab             PROGBITS        00000000 0099c0 000408 0c      7   0  4
  [ 7] .stabstr          STRTAB          00000000 009dc8 000084 00      0   0  1
  [ 8] .shstrtab         STRTAB          00000000 009e4c 00004b 00      0   0  1
  [ 9] .symtab           SYMTAB          00000000 00a050 002d70 10     10 460  4
  [10] .strtab           STRTAB          00000000 00cdc0 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 0x09590 0x09590 R E 0x1
  LOAD           0x009624 0x00800100 0x00009590 0x0039a 0x0039a RW  0x1
  LOAD           0x0099be 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.5/include  -I../.././nut/include  pppc.c -o pppc.o
avr-gcc pppc.o -mmcu=atmega128 -Wl,--defsym=main=0,-Map=pppc.map,--cref -L../.././nutbld_avr_3.4.5/lib -Wl,--start-group ../.././nutbld_avr_3.4.5/lib/nutinit.o -lnutpro -lnutarch -lnutnet -lnutdev -lnutarch -lnutnet -lnutos -lnutcrt -Wl,--end-group -o pppc.c.elf

ELF File Information:

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

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 00c0ec 000350 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 00c058 00  AX  0   0  2
  [ 3] .bss              NOBITS          00800450 00c43c 000355 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        008007a5 00c43c 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 00c43c 000000 00   W  0   0  1
  [ 6] .stab             PROGBITS        00000000 00c43c 000408 0c      7   0  4
  [ 7] .stabstr          STRTAB          00000000 00c844 000084 00      0   0  1
  [ 8] .shstrtab         STRTAB          00000000 00c8c8 00004b 00      0   0  1
  [ 9] .symtab           SYMTAB          00000000 00cacc 003d20 10     10 635  4
  [10] .strtab           STRTAB          00000000 0107ec 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 0x0c058 0x0c058 R E 0x1
  LOAD           0x00c0ec 0x00800100 0x0000c058 0x00350 0x00350 RW  0x1
  LOAD           0x00c43c 0x00800450 0x00800450 0x00000 0x00355 RW  0x1

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


rs232d



avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=rs232d.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.5/include  -I../.././nut/include  rs232d.c -o rs232d.o
avr-gcc rs232d.o -mmcu=atmega128 -Wl,--defsym=main=0,-Map=rs232d.map,--cref -L../.././nutbld_avr_3.4.5/lib -Wl,--start-group ../.././nutbld_avr_3.4.5/lib/nutinit.o -lnutpro -lnutos -lnutarch -lnutdev -lnutarch -lnutfs -lnutnet -lnutcrt -Wl,--end-group -o rs232d.c.elf

ELF File Information:

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

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 009c72 00015e 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 009bde 00  AX  0   0  2
  [ 3] .bss              NOBITS          0080025e 009dd0 0000fd 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        0080035b 009dd0 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 009dd0 000000 00   W  0   0  1
  [ 6] .stab             PROGBITS        00000000 009dd0 000408 0c      7   0  4
  [ 7] .stabstr          STRTAB          00000000 00a1d8 000084 00      0   0  1
  [ 8] .shstrtab         STRTAB          00000000 00a25c 00004b 00      0   0  1
  [ 9] .symtab           SYMTAB          00000000 00a460 002f30 10     10 488  4
  [10] .strtab           STRTAB          00000000 00d390 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 0x09bde 0x09bde R E 0x1
  LOAD           0x009c72 0x00800100 0x00009bde 0x0015e 0x0015e RW  0x1
  LOAD           0x009dd0 0x0080025e 0x0080025e 0x00000 0x000fd RW  0x1

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


simple



avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=simple.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.5/include  -I../.././nut/include  simple.c -o simple.o
avr-gcc simple.o -mmcu=atmega128 -Wl,--defsym=main=0,-Map=simple.map,--cref -L../.././nutbld_avr_3.4.5/lib -Wl,--start-group ../.././nutbld_avr_3.4.5/lib/nutinit.o -lnutos -lnutarch -lnutdev -lnutarch -lnutcrt  -Wl,--end-group -o simple.c.elf

ELF File Information:

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

Section Headers:
  [Nr] Name              Type            Addr     Off    Size   ES Flg Lk Inf Al
  [ 0]                   NULL            00000000 000000 000000 00      0   0  0
  [ 1] .data             PROGBITS        00800100 0015ec 00001a 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 001558 00  AX  0   0  1
  [ 3] .bss              NOBITS          0080011a 001606 00006e 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        00800188 001606 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 001606 000000 00   W  0   0  1
  [ 6] .stab             PROGBITS        00000000 001608 000408 0c      7   0  4
  [ 7] .stabstr          STRTAB          00000000 001a10 000084 00      0   0  1
  [ 8] .shstrtab         STRTAB          00000000 001a94 00004b 00      0   0  1
  [ 9] .symtab           SYMTAB          00000000 001c98 000f30 10     10 110  4
  [10] .strtab           STRTAB          00000000 002bc8 0008e2 00      0   0  1
Key to Flags:
  W (write), A (alloc), X (execute), M (merge), S (strings)
  I (info), L (link order), G (group), x (unknown)
  O (extra OS processing required) o (OS specific), p (processor specific)

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

Program Headers:
  Type           Offset   VirtAddr   PhysAddr   FileSiz MemSiz  Flg Align
  LOAD           0x000094 0x00000000 0x00000000 0x01558 0x01558 R E 0x1
  LOAD           0x0015ec 0x00800100 0x00001558 0x0001a 0x0001a RW  0x1
  LOAD           0x001606 0x0080011a 0x0080011a 0x00000 0x0006e RW  0x1

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


snmpd



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

ELF File Information: