Compile results and segment sizes Nut/OS 4.6.0 ARM-gcc 4.1.1



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




basemon



arm-elf-gcc -c -mcpu=arm7tdmi -Os -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=basemon.lst -DETHERNUT3 -I../.././nutbld_arm_4.1.1/include  -I../.././nut/include  basemon.c -o basemon.o
arm-elf-gcc -c -mcpu=arm7tdmi -Os -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=xmemtest.lst -DETHERNUT3 -I../.././nutbld_arm_4.1.1/include  -I../.././nut/include  xmemtest.c -o xmemtest.o
arm-elf-gcc -c -mcpu=arm7tdmi -Os -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=dataflash.lst -DETHERNUT3 -I../.././nutbld_arm_4.1.1/include  -I../.././nut/include  dataflash.c -o dataflash.o
arm-elf-gcc -c -mcpu=arm7tdmi -Os -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=realtek.lst -DETHERNUT3 -I../.././nutbld_arm_4.1.1/include  -I../.././nut/include  realtek.c -o realtek.o
arm-elf-gcc -c -mcpu=arm7tdmi -Os -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=smsc.lst -DETHERNUT3 -I../.././nutbld_arm_4.1.1/include  -I../.././nut/include  smsc.c -o smsc.o
arm-elf-gcc -c -mcpu=arm7tdmi -Os -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=uart.lst -DETHERNUT3 -I../.././nutbld_arm_4.1.1/include  -I../.././nut/include  uart.c -o uart.o
arm-elf-gcc -c -mcpu=arm7tdmi -Os -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=webdemo.lst -DETHERNUT3 -I../.././nutbld_arm_4.1.1/include  -I../.././nut/include  webdemo.c -o webdemo.o
arm-elf-gcc -c -mcpu=arm7tdmi -Os -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=utils.lst -DETHERNUT3 -I../.././nutbld_arm_4.1.1/include  -I../.././nut/include  utils.c -o utils.o
crurom -r -ourom.c html
arm-elf-gcc -c -mcpu=arm7tdmi -Os -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=urom.lst -DETHERNUT3 -I../.././nutbld_arm_4.1.1/include  -I../.././nut/include  urom.c -o urom.o
arm-elf-gcc basemon.o xmemtest.o dataflash.o realtek.o smsc.o uart.o webdemo.o utils.o urom.o -mcpu=arm7tdmi -nostartfiles -T../.././nut/arch/arm/ldscripts/at91_ram.ld -Wl,-Map=basemon.map,--cref,--no-warn-mismatch -L../.././nutbld_arm_4.1.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 14 section headers, starting at offset 0x1b1dc:

Section Headers:
  [Nr] Name              Type            Addr     Off    Size   ES Flg Lk Inf Al
  [ 0]                   NULL            00000000 000000 000000 00      0   0  0
  [ 1] .text             PROGBITS        00000000 008000 00f4c4 00  AX  0   0  4
  [ 2] .rodata           PROGBITS        0000f4c4 0174c4 002510 00   A  0   0  4
  [ 3] .data             PROGBITS        000119d4 0199d4 00064c 00  WA  0   0  4
  [ 4] .bss              NOBITS          00012020 01a020 000604 00  WA  0   0  4
  [ 5] .comment          PROGBITS        00000000 01a020 000add 00      0   0  1
  [ 6] .debug_aranges    PROGBITS        00000000 01ab00 0000a0 00      0   0  8
  [ 7] .debug_info       PROGBITS        00000000 01aba0 000244 00      0   0  1
  [ 8] .debug_abbrev     PROGBITS        00000000 01ade4 000064 00      0   0  1
  [ 9] .debug_line       PROGBITS        00000000 01ae48 000274 00      0   0  1
  [10] .debug_frame      PROGBITS        00000000 01b0bc 0000a0 00      0   0  4
  [11] .shstrtab         STRTAB          00000000 01b15c 00007f 00      0   0  1
  [12] .symtab           SYMTAB          00000000 01b40c 0046c0 10     13 765  4
  [13] .strtab           STRTAB          00000000 01facc 001de2 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 0x38
There are 1 program headers, starting at offset 52

Program Headers:
  Type           Offset   VirtAddr   PhysAddr   FileSiz MemSiz  Flg Align
  LOAD           0x008000 0x00000000 0x00000000 0x12020 0x12624 RWE 0x8000

 Section to Segment mapping:
  Segment Sections...
   00     .text .rodata .data .bss 


caltime



arm-elf-gcc -c -mcpu=arm7tdmi -Os -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=caltime.lst -DETHERNUT3 -I../.././nutbld_arm_4.1.1/include  -I../.././nut/include  caltime.c -o caltime.o
arm-elf-gcc caltime.o -mcpu=arm7tdmi -nostartfiles -T../.././nut/arch/arm/ldscripts/at91_ram.ld -Wl,-Map=caltime.map,--cref,--no-warn-mismatch -L../.././nutbld_arm_4.1.1/lib -Wl,--start-group ../.././nutbld_arm_4.1.1/lib/nutinit.o -lnutcrt -lnutos -lnutdev -lnutarch  -Wl,--end-group -o caltime.c.elf

ELF File Information:

There are 14 section headers, starting at offset 0x10e64:

Section Headers:
  [Nr] Name              Type            Addr     Off    Size   ES Flg Lk Inf Al
  [ 0]                   NULL            00000000 000000 000000 00      0   0  0
  [ 1] .text             PROGBITS        00000000 008000 0074e4 00  AX  0   0  4
  [ 2] .rodata           PROGBITS        000074e4 00f4e4 00064c 00   A  0   0  4
  [ 3] .data             PROGBITS        00007b30 00fb30 0005e8 00  WA  0   0  4
  [ 4] .bss              NOBITS          00008118 010118 000490 00  WA  0   0  4
  [ 5] .comment          PROGBITS        00000000 010118 00066f 00      0   0  1
  [ 6] .debug_aranges    PROGBITS        00000000 010788 0000a0 00      0   0  8
  [ 7] .debug_info       PROGBITS        00000000 010828 000244 00      0   0  1
  [ 8] .debug_abbrev     PROGBITS        00000000 010a6c 000064 00      0   0  1
  [ 9] .debug_line       PROGBITS        00000000 010ad0 000274 00      0   0  1
  [10] .debug_frame      PROGBITS        00000000 010d44 0000a0 00      0   0  4
  [11] .shstrtab         STRTAB          00000000 010de4 00007f 00      0   0  1
  [12] .symtab           SYMTAB          00000000 011094 0026c0 10     13 419  4
  [13] .strtab           STRTAB          00000000 013754 001017 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 0x38
There are 1 program headers, starting at offset 52

Program Headers:
  Type           Offset   VirtAddr   PhysAddr   FileSiz MemSiz  Flg Align
  LOAD           0x008000 0x00000000 0x00000000 0x08118 0x085a8 RWE 0x8000

 Section to Segment mapping:
  Segment Sections...
   00     .text .rodata .data .bss 


canbus



arm-elf-gcc -c -mcpu=arm7tdmi -Os -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=candemo.lst -DETHERNUT3 -I../.././nutbld_arm_4.1.1/include  -I../.././nut/include  candemo.c -o candemo.o
candemo.c: In function 'main':
candemo.c:87: warning: unused variable 'result'
candemo.c:86: warning: unused variable 'i'
arm-elf-gcc candemo.o -mcpu=arm7tdmi -nostartfiles -T../.././nut/arch/arm/ldscripts/at91_ram.ld -Wl,-Map=candemo.map,--cref,--no-warn-mismatch -L../.././nutbld_arm_4.1.1/lib -Wl,--start-group ../.././nutbld_arm_4.1.1/lib/nutinit.o -lnutpro -lnutos -lnutarch -lnutdev -lnutnet -lnutfs -lnutcrt  -Wl,--end-group -o candemo.c.elf

ELF File Information:

There are 14 section headers, starting at offset 0xc650:

Section Headers:
  [Nr] Name              Type            Addr     Off    Size   ES Flg Lk Inf Al
  [ 0]                   NULL            00000000 000000 000000 00      0   0  0
  [ 1] .text             PROGBITS        00000000 008000 003d38 00  AX  0   0  4
  [ 2] .rodata           PROGBITS        00003d38 00bd38 000058 01 AMS  0   0  4
  [ 3] .data             PROGBITS        00003d90 00bd90 0000c0 00  WA  0   0  4
  [ 4] .bss              NOBITS          00003e50 00be50 000488 00  WA  0   0  4
  [ 5] .comment          PROGBITS        00000000 00be50 0003cc 00      0   0  1
  [ 6] .debug_aranges    PROGBITS        00000000 00c220 000060 00      0   0  8
  [ 7] .debug_info       PROGBITS        00000000 00c280 00015c 00      0   0  1
  [ 8] .debug_abbrev     PROGBITS        00000000 00c3dc 00003c 00      0   0  1
  [ 9] .debug_line       PROGBITS        00000000 00c418 000167 00      0   0  1
  [10] .debug_frame      PROGBITS        00000000 00c580 000050 00      0   0  4
  [11] .shstrtab         STRTAB          00000000 00c5d0 00007f 00      0   0  1
  [12] .symtab           SYMTAB          00000000 00c880 001900 10     13 242  4
  [13] .strtab           STRTAB          00000000 00e180 000ae1 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 0x38
There are 1 program headers, starting at offset 52

Program Headers:
  Type           Offset   VirtAddr   PhysAddr   FileSiz MemSiz  Flg Align
  LOAD           0x008000 0x00000000 0x00000000 0x03e50 0x042d8 RWE 0x8000

 Section to Segment mapping:
  Segment Sections...
   00     .text .rodata .data .bss 


events



arm-elf-gcc -c -mcpu=arm7tdmi -Os -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=events.lst -DETHERNUT3 -I../.././nutbld_arm_4.1.1/include  -I../.././nut/include  events.c -o events.o
arm-elf-gcc events.o -mcpu=arm7tdmi -nostartfiles -T../.././nut/arch/arm/ldscripts/at91_ram.ld -Wl,-Map=events.map,--cref,--no-warn-mismatch -L../.././nutbld_arm_4.1.1/lib -Wl,--start-group ../.././nutbld_arm_4.1.1/lib/nutinit.o -lnutos -lnutarch -lnutdev -lnutarch -lnutcrt  -Wl,--end-group -o events.c.elf

ELF File Information:

There are 14 section headers, starting at offset 0xc8c8:

Section Headers:
  [Nr] Name              Type            Addr     Off    Size   ES Flg Lk Inf Al
  [ 0]                   NULL            00000000 000000 000000 00      0   0  0
  [ 1] .text             PROGBITS        00000000 008000 003eb8 00  AX  0   0  4
  [ 2] .rodata           PROGBITS        00003eb8 00beb8 000150 01 AMS  0   0  4
  [ 3] .data             PROGBITS        00004008 00c008 0000c0 00  WA  0   0  4
  [ 4] .bss              NOBITS          000040c8 00c0c8 000478 00  WA  0   0  4
  [ 5] .comment          PROGBITS        00000000 00c0c8 0003cc 00      0   0  1
  [ 6] .debug_aranges    PROGBITS        00000000 00c498 000060 00      0   0  8
  [ 7] .debug_info       PROGBITS        00000000 00c4f8 00015c 00      0   0  1
  [ 8] .debug_abbrev     PROGBITS        00000000 00c654 00003c 00      0   0  1
  [ 9] .debug_line       PROGBITS        00000000 00c690 000167 00      0   0  1
  [10] .debug_frame      PROGBITS        00000000 00c7f8 000050 00      0   0  4
  [11] .shstrtab         STRTAB          00000000 00c848 00007f 00      0   0  1
  [12] .symtab           SYMTAB          00000000 00caf8 001950 10     13 247  4
  [13] .strtab           STRTAB          00000000 00e448 000adb 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 0x38
There are 1 program headers, starting at offset 52

Program Headers:
  Type           Offset   VirtAddr   PhysAddr   FileSiz MemSiz  Flg Align
  LOAD           0x008000 0x00000000 0x00000000 0x040c8 0x04540 RWE 0x8000

 Section to Segment mapping:
  Segment Sections...
   00     .text .rodata .data .bss 


ftpd



arm-elf-gcc -c -mcpu=arm7tdmi -Os -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=ftpserv.lst -DETHERNUT3 -I../.././nutbld_arm_4.1.1/include  -I../.././nut/include  ftpserv.c -o ftpserv.o
arm-elf-gcc ftpserv.o -mcpu=arm7tdmi -nostartfiles -T../.././nut/arch/arm/ldscripts/at91_ram.ld -Wl,-Map=ftpserv.map,--cref,--no-warn-mismatch -L../.././nutbld_arm_4.1.1/lib -Wl,--start-group ../.././nutbld_arm_4.1.1/lib/nutinit.o -lnutpro -lnutfs -lnutarch -lnutnet -lnutos -lnutdev -lnutarch -lnutcrt  -Wl,--end-group -o ftpserv.c.elf

ELF File Information:

There are 14 section headers, starting at offset 0x1d804:

Section Headers:
  [Nr] Name              Type            Addr     Off    Size   ES Flg Lk Inf Al
  [ 0]                   NULL            00000000 000000 000000 00      0   0  0
  [ 1] .text             PROGBITS        00000000 008000 013818 00  AX  0   0  4
  [ 2] .rodata           PROGBITS        00013818 01b818 000604 00   A  0   0  4
  [ 3] .data             PROGBITS        00013e1c 01be1c 000750 00  WA  0   0  4
  [ 4] .bss              NOBITS          0001456c 01c56c 000578 00  WA  0   0  4
  [ 5] .comment          PROGBITS        00000000 01c56c 000bb5 00      0   0  1
  [ 6] .debug_aranges    PROGBITS        00000000 01d128 0000a0 00      0   0  8
  [ 7] .debug_info       PROGBITS        00000000 01d1c8 000244 00      0   0  1
  [ 8] .debug_abbrev     PROGBITS        00000000 01d40c 000064 00      0   0  1
  [ 9] .debug_line       PROGBITS        00000000 01d470 000274 00      0   0  1
  [10] .debug_frame      PROGBITS        00000000 01d6e4 0000a0 00      0   0  4
  [11] .shstrtab         STRTAB          00000000 01d784 00007f 00      0   0  1
  [12] .symtab           SYMTAB          00000000 01da34 005280 10     13 901  4
  [13] .strtab           STRTAB          00000000 022cb4 002340 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 0x38
There are 1 program headers, starting at offset 52

Program Headers:
  Type           Offset   VirtAddr   PhysAddr   FileSiz MemSiz  Flg Align
  LOAD           0x008000 0x00000000 0x00000000 0x1456c 0x14ae4 RWE 0x8000

 Section to Segment mapping:
  Segment Sections...
   00     .text .rodata .data .bss 


httpd



arm-elf-gcc -c -mcpu=arm7tdmi -Os -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=httpserv.lst -DETHERNUT3 -I../.././nutbld_arm_4.1.1/include  -I../.././nut/include  httpserv.c -o httpserv.o
crurom -r -ourom.c sample
arm-elf-gcc -c -mcpu=arm7tdmi -Os -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=urom.lst -DETHERNUT3 -I../.././nutbld_arm_4.1.1/include  -I../.././nut/include  urom.c -o urom.o
arm-elf-gcc httpserv.o urom.o -mcpu=arm7tdmi -nostartfiles -T../.././nut/arch/arm/ldscripts/at91_ram.ld -Wl,-Map=httpserv.map,--cref,--no-warn-mismatch -L../.././nutbld_arm_4.1.1/lib -Wl,--start-group ../.././nutbld_arm_4.1.1/lib/nutinit.o  -lnutpro -lnutos -lnutarch -lnutdev -lnutarch -lnutnet -lnutfs -lnutcrt  -Wl,--end-group -o httpserv.c.elf

ELF File Information:

There are 14 section headers, starting at offset 0x221f4:

Section Headers:
  [Nr] Name              Type            Addr     Off    Size   ES Flg Lk Inf Al
  [ 0]                   NULL            00000000 000000 000000 00      0   0  0
  [ 1] .text             PROGBITS        00000000 008000 010c00 00  AX  0   0  4
  [ 2] .rodata           PROGBITS        00010c00 018c00 007b5c 00   A  0   0  4
  [ 3] .data             PROGBITS        0001875c 02075c 000798 00  WA  0   0  4
  [ 4] .bss              NOBITS          00018ef4 020ef4 000594 00  WA  0   0  4
  [ 5] .comment          PROGBITS        00000000 020ef4 000c21 00      0   0  1
  [ 6] .debug_aranges    PROGBITS        00000000 021b18 0000a0 00      0   0  8
  [ 7] .debug_info       PROGBITS        00000000 021bb8 000244 00      0   0  1
  [ 8] .debug_abbrev     PROGBITS        00000000 021dfc 000064 00      0   0  1
  [ 9] .debug_line       PROGBITS        00000000 021e60 000274 00      0   0  1
  [10] .debug_frame      PROGBITS        00000000 0220d4 0000a0 00      0   0  4
  [11] .shstrtab         STRTAB          00000000 022174 00007f 00      0   0  1
  [12] .symtab           SYMTAB          00000000 022424 004d80 10     13 841  4
  [13] .strtab           STRTAB          00000000 0271a4 002217 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 0x38
There are 1 program headers, starting at offset 52

Program Headers:
  Type           Offset   VirtAddr   PhysAddr   FileSiz MemSiz  Flg Align
  LOAD           0x008000 0x00000000 0x00000000 0x18ef4 0x19488 RWE 0x8000

 Section to Segment mapping:
  Segment Sections...
   00     .text .rodata .data .bss 


inetq



arm-elf-gcc -c -mcpu=arm7tdmi -Os -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=inetq.lst -DETHERNUT3 -I../.././nutbld_arm_4.1.1/include  -I../.././nut/include  inetq.c -o inetq.o
inetq.c: In function 'main':
inetq.c:165: warning: pointer targets in passing argument 1 of 'NutDnsGetHostByName' differ in signedness
arm-elf-gcc inetq.o -mcpu=arm7tdmi -nostartfiles -T../.././nut/arch/arm/ldscripts/at91_ram.ld -Wl,-Map=inetq.map,--cref,--no-warn-mismatch -L../.././nutbld_arm_4.1.1/lib -Wl,--start-group ../.././nutbld_arm_4.1.1/lib/nutinit.o -lnutpro -lnutos -lnutarch -lnutdev -lnutarch -lnutnet -lnutfs -lnutcrt  -Wl,--end-group -o inetq.c.elf

ELF File Information:

There are 14 section headers, starting at offset 0x14fcc:

Section Headers:
  [Nr] Name              Type            Addr     Off    Size   ES Flg Lk Inf Al
  [ 0]                   NULL            00000000 000000 000000 00      0   0  0
  [ 1] .text             PROGBITS        00000000 008000 00bd28 00  AX  0   0  4
  [ 2] .rodata           PROGBITS        0000bd28 013d28 00023c 01 AMS  0   0  4
  [ 3] .data             PROGBITS        0000bf64 013f64 000168 00  WA  0   0  4
  [ 4] .bss              NOBITS          0000c0cc 0140cc 00091c 00  WA  0   0  4
  [ 5] .comment          PROGBITS        00000000 0140cc 00081f 00      0   0  1
  [ 6] .debug_aranges    PROGBITS        00000000 0148f0 0000a0 00      0   0  8
  [ 7] .debug_info       PROGBITS        00000000 014990 000244 00      0   0  1
  [ 8] .debug_abbrev     PROGBITS        00000000 014bd4 000064 00      0   0  1
  [ 9] .debug_line       PROGBITS        00000000 014c38 000274 00      0   0  1
  [10] .debug_frame      PROGBITS        00000000 014eac 0000a0 00      0   0  4
  [11] .shstrtab         STRTAB          00000000 014f4c 00007f 00      0   0  1
  [12] .symtab           SYMTAB          00000000 0151fc 003120 10     13 518  4
  [13] .strtab           STRTAB          00000000 01831c 00155a 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 0x38
There are 1 program headers, starting at offset 52

Program Headers:
  Type           Offset   VirtAddr   PhysAddr   FileSiz MemSiz  Flg Align
  LOAD           0x008000 0x00000000 0x00000000 0x0c0cc 0x0c9e8 RWE 0x8000

 Section to Segment mapping:
  Segment Sections...
   00     .text .rodata .data .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



arm-elf-gcc -c -mcpu=arm7tdmi -Os -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=logtime.lst -DETHERNUT3 -I../.././nutbld_arm_4.1.1/include  -I../.././nut/include  logtime.c -o logtime.o
arm-elf-gcc logtime.o -mcpu=arm7tdmi -nostartfiles -T../.././nut/arch/arm/ldscripts/at91_ram.ld -Wl,-Map=logtime.map,--cref,--no-warn-mismatch -L../.././nutbld_arm_4.1.1/lib -Wl,--start-group ../.././nutbld_arm_4.1.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 14 section headers, starting at offset 0x1746c:

Section Headers:
  [Nr] Name              Type            Addr     Off    Size   ES Flg Lk Inf Al
  [ 0]                   NULL            00000000 000000 000000 00      0   0  0
  [ 1] .text             PROGBITS        00000000 008000 00dfa8 00  AX  0   0  4
  [ 2] .rodata           PROGBITS        0000dfa8 015fa8 00028c 00   A  0   0  4
  [ 3] .data             PROGBITS        0000e234 016234 000298 00  WA  0   0  4
  [ 4] .bss              NOBITS          0000e4cc 0164cc 000550 00  WA  0   0  4
  [ 5] .comment          PROGBITS        00000000 0164cc 0008c1 00      0   0  1
  [ 6] .debug_aranges    PROGBITS        00000000 016d90 0000a0 00      0   0  8
  [ 7] .debug_info       PROGBITS        00000000 016e30 000244 00      0   0  1
  [ 8] .debug_abbrev     PROGBITS        00000000 017074 000064 00      0   0  1
  [ 9] .debug_line       PROGBITS        00000000 0170d8 000274 00      0   0  1
  [10] .debug_frame      PROGBITS        00000000 01734c 0000a0 00      0   0  4
  [11] .shstrtab         STRTAB          00000000 0173ec 00007f 00      0   0  1
  [12] .symtab           SYMTAB          00000000 01769c 003b40 10     13 654  4
  [13] .strtab           STRTAB          00000000 01b1dc 0019a1 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 0x38
There are 1 program headers, starting at offset 52

Program Headers:
  Type           Offset   VirtAddr   PhysAddr   FileSiz MemSiz  Flg Align
  LOAD           0x008000 0x00000000 0x00000000 0x0e4cc 0x0ea1c RWE 0x8000

 Section to Segment mapping:
  Segment Sections...
   00     .text .rodata .data .bss 


nutpiper



arm-elf-gcc -c -mcpu=arm7tdmi -Os -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=nutpiper.lst -DETHERNUT3 -I../.././nutbld_arm_4.1.1/include  -I../.././nut/include  nutpiper.c -o nutpiper.o
nutpiper.c: In function 'main':
nutpiper.c:402: warning: unused variable 'ip_gate'
nutpiper.c:400: warning: unused variable 'ip_mask'
nutpiper.c:398: warning: unused variable 'ip_addr'
nutpiper.c:396: warning: unused variable 'mac'
arm-elf-gcc -c -mcpu=arm7tdmi -Os -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=config.lst -DETHERNUT3 -I../.././nutbld_arm_4.1.1/include  -I../.././nut/include  config.c -o config.o
config.c: In function 'ConfigSaveBinary':
config.c:80: warning: unused variable 'cp'
config.c:79: warning: unused variable 'i'
config.c: In function 'ConfigLoadBinary':
config.c:134: warning: unused variable 'cp'
config.c:133: warning: unused variable 'i'
config.c: In function 'ConfigSize':
config.c:162: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
config.c: In function 'ConfigStation':
config.c:193: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
config.c:200: warning: pointer targets in passing argument 1 of 'inet_addr' differ in signedness
config.c:214: warning: pointer targets in passing argument 1 of 'atoi' differ in signedness
config.c:220: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
config.c:221: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness
config.c:221: warning: pointer targets in passing argument 2 of 'strcpy' differ in signedness
config.c: In function 'ConfigResetFactory':
config.c:268: warning: pointer targets in passing argument 2 of 'ConfigStation' differ in signedness
config.c:270: warning: pointer targets in passing argument 2 of 'ConfigStation' differ in signedness
config.c:272: warning: pointer targets in passing argument 2 of 'ConfigStation' differ in signedness
config.c:274: warning: pointer targets in passing argument 2 of 'ConfigStation' differ in signedness
config.c:276: warning: pointer targets in passing argument 2 of 'ConfigStation' differ in signedness
config.c:278: warning: pointer targets in passing argument 2 of 'ConfigStation' differ in signedness
config.c:280: warning: pointer targets in passing argument 2 of 'ConfigStation' differ in signedness
config.c:282: warning: pointer targets in passing argument 2 of 'ConfigStation' differ in signedness
config.c:284: warning: pointer targets in passing argument 2 of 'ConfigStation' differ in signedness
config.c:286: warning: pointer targets in passing argument 2 of 'ConfigStation' differ in signedness
config.c:288: warning: pointer targets in passing argument 2 of 'ConfigStation' differ in signedness
config.c:290: warning: pointer targets in passing argument 2 of 'ConfigStation' differ in signedness
config.c:292: warning: pointer targets in passing argument 2 of 'ConfigStation' differ in signedness
config.c:294: warning: pointer targets in passing argument 2 of 'ConfigStation' differ in signedness
config.c:296: warning: pointer targets in passing argument 2 of 'ConfigStation' differ in signedness
config.c:298: warning: pointer targets in passing argument 2 of 'ConfigStation' differ in signedness
config.c:300: warning: pointer targets in passing argument 2 of 'ConfigStation' differ in signedness
config.c:302: warning: pointer targets in passing argument 2 of 'ConfigStation' differ in signedness
config.c:304: warning: pointer targets in passing argument 2 of 'ConfigStation' differ in signedness
config.c:306: warning: pointer targets in passing argument 2 of 'ConfigStation' differ in signedness
config.c:308: warning: pointer targets in passing argument 2 of 'ConfigStation' differ in signedness
config.c: In function 'ConfigLoad':
config.c:352: warning: pointer targets in passing argument 2 of 'ConfigLoadString' differ in signedness
config.c:371: warning: pointer targets in passing argument 2 of 'ConfigLoadString' differ in signedness
config.c:374: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness
config.c: In function 'ConfigSave':
config.c:409: warning: pointer targets in passing argument 2 of 'ConfigSaveString' differ in signedness
config.c:423: warning: pointer targets in passing argument 2 of 'ConfigSaveString' differ in signedness
arm-elf-gcc -c -mcpu=arm7tdmi -Os -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=player.lst -DETHERNUT3 -I../.././nutbld_arm_4.1.1/include  -I../.././nut/include  player.c -o player.o
arm-elf-gcc -c -mcpu=arm7tdmi -Os -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=display.lst -DETHERNUT3 -I../.././nutbld_arm_4.1.1/include  -I../.././nut/include  display.c -o display.o
display.c: In function 'DisplayStation':
display.c:133: warning: pointer targets in passing argument 2 of 'strncpy' differ in signedness
display.c: In function 'DisplayStatus':
display.c:170: warning: pointer targets in passing argument 2 of 'strncpy' differ in signedness
display.c:172: warning: pointer targets in passing argument 2 of 'strncpy' differ in signedness
display.c: In function 'DisplayEntry':
display.c:218: warning: pointer targets in passing argument 2 of 'strncpy' differ in signedness
display.c:220: warning: pointer targets in passing argument 2 of 'strncpy' differ in signedness
arm-elf-gcc -c -mcpu=arm7tdmi -Os -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=scanner.lst -DETHERNUT3 -I../.././nutbld_arm_4.1.1/include  -I../.././nut/include  scanner.c -o scanner.o
scanner.c: In function 'PutString':
scanner.c:94: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
scanner.c: In function 'ScanStreamHeader':
scanner.c:117: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness
scanner.c:119: warning: pointer targets in passing argument 1 of 'strcat' differ in signedness
scanner.c:119: warning: pointer targets in passing argument 2 of 'strcat' differ in signedness
scanner.c:120: warning: pointer targets in passing argument 1 of 'strcat' differ in signedness
scanner.c:123: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness
scanner.c:126: warning: pointer targets in passing argument 2 of 'PutString' differ in signedness
scanner.c:143: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness
scanner.c:144: warning: pointer targets in passing argument 1 of 'atoi' differ in signedness
scanner.c:149: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness
scanner.c:150: warning: pointer targets in assignment differ in signedness
scanner.c:155: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness
scanner.c:158: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness
scanner.c:159: warning: pointer targets in assignment differ in signedness
scanner.c:164: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness
scanner.c:166: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness
scanner.c:167: warning: pointer targets in passing argument 1 of 'atol' differ in signedness
scanner.c:168: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness
scanner.c:169: warning: pointer targets in passing argument 1 of 'atol' differ in signedness
scanner.c:172: warning: pointer targets in passing argument 1 of 'puts' differ in signedness
scanner.c: In function 'ReadMetaTitle':
scanner.c:225: warning: pointer targets in passing argument 1 of 'strchr' differ in signedness
scanner.c:225: warning: pointer targets in assignment differ in signedness
scanner.c:227: warning: pointer targets in passing argument 1 of 'strchr' differ in signedness
scanner.c:227: warning: pointer targets in assignment differ in signedness
scanner.c:231: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
scanner.c:231: warning: pointer targets in assignment differ in signedness
scanner.c:233: warning: pointer targets in passing argument 1 of 'strcasecmp' differ in signedness
scanner.c:234: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
scanner.c:235: warning: pointer targets in passing argument 2 of 'strcpy' differ in signedness
scanner.c: In function 'Scanner':
scanner.c:277: warning: format '%u' expects type 'unsigned int', but argument 2 has type 'size_t'
scanner.c:297: warning: pointer targets in assignment differ in signedness
arm-elf-gcc nutpiper.o config.o player.o display.o scanner.o -mcpu=arm7tdmi -nostartfiles -T../.././nut/arch/arm/ldscripts/at91_ram.ld -Wl,-Map=nutpiper.map,--cref,--no-warn-mismatch -L../.././nutbld_arm_4.1.1/lib -Wl,--start-group ../.././nutbld_arm_4.1.1/lib/nutinit.o -lnutarch -lnutpro -lnutos -lnutdev -lnutarch -lnutnet -lnutcrt  -Wl,--end-group -o nutpiper.c.elf

ELF File Information:

There are 14 section headers, starting at offset 0x12abc:

Section Headers:
  [Nr] Name              Type            Addr     Off    Size   ES Flg Lk Inf Al
  [ 0]                   NULL            00000000 000000 000000 00      0   0  0
  [ 1] .text             PROGBITS        00000000 008000 0092a4 00  AX  0   0  4
  [ 2] .rodata           PROGBITS        000092a4 0112a4 0004ec 00   A  0   0  4
  [ 3] .data             PROGBITS        00009790 011790 0004ec 00  WA  0   0  4
  [ 4] .bss              NOBITS          00009c7c 011c7c 00051c 00  WA  0   0  4
  [ 5] .comment          PROGBITS        00000000 011c7c 000762 00      0   0  1
  [ 6] .debug_aranges    PROGBITS        00000000 0123e0 0000a0 00      0   0  8
  [ 7] .debug_info       PROGBITS        00000000 012480 000244 00      0   0  1
  [ 8] .debug_abbrev     PROGBITS        00000000 0126c4 000064 00      0   0  1
  [ 9] .debug_line       PROGBITS        00000000 012728 000274 00      0   0  1
  [10] .debug_frame      PROGBITS        00000000 01299c 0000a0 00      0   0  4
  [11] .shstrtab         STRTAB          00000000 012a3c 00007f 00      0   0  1
  [12] .symtab           SYMTAB          00000000 012cec 002bd0 10     13 441  4
  [13] .strtab           STRTAB          00000000 0158bc 0012b4 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 0x38
There are 1 program headers, starting at offset 52

Program Headers:
  Type           Offset   VirtAddr   PhysAddr   FileSiz MemSiz  Flg Align
  LOAD           0x008000 0x00000000 0x00000000 0x09c7c 0x0a198 RWE 0x8000

 Section to Segment mapping:
  Segment Sections...
   00     .text .rodata .data .bss 


playmp3



arm-elf-gcc -c -mcpu=arm7tdmi -Os -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=playmp3.lst -DETHERNUT3 -I../.././nutbld_arm_4.1.1/include  -I../.././nut/include  playmp3.c -o playmp3.o
playmp3.c:71: warning: 'PlayMp3File' declared 'static' but never defined
crurom -r -ourom.c sounds
arm-elf-gcc -c -mcpu=arm7tdmi -Os -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=urom.lst -DETHERNUT3 -I../.././nutbld_arm_4.1.1/include  -I../.././nut/include  urom.c -o urom.o
arm-elf-gcc playmp3.o urom.o -mcpu=arm7tdmi -nostartfiles -T../.././nut/arch/arm/ldscripts/at91_ram.ld -Wl,-Map=playmp3.map,--cref,--no-warn-mismatch -L../.././nutbld_arm_4.1.1/lib -Wl,--start-group ../.././nutbld_arm_4.1.1/lib/nutinit.o -lnutfs -lnutos -lnutcrt -lnutdev -lnutarch  -Wl,--end-group -o playmp3.c.elf

ELF File Information:

There are 14 section headers, starting at offset 0x1318c:

Section Headers:
  [Nr] Name              Type            Addr     Off    Size   ES Flg Lk Inf Al
  [ 0]                   NULL            00000000 000000 000000 00      0   0  0
  [ 1] .text             PROGBITS        00000000 008000 0045dc 00  AX  0   0  4
  [ 2] .rodata           PROGBITS        000045dc 00c5dc 0060a0 00   A  0   0  4
  [ 3] .data             PROGBITS        0000a67c 01267c 000160 00  WA  0   0  4
  [ 4] .bss              NOBITS          0000a7dc 0127dc 000474 00  WA  0   0  4
  [ 5] .comment          PROGBITS        00000000 0127dc 000438 00      0   0  1
  [ 6] .debug_aranges    PROGBITS        00000000 012c18 000080 00      0   0  8
  [ 7] .debug_info       PROGBITS        00000000 012c98 0001d0 00      0   0  1
  [ 8] .debug_abbrev     PROGBITS        00000000 012e68 000050 00      0   0  1
  [ 9] .debug_line       PROGBITS        00000000 012eb8 0001dc 00      0   0  1
  [10] .debug_frame      PROGBITS        00000000 013094 000078 00      0   0  4
  [11] .shstrtab         STRTAB          00000000 01310c 00007f 00      0   0  1
  [12] .symtab           SYMTAB          00000000 0133bc 001bd0 10     13 274  4
  [13] .strtab           STRTAB          00000000 014f8c 000c18 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 0x38
There are 1 program headers, starting at offset 52

Program Headers:
  Type           Offset   VirtAddr   PhysAddr   FileSiz MemSiz  Flg Align
  LOAD           0x008000 0x00000000 0x00000000 0x0a7dc 0x0ac50 RWE 0x8000

 Section to Segment mapping:
  Segment Sections...
   00     .text .rodata .data .bss 


portdio



arm-elf-gcc -c -mcpu=arm7tdmi -Os -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=portdio.lst -DETHERNUT3 -I../.././nutbld_arm_4.1.1/include  -I../.././nut/include  portdio.c -o portdio.o
arm-elf-gcc portdio.o -mcpu=arm7tdmi -nostartfiles -T../.././nut/arch/arm/ldscripts/at91_ram.ld -Wl,-Map=portdio.map,--cref,--no-warn-mismatch -L../.././nutbld_arm_4.1.1/lib -Wl,--start-group ../.././nutbld_arm_4.1.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 14 section headers, starting at offset 0x14ea4:

Section Headers:
  [Nr] Name              Type            Addr     Off    Size   ES Flg Lk Inf Al
  [ 0]                   NULL            00000000 000000 000000 00      0   0  0
  [ 1] .text             PROGBITS        00000000 008000 00bd88 00  AX  0   0  4
  [ 2] .rodata           PROGBITS        0000bd88 013d88 000184 00   A  0   0  4
  [ 3] .data             PROGBITS        0000bf0c 013f0c 0000e8 00  WA  0   0  4
  [ 4] .bss              NOBITS          0000bff4 013ff4 000504 00  WA  0   0  4
  [ 5] .comment          PROGBITS        00000000 013ff4 0007ce 00      0   0  1
  [ 6] .debug_aranges    PROGBITS        00000000 0147c8 0000a0 00      0   0  8
  [ 7] .debug_info       PROGBITS        00000000 014868 000244 00      0   0  1
  [ 8] .debug_abbrev     PROGBITS        00000000 014aac 000064 00      0   0  1
  [ 9] .debug_line       PROGBITS        00000000 014b10 000274 00      0   0  1
  [10] .debug_frame      PROGBITS        00000000 014d84 0000a0 00      0   0  4
  [11] .shstrtab         STRTAB          00000000 014e24 00007f 00      0   0  1
  [12] .symtab           SYMTAB          00000000 0150d4 003100 10     13 513  4
  [13] .strtab           STRTAB          00000000 0181d4 0015bd 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 0x38
There are 1 program headers, starting at offset 52

Program Headers:
  Type           Offset   VirtAddr   PhysAddr   FileSiz MemSiz  Flg Align
  LOAD           0x008000 0x00000000 0x00000000 0x0bff4 0x0c4f8 RWE 0x8000

 Section to Segment mapping:
  Segment Sections...
   00     .text .rodata .data .bss 


pppc



arm-elf-gcc -c -mcpu=arm7tdmi -Os -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=pppc.lst -DETHERNUT3 -I../.././nutbld_arm_4.1.1/include  -I../.././nut/include  pppc.c -o pppc.o
pppc.c:107:2: warning: #warning "Works on ATmega128 only."
pppc.c: In function 'ProcessRequests':
pppc.c:224: warning: format '%u' expects type 'unsigned int', but argument 3 has type 'size_t'
pppc.c:252: warning: cast from pointer to integer of different size
pppc.c: In function 'main':
pppc.c:307: warning: unused variable 'rc'
pppc.c:306: warning: unused variable 'lctl'
pppc.c:305: warning: unused variable 'dcb'
arm-elf-gcc pppc.o -mcpu=arm7tdmi -nostartfiles -T../.././nut/arch/arm/ldscripts/at91_ram.ld -Wl,-Map=pppc.map,--cref,--no-warn-mismatch -L../.././nutbld_arm_4.1.1/lib -Wl,--start-group ../.././nutbld_arm_4.1.1/lib/nutinit.o -lnutpro -lnutarch -lnutnet -lnutdev -lnutarch -lnutnet -lnutos -lnutcrt  -Wl,--end-group -o pppc.c.elf

ELF File Information:

There are 14 section headers, starting at offset 0xd484:

Section Headers:
  [Nr] Name              Type            Addr     Off    Size   ES Flg Lk Inf Al
  [ 0]                   NULL            00000000 000000 000000 00      0   0  0
  [ 1] .text             PROGBITS        00000000 008000 00470c 00  AX  0   0  4
  [ 2] .rodata           PROGBITS        0000470c 00c70c 0002d8 00   A  0   0  4
  [ 3] .data             PROGBITS        000049e4 00c9e4 000068 00  WA  0   0  4
  [ 4] .bss              NOBITS          00004a4c 00ca4c 00045c 00  WA  0   0  4
  [ 5] .comment          PROGBITS        00000000 00ca4c 0004bf 00      0   0  1
  [ 6] .debug_aranges    PROGBITS        00000000 00cf10 000080 00      0   0  8
  [ 7] .debug_info       PROGBITS        00000000 00cf90 0001d0 00      0   0  1
  [ 8] .debug_abbrev     PROGBITS        00000000 00d160 000050 00      0   0  1
  [ 9] .debug_line       PROGBITS        00000000 00d1b0 0001dc 00      0   0  1
  [10] .debug_frame      PROGBITS        00000000 00d38c 000078 00      0   0  4
  [11] .shstrtab         STRTAB          00000000 00d404 00007f 00      0   0  1
  [12] .symtab           SYMTAB          00000000 00d6b4 001b20 10     13 271  4
  [13] .strtab           STRTAB          00000000 00f1d4 000b77 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 0x38
There are 1 program headers, starting at offset 52

Program Headers:
  Type           Offset   VirtAddr   PhysAddr   FileSiz MemSiz  Flg Align
  LOAD           0x008000 0x00000000 0x00000000 0x04a4c 0x04ea8 RWE 0x8000

 Section to Segment mapping:
  Segment Sections...
   00     .text .rodata .data .bss 


rs232d



arm-elf-gcc -c -mcpu=arm7tdmi -Os -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=rs232d.lst -DETHERNUT3 -I../.././nutbld_arm_4.1.1/include  -I../.././nut/include  rs232d.c -o rs232d.o
arm-elf-gcc rs232d.o -mcpu=arm7tdmi -nostartfiles -T../.././nut/arch/arm/ldscripts/at91_ram.ld -Wl,-Map=rs232d.map,--cref,--no-warn-mismatch -L../.././nutbld_arm_4.1.1/lib -Wl,--start-group ../.././nutbld_arm_4.1.1/lib/nutinit.o -lnutpro -lnutos -lnutarch -lnutdev -lnutarch -lnutfs -lnutnet -lnutcrt  -Wl,--end-group -o rs232d.c.elf

ELF File Information:

There are 14 section headers, starting at offset 0x15574:

Section Headers:
  [Nr] Name              Type            Addr     Off    Size   ES Flg Lk Inf Al
  [ 0]                   NULL            00000000 000000 000000 00      0   0  0
  [ 1] .text             PROGBITS        00000000 008000 00c50c 00  AX  0   0  4
  [ 2] .rodata           PROGBITS        0000c50c 01450c 000074 00   A  0   0  4
  [ 3] .data             PROGBITS        0000c580 014580 0001b4 00  WA  0   0  4
  [ 4] .bss              NOBITS          0000c734 014734 00050c 00  WA  0   0  4
  [ 5] .comment          PROGBITS        00000000 014734 000762 00      0   0  1
  [ 6] .debug_aranges    PROGBITS        00000000 014e98 0000a0 00      0   0  8
  [ 7] .debug_info       PROGBITS        00000000 014f38 000244 00      0   0  1
  [ 8] .debug_abbrev     PROGBITS        00000000 01517c 000064 00      0   0  1
  [ 9] .debug_line       PROGBITS        00000000 0151e0 000274 00      0   0  1
  [10] .debug_frame      PROGBITS        00000000 015454 0000a0 00      0   0  4
  [11] .shstrtab         STRTAB          00000000 0154f4 00007f 00      0   0  1
  [12] .symtab           SYMTAB          00000000 0157a4 0032c0 10     13 553  4
  [13] .strtab           STRTAB          00000000 018a64 0016d8 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 0x38
There are 1 program headers, starting at offset 52

Program Headers:
  Type           Offset   VirtAddr   PhysAddr   FileSiz MemSiz  Flg Align
  LOAD           0x008000 0x00000000 0x00000000 0x0c734 0x0cc40 RWE 0x8000

 Section to Segment mapping:
  Segment Sections...
   00     .text .rodata .data .bss 


simple



arm-elf-gcc -c -mcpu=arm7tdmi -Os -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=simple.lst -DETHERNUT3 -I../.././nutbld_arm_4.1.1/include  -I../.././nut/include  simple.c -o simple.o
arm-elf-gcc simple.o -mcpu=arm7tdmi -nostartfiles -T../.././nut/arch/arm/ldscripts/at91_ram.ld -Wl,-Map=simple.map,--cref,--no-warn-mismatch -L../.././nutbld_arm_4.1.1/lib -Wl,--start-group ../.././nutbld_arm_4.1.1/lib/nutinit.o -lnutos -lnutarch -lnutdev -lnutarch -lnutcrt   -Wl,--end-group -o simple.c.elf

ELF File Information:

There are 14 section headers, starting at offset 0xbc98:

Section Headers:
  [Nr] Name              Type            Addr     Off    Size   ES Flg Lk Inf Al
  [ 0]                   NULL            00000000 000000 000000 00      0   0  0
  [ 1] .text             PROGBITS        00000000 008000 0035b0 00  AX  0   0  4
  [ 2] .rodata           PROGBITS        000035b0 00b5b0 00001c 01 AMS  0   0  4
  [ 3] .data             PROGBITS        000035cc 00b5cc 000028 00  WA  0   0  4
  [ 4] .bss              NOBITS          000035f4 00b5f4 000458 00  WA  0   0  4
  [ 5] .comment          PROGBITS        00000000 00b5f4 00026d 00      0   0  1
  [ 6] .debug_aranges    PROGBITS        00000000 00b868 000060 00      0   0  8
  [ 7] .debug_info       PROGBITS        00000000 00b8c8 00015c 00      0   0  1
  [ 8] .debug_abbrev     PROGBITS        00000000 00ba24 00003c 00      0   0  1
  [ 9] .debug_line       PROGBITS        00000000 00ba60 000167 00      0   0  1
  [10] .debug_frame      PROGBITS        00000000 00bbc8 000050 00      0   0  4
  [11] .shstrtab         STRTAB          00000000 00bc18 00007f 00      0   0  1
  [12] .symtab           SYMTAB          00000000 00bec8 0014b0 10     13 202  4
  [13] .strtab           STRTAB          00000000 00d378 000960 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 0x38
There are 1 program headers, starting at offset 52

Program Headers:
  Type           Offset   VirtAddr   PhysAddr   FileSiz MemSiz  Flg Align
  LOAD           0x008000 0x00000000 0x00000000 0x035f4 0x03a4c RWE 0x8000

 Section to Segment mapping:
  Segment Sections...
   00     .text .rodata .data .bss 


snmpd



arm-elf-gcc -c -mcpu=arm7tdmi -Os -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=snmpd.lst -DETHERNUT3 -I../.././nutbld_arm_4.1.1/include  -I../.././nut/include  snmpd.c -o snmpd.o
arm-elf-gcc -c -mcpu=arm7tdmi -Os -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=mib2if.lst -DETHERNUT3 -I../.././nutbld_arm_4.1.1/include  -I../.././nut/include  mib2if.c -o mib2if.o
arm-elf-gcc -c -mcpu=arm7tdmi -Os -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=mib2sys.lst -DETHERNUT3 -I../.././nutbld_arm_4.1.1/include  -I../.././nut/include  mib2sys.c -o mib2sys.o
arm-elf-gcc snmpd.o mib2if.o mib2sys.o -mcpu=arm7tdmi -nostartfiles -T../.././nut/arch/arm/ldscripts/at91_ram.ld -Wl,-Map=snmpd.map,--cref,--no-warn-mismatch -L../.././nutbld_arm_4.1.1/lib -Wl,--start-group ../.././nutbld_arm_4.1.1/lib/nutinit.o -lnutpro -lnutnet -lnutcrt -lnutos -lnutdev -lnutarch -lnutos -lnutdev -lnutnet  -Wl,--end-group -o snmpd.c.elf

ELF File Information:

There are 14 section headers, starting at offset 0x19b6c:

Section Headers:
  [Nr] Name              Type            Addr     Off    Size   ES Flg Lk Inf Al
  [ 0]                   NULL            00000000 000000 000000 00      0   0  0
  [ 1] .text             PROGBITS        00000000 008000 00f554 00  AX  0   0  4
  [ 2] .rodata           PROGBITS        0000f554 017554 0002fc 00   A  0   0  4
  [ 3] .data             PROGBITS        0000f850 017850 0012c0 00  WA  0   0  4
  [ 4] .bss              NOBITS          00010b10 018b10 00065c 00  WA  0   0  4
  [ 5] .comment          PROGBITS        00000000 018b10 00097e 00      0   0  1
  [ 6] .debug_aranges    PROGBITS        00000000 019490 0000a0 00      0   0  8
  [ 7] .debug_info       PROGBITS        00000000 019530 000244 00      0   0  1
  [ 8] .debug_abbrev     PROGBITS        00000000 019774 000064 00      0   0  1
  [ 9] .debug_line       PROGBITS        00000000 0197d8 000274 00      0   0  1
  [10] .debug_frame      PROGBITS        00000000 019a4c 0000a0 00      0   0  4
  [11] .shstrtab         STRTAB          00000000 019aec 00007f 00      0   0  1
  [12] .symtab           SYMTAB          00000000 019d9c 003eb0 10     13 671  4
  [13] .strtab           STRTAB          00000000 01dc4c 001b58 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 0x38
There are 1 program headers, starting at offset 52

Program Headers:
  Type           Offset   VirtAddr   PhysAddr   FileSiz MemSiz  Flg Align
  LOAD           0x008000 0x00000000 0x00000000 0x10b10 0x1116c RWE 0x8000

 Section to Segment mapping:
  Segment Sections...
   00     .text .rodata .data .bss 


tcps



arm-elf-gcc -c -mcpu=arm7tdmi -Os -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=tcps.lst -DETHERNUT3 -I../.././nutbld_arm_4.1.1/include  -I../.././nut/include  tcps.c -o tcps.o
arm-elf-gcc tcps.o -mcpu=arm7tdmi -nostartfiles -T../.././nut/arch/arm/ldscripts/at91_ram.ld -Wl,-Map=tcps.map,--cref,--no-warn-mismatch -L../.././nutbld_arm_4.1.1/lib -Wl,--start-group ../.././nutbld_arm_4.1.1/lib/nutinit.o -lnutpro -lnutos -lnutarch -lnutdev -lnutarch -lnutnet -lnutfs -lnutcrt  -Wl,--end-group -o tcps.c.elf

ELF File Information:

There are 14 section headers, starting at offset 0x152bc:

Section Headers:
  [Nr] Name              Type            Addr     Off    Size   ES Flg Lk Inf Al
  [ 0]                   NULL            00000000 000000 000000 00      0   0  0
  [ 1] .text             PROGBITS        00000000 008000 00be94 00  AX  0   0  4
  [ 2] .rodata           PROGBITS        0000be94 013e94 00037c 00   A  0   0  4
  [ 3] .data             PROGBITS        0000c210 014210 000160 00  WA  0   0  4
  [ 4] .bss              NOBITS          0000c370 014370 00059c 00  WA  0   0  4
  [ 5] .comment          PROGBITS        00000000 014370 000870 00      0   0  1
  [ 6] .debug_aranges    PROGBITS        00000000 014be0 0000a0 00      0   0  8
  [ 7] .debug_info       PROGBITS        00000000 014c80 000244 00      0   0  1
  [ 8] .debug_abbrev     PROGBITS        00000000 014ec4 000064 00      0   0  1
  [ 9] .debug_line       PROGBITS        00000000 014f28 000274 00      0   0  1
  [10] .debug_frame      PROGBITS        00000000 01519c 0000a0 00      0   0  4
  [11] .shstrtab         STRTAB          00000000 01523c 00007f 00      0   0  1
  [12] .symtab           SYMTAB          00000000 0154ec 0032b0 10     13 532  4
  [13] .strtab           STRTAB          00000000 01879c 001606 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 0x38
There are 1 program headers, starting at offset 52

Program Headers:
  Type           Offset   VirtAddr   PhysAddr   FileSiz MemSiz  Flg Align
  LOAD           0x008000 0x00000000 0x00000000 0x0c370 0x0c90c RWE 0x8000

 Section to Segment mapping:
  Segment Sections...
   00     .text .rodata .data .bss 


threads



arm-elf-gcc -c -mcpu=arm7tdmi -Os -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=threads.lst -DETHERNUT3 -I../.././nutbld_arm_4.1.1/include  -I../.././nut/include  threads.c -o threads.o
arm-elf-gcc threads.o -mcpu=arm7tdmi -nostartfiles -T../.././nut/arch/arm/ldscripts/at91_ram.ld -Wl,-Map=threads.map,--cref,--no-warn-mismatch -L../.././nutbld_arm_4.1.1/lib -Wl,--start-group ../.././nutbld_arm_4.1.1/lib/nutinit.o -lnutos -lnutarch -lnutdev -lnutarch -lnutos -lnutcrt   -Wl,--end-group -o threads.c.elf

ELF File Information:

There are 14 section headers, starting at offset 0xd990:

Section Headers:
  [Nr] Name              Type            Addr     Off    Size   ES Flg Lk Inf Al
  [ 0]                   NULL            00000000 000000 000000 00      0   0  0
  [ 1] .text             PROGBITS        00000000 008000 004fcc 00  AX  0   0  4
  [ 2] .rodata           PROGBITS        00004fcc 00cfcc 000040 01 AMS  0   0  4
  [ 3] .data             PROGBITS        0000500c 00d00c 000134 00  WA  0   0  4
  [ 4] .bss              NOBITS          00005140 00d140 000464 00  WA  0   0  4
  [ 5] .comment          PROGBITS        00000000 00d140 00041d 00      0   0  1
  [ 6] .debug_aranges    PROGBITS        00000000 00d560 000060 00      0   0  8
  [ 7] .debug_info       PROGBITS        00000000 00d5c0 00015c 00      0   0  1
  [ 8] .debug_abbrev     PROGBITS        00000000 00d71c 00003c 00      0   0  1
  [ 9] .debug_line       PROGBITS        00000000 00d758 000167 00      0   0  1
  [10] .debug_frame      PROGBITS        00000000 00d8c0 000050 00      0   0  4
  [11] .shstrtab         STRTAB          00000000 00d910 00007f 00      0   0  1
  [12] .symtab           SYMTAB          00000000 00dbc0 001d10 10     13 308  4
  [13] .strtab           STRTAB          00000000 00f8d0 000cfc 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 0x38
There are 1 program headers, starting at offset 52

Program Headers:
  Type           Offset   VirtAddr   PhysAddr   FileSiz MemSiz  Flg Align
  LOAD           0x008000 0x00000000 0x00000000 0x05140 0x055a4 RWE 0x8000

 Section to Segment mapping:
  Segment Sections...
   00     .text .rodata .data .bss 


timers



arm-elf-gcc -c -mcpu=arm7tdmi -Os -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=timers.lst -DETHERNUT3 -I../.././nutbld_arm_4.1.1/include  -I../.././nut/include  timers.c -o timers.o
arm-elf-gcc timers.o -mcpu=arm7tdmi -nostartfiles -T../.././nut/arch/arm/ldscripts/at91_ram.ld -Wl,-Map=timers.map,--cref,--no-warn-mismatch -L../.././nutbld_arm_4.1.1/lib -Wl,--start-group ../.././nutbld_arm_4.1.1/lib/nutinit.o -lnutos -lnutarch -lnutdev -lnutarch -lnutcrt  -Wl,--end-group -o timers.c.elf

ELF File Information:

There are 14 section headers, starting at offset 0xd5e4:

Section Headers:
  [Nr] Name              Type            Addr     Off    Size   ES Flg Lk Inf Al
  [ 0]                   NULL            00000000 000000 000000 00      0   0  0
  [ 1] .text             PROGBITS        00000000 008000 00495c 00  AX  0   0  4
  [ 2] .rodata           PROGBITS        0000495c 00c95c 0001f8 01 AMS  0   0  4
  [ 3] .data             PROGBITS        00004b54 00cb54 0000e0 00  WA  0   0  4
  [ 4] .bss              NOBITS          00004c34 00cc34 000474 00  WA  0   0  4
  [ 5] .comment          PROGBITS        00000000 00cc34 000438 00      0   0  1
  [ 6] .debug_aranges    PROGBITS        00000000 00d070 000080 00      0   0  8
  [ 7] .debug_info       PROGBITS        00000000 00d0f0 0001d0 00      0   0  1
  [ 8] .debug_abbrev     PROGBITS        00000000 00d2c0 000050 00      0   0  1
  [ 9] .debug_line       PROGBITS        00000000 00d310 0001dc 00      0   0  1
  [10] .debug_frame      PROGBITS        00000000 00d4ec 000078 00      0   0  4
  [11] .shstrtab         STRTAB          00000000 00d564 00007f 00      0   0  1
  [12] .symtab           SYMTAB          00000000 00d814 001bc0 10     13 274  4
  [13] .strtab           STRTAB          00000000 00f3d4 000b8f 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 0x38
There are 1 program headers, starting at offset 52

Program Headers:
  Type           Offset   VirtAddr   PhysAddr   FileSiz MemSiz  Flg Align
  LOAD           0x008000 0x00000000 0x00000000 0x04c34 0x050a8 RWE 0x8000

 Section to Segment mapping:
  Segment Sections...
   00     .text .rodata .data .bss 


uart



arm-elf-gcc -c -mcpu=arm7tdmi -Os -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=uart.lst -DETHERNUT3 -I../.././nutbld_arm_4.1.1/include  -I../.././nut/include  uart.c -o uart.o
arm-elf-gcc uart.o -mcpu=arm7tdmi -nostartfiles -T../.././nut/arch/arm/ldscripts/at91_ram.ld -Wl,-Map=uart.map,--cref,--no-warn-mismatch -L../.././nutbld_arm_4.1.1/lib -Wl,--start-group ../.././nutbld_arm_4.1.1/lib/nutinit.o -lnutcrt -lnutarch -lnutdev -lnutos -lnutdev -lnutarch   -Wl,--end-group -o uart.c.elf

ELF File Information:

There are 14 section headers, starting at offset 0xe394:

Section Headers:
  [Nr] Name              Type            Addr     Off    Size   ES Flg Lk Inf Al
  [ 0]                   NULL            00000000 000000 000000 00      0   0  0
  [ 1] .text             PROGBITS        00000000 008000 00576c 00  AX  0   0  4
  [ 2] .rodata           PROGBITS        0000576c 00d76c 0000bc 00   A  0   0  4
  [ 3] .data             PROGBITS        00005828 00d828 000154 00  WA  0   0  4
  [ 4] .bss              NOBITS          0000597c 00d97c 0004e0 00  WA  0   0  4
  [ 5] .comment          PROGBITS        00000000 00d97c 0004a4 00      0   0  1
  [ 6] .debug_aranges    PROGBITS        00000000 00de20 000080 00      0   0  8
  [ 7] .debug_info       PROGBITS        00000000 00dea0 0001d0 00      0   0  1
  [ 8] .debug_abbrev     PROGBITS        00000000 00e070 000050 00      0   0  1
  [ 9] .debug_line       PROGBITS        00000000 00e0c0 0001dc 00      0   0  1
  [10] .debug_frame      PROGBITS        00000000 00e29c 000078 00      0   0  4
  [11] .shstrtab         STRTAB          00000000 00e314 00007f 00      0   0  1
  [12] .symtab           SYMTAB          00000000 00e5c4 001e60 10     13 325  4
  [13] .strtab           STRTAB          00000000 010424 000d77 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 0x38
There are 1 program headers, starting at offset 52

Program Headers:
  Type           Offset   VirtAddr   PhysAddr   FileSiz MemSiz  Flg Align
  LOAD           0x008000 0x00000000 0x00000000 0x0597c 0x05e5c RWE 0x8000

 Section to Segment mapping:
  Segment Sections...
   00     .text .rodata .data .bss