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



BASEMON
CALTIME
CANDEMO
EVENTS
FTPD
HTTPD
INETQ
ISP2
LOGTIME
NUTPIPER
PLAYMP3
PORTDIO
PPPC
RS232D
SIMPLE
SNMPD
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 0x1985c:

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 00df0c 00  AX  0   0  4
  [ 2] .rodata           PROGBITS        0000df0c 015f0c 002370 00   A  0   0  4
  [ 3] .data             PROGBITS        0001027c 01827c 000580 00  WA  0   0  4
  [ 4] .bss              NOBITS          000107fc 0187fc 0005ac 00  WA  0   0  4
  [ 5] .comment          PROGBITS        00000000 0187fc 00097e 00      0   0  1
  [ 6] .debug_aranges    PROGBITS        00000000 019180 0000a0 00      0   0  8
  [ 7] .debug_info       PROGBITS        00000000 019220 000244 00      0   0  1
  [ 8] .debug_abbrev     PROGBITS        00000000 019464 000064 00      0   0  1
  [ 9] .debug_line       PROGBITS        00000000 0194c8 000274 00      0   0  1
  [10] .debug_frame      PROGBITS        00000000 01973c 0000a0 00      0   0  4
  [11] .shstrtab         STRTAB          00000000 0197dc 00007f 00      0   0  1
  [12] .symtab           SYMTAB          00000000 019a8c 003d10 10     13 660  4
  [13] .strtab           STRTAB          00000000 01d79c 001ad3 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 0x107fc 0x10da8 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 0x109d4:

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 00706c 00  AX  0   0  4
  [ 2] .rodata           PROGBITS        0000706c 00f06c 00064c 00   A  0   0  4
  [ 3] .data             PROGBITS        000076b8 00f6b8 0005e8 00  WA  0   0  4
  [ 4] .bss              NOBITS          00007ca0 00fca0 00048c 00  WA  0   0  4
  [ 5] .comment          PROGBITS        00000000 00fca0 000654 00      0   0  1
  [ 6] .debug_aranges    PROGBITS        00000000 0102f8 0000a0 00      0   0  8
  [ 7] .debug_info       PROGBITS        00000000 010398 000244 00      0   0  1
  [ 8] .debug_abbrev     PROGBITS        00000000 0105dc 000064 00      0   0  1
  [ 9] .debug_line       PROGBITS        00000000 010640 000274 00      0   0  1
  [10] .debug_frame      PROGBITS        00000000 0108b4 0000a0 00      0   0  4
  [11] .shstrtab         STRTAB          00000000 010954 00007f 00      0   0  1
  [12] .symtab           SYMTAB          00000000 010c04 0025e0 10     13 410  4
  [13] .strtab           STRTAB          00000000 0131e4 000fc8 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 0x07ca0 0x0812c 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:145:2: warning: #warning "This sample requires an AT90CAN128 MCU"
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 0xc774:

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 003da8 00  AX  0   0  4
  [ 2] .rodata           PROGBITS        00003da8 00bda8 000070 01 AMS  0   0  4
  [ 3] .data             PROGBITS        00003e18 00be18 000068 00  WA  0   0  4
  [ 4] .bss              NOBITS          00003e80 00be80 00046c 00  WA  0   0  4
  [ 5] .comment          PROGBITS        00000000 00be80 00037b 00      0   0  1
  [ 6] .debug_aranges    PROGBITS        00000000 00c200 000080 00      0   0  8
  [ 7] .debug_info       PROGBITS        00000000 00c280 0001d0 00      0   0  1
  [ 8] .debug_abbrev     PROGBITS        00000000 00c450 000050 00      0   0  1
  [ 9] .debug_line       PROGBITS        00000000 00c4a0 0001dc 00      0   0  1
  [10] .debug_frame      PROGBITS        00000000 00c67c 000078 00      0   0  4
  [11] .shstrtab         STRTAB          00000000 00c6f4 00007f 00      0   0  1
  [12] .symtab           SYMTAB          00000000 00c9a4 001740 10     13 231  4
  [13] .strtab           STRTAB          00000000 00e0e4 000a21 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 0x03e80 0x042ec 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 0xc4f0:

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 003afc 00  AX  0   0  4
  [ 2] .rodata           PROGBITS        00003afc 00bafc 000150 01 AMS  0   0  4
  [ 3] .data             PROGBITS        00003c4c 00bc4c 0000c0 00  WA  0   0  4
  [ 4] .bss              NOBITS          00003d0c 00bd0c 000474 00  WA  0   0  4
  [ 5] .comment          PROGBITS        00000000 00bd0c 0003b1 00      0   0  1
  [ 6] .debug_aranges    PROGBITS        00000000 00c0c0 000060 00      0   0  8
  [ 7] .debug_info       PROGBITS        00000000 00c120 00015c 00      0   0  1
  [ 8] .debug_abbrev     PROGBITS        00000000 00c27c 00003c 00      0   0  1
  [ 9] .debug_line       PROGBITS        00000000 00c2b8 000167 00      0   0  1
  [10] .debug_frame      PROGBITS        00000000 00c420 000050 00      0   0  4
  [11] .shstrtab         STRTAB          00000000 00c470 00007f 00      0   0  1
  [12] .symtab           SYMTAB          00000000 00c720 001870 10     13 238  4
  [13] .strtab           STRTAB          00000000 00df90 000a8c 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 0x03d0c 0x04180 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 0x1d364:

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 013398 00  AX  0   0  4
  [ 2] .rodata           PROGBITS        00013398 01b398 000604 00   A  0   0  4
  [ 3] .data             PROGBITS        0001399c 01b99c 000750 00  WA  0   0  4
  [ 4] .bss              NOBITS          000140ec 01c0ec 000574 00  WA  0   0  4
  [ 5] .comment          PROGBITS        00000000 01c0ec 000b9a 00      0   0  1
  [ 6] .debug_aranges    PROGBITS        00000000 01cc88 0000a0 00      0   0  8
  [ 7] .debug_info       PROGBITS        00000000 01cd28 000244 00      0   0  1
  [ 8] .debug_abbrev     PROGBITS        00000000 01cf6c 000064 00      0   0  1
  [ 9] .debug_line       PROGBITS        00000000 01cfd0 000274 00      0   0  1
  [10] .debug_frame      PROGBITS        00000000 01d244 0000a0 00      0   0  4
  [11] .shstrtab         STRTAB          00000000 01d2e4 00007f 00      0   0  1
  [12] .symtab           SYMTAB          00000000 01d594 005170 10     13 890  4
  [13] .strtab           STRTAB          00000000 022704 0022e0 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 0x140ec 0x14660 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 0x1ff24:

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 00f17c 00  AX  0   0  4
  [ 2] .rodata           PROGBITS        0000f17c 01717c 007558 00   A  0   0  4
  [ 3] .data             PROGBITS        000166d4 01e6d4 0006cc 00  WA  0   0  4
  [ 4] .bss              NOBITS          00016da0 01eda0 00053c 00  WA  0   0  4
  [ 5] .comment          PROGBITS        00000000 01eda0 000aa7 00      0   0  1
  [ 6] .debug_aranges    PROGBITS        00000000 01f848 0000a0 00      0   0  8
  [ 7] .debug_info       PROGBITS        00000000 01f8e8 000244 00      0   0  1
  [ 8] .debug_abbrev     PROGBITS        00000000 01fb2c 000064 00      0   0  1
  [ 9] .debug_line       PROGBITS        00000000 01fb90 000274 00      0   0  1
  [10] .debug_frame      PROGBITS        00000000 01fe04 0000a0 00      0   0  4
  [11] .shstrtab         STRTAB          00000000 01fea4 00007f 00      0   0  1
  [12] .symtab           SYMTAB          00000000 020154 004290 10     13 724  4
  [13] .strtab           STRTAB          00000000 0243e4 001e1e 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 0x16da0 0x172dc 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 0x14bc4:

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 00b93c 00  AX  0   0  4
  [ 2] .rodata           PROGBITS        0000b93c 01393c 00023c 01 AMS  0   0  4
  [ 3] .data             PROGBITS        0000bb78 013b78 000168 00  WA  0   0  4
  [ 4] .bss              NOBITS          0000bce0 013ce0 000918 00  WA  0   0  4
  [ 5] .comment          PROGBITS        00000000 013ce0 000804 00      0   0  1
  [ 6] .debug_aranges    PROGBITS        00000000 0144e8 0000a0 00      0   0  8
  [ 7] .debug_info       PROGBITS        00000000 014588 000244 00      0   0  1
  [ 8] .debug_abbrev     PROGBITS        00000000 0147cc 000064 00      0   0  1
  [ 9] .debug_line       PROGBITS        00000000 014830 000274 00      0   0  1
  [10] .debug_frame      PROGBITS        00000000 014aa4 0000a0 00      0   0  4
  [11] .shstrtab         STRTAB          00000000 014b44 00007f 00      0   0  1
  [12] .symtab           SYMTAB          00000000 014df4 003010 10     13 507  4
  [13] .strtab           STRTAB          00000000 017e04 0014fa 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 0x0bce0 0x0c5f8 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 0x16ffc:

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 00db54 00  AX  0   0  4
  [ 2] .rodata           PROGBITS        0000db54 015b54 00028c 00   A  0   0  4
  [ 3] .data             PROGBITS        0000dde0 015de0 000298 00  WA  0   0  4
  [ 4] .bss              NOBITS          0000e078 016078 00054c 00  WA  0   0  4
  [ 5] .comment          PROGBITS        00000000 016078 0008a6 00      0   0  1
  [ 6] .debug_aranges    PROGBITS        00000000 016920 0000a0 00      0   0  8
  [ 7] .debug_info       PROGBITS        00000000 0169c0 000244 00      0   0  1
  [ 8] .debug_abbrev     PROGBITS        00000000 016c04 000064 00      0   0  1
  [ 9] .debug_line       PROGBITS        00000000 016c68 000274 00      0   0  1
  [10] .debug_frame      PROGBITS        00000000 016edc 0000a0 00      0   0  4
  [11] .shstrtab         STRTAB          00000000 016f7c 00007f 00      0   0  1
  [12] .symtab           SYMTAB          00000000 01722c 003a30 10     13 643  4
  [13] .strtab           STRTAB          00000000 01ac5c 001941 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 0x0e078 0x0e5c4 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 0x12704:

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 008f08 00  AX  0   0  4
  [ 2] .rodata           PROGBITS        00008f08 010f08 0004ec 00   A  0   0  4
  [ 3] .data             PROGBITS        000093f4 0113f4 0004ec 00  WA  0   0  4
  [ 4] .bss              NOBITS          000098e0 0118e0 000518 00  WA  0   0  4
  [ 5] .comment          PROGBITS        00000000 0118e0 000747 00      0   0  1
  [ 6] .debug_aranges    PROGBITS        00000000 012028 0000a0 00      0   0  8
  [ 7] .debug_info       PROGBITS        00000000 0120c8 000244 00      0   0  1
  [ 8] .debug_abbrev     PROGBITS        00000000 01230c 000064 00      0   0  1
  [ 9] .debug_line       PROGBITS        00000000 012370 000274 00      0   0  1
  [10] .debug_frame      PROGBITS        00000000 0125e4 0000a0 00      0   0  4
  [11] .shstrtab         STRTAB          00000000 012684 00007f 00      0   0  1
  [12] .symtab           SYMTAB          00000000 012934 002af0 10     13 432  4
  [13] .strtab           STRTAB          00000000 015424 001265 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 0x098e0 0x09df8 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 0x12db4:

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 004220 00  AX  0   0  4
  [ 2] .rodata           PROGBITS        00004220 00c220 0060a0 00   A  0   0  4
  [ 3] .data             PROGBITS        0000a2c0 0122c0 000160 00  WA  0   0  4
  [ 4] .bss              NOBITS          0000a420 012420 000470 00  WA  0   0  4
  [ 5] .comment          PROGBITS        00000000 012420 00041d 00      0   0  1
  [ 6] .debug_aranges    PROGBITS        00000000 012840 000080 00      0   0  8
  [ 7] .debug_info       PROGBITS        00000000 0128c0 0001d0 00      0   0  1
  [ 8] .debug_abbrev     PROGBITS        00000000 012a90 000050 00      0   0  1
  [ 9] .debug_line       PROGBITS        00000000 012ae0 0001dc 00      0   0  1
  [10] .debug_frame      PROGBITS        00000000 012cbc 000078 00      0   0  4
  [11] .shstrtab         STRTAB          00000000 012d34 00007f 00      0   0  1
  [12] .symtab           SYMTAB          00000000 012fe4 001af0 10     13 265  4
  [13] .strtab           STRTAB          00000000 014ad4 000bc9 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 0x0a420 0x0a890 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
portdio.c: In function 'ProcessRequests':
portdio.c:128: warning: pointer targets in passing argument 1 of 'fgets' differ in signedness
portdio.c:130: warning: pointer targets in passing argument 1 of 'strchr' differ in signedness
portdio.c:130: warning: pointer targets in assignment differ in signedness
portdio.c:132: warning: pointer targets in passing argument 1 of 'strchr' differ in signedness
portdio.c:132: warning: pointer targets in assignment differ in signedness
portdio.c:140: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
portdio.c:140: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness
portdio.c:148: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
portdio.c:148: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness
portdio.c:189: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
portdio.c:189: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness
portdio.c:207: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
portdio.c:207: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness
portdio.c:218: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
portdio.c:218: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
portdio.c:218: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness
portdio.c:220: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
portdio.c:247: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
portdio.c:247: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
portdio.c:247: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness
portdio.c:249: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
portdio.c:276: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
portdio.c:276: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness
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 0x14a1c:

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 00b75c 00  AX  0   0  4
  [ 2] .rodata           PROGBITS        0000b75c 01375c 000348 00   A  0   0  4
  [ 3] .data             PROGBITS        0000baa4 013aa4 0000e8 00  WA  0   0  4
  [ 4] .bss              NOBITS          0000bb8c 013b8c 000500 00  WA  0   0  4
  [ 5] .comment          PROGBITS        00000000 013b8c 0007b3 00      0   0  1
  [ 6] .debug_aranges    PROGBITS        00000000 014340 0000a0 00      0   0  8
  [ 7] .debug_info       PROGBITS        00000000 0143e0 000244 00      0   0  1
  [ 8] .debug_abbrev     PROGBITS        00000000 014624 000064 00      0   0  1
  [ 9] .debug_line       PROGBITS        00000000 014688 000274 00      0   0  1
  [10] .debug_frame      PROGBITS        00000000 0148fc 0000a0 00      0   0  4
  [11] .shstrtab         STRTAB          00000000 01499c 00007f 00      0   0  1
  [12] .symtab           SYMTAB          00000000 014c4c 002ee0 10     13 498  4
  [13] .strtab           STRTAB          00000000 017b2c 001482 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 0x0bb8c 0x0c08c 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:104:2: warning: #warning "Works on ATmega128 only."
pppc.c: In function 'ProcessRequests':
pppc.c:221: warning: format '%u' expects type 'unsigned int', but argument 3 has type 'size_t'
pppc.c:249: warning: cast from pointer to integer of different size
pppc.c: In function 'main':
pppc.c:304: warning: unused variable 'rc'
pppc.c:303: warning: unused variable 'lctl'
pppc.c:302: warning: unused variable 'dcb'
pppc.c:472: warning: control reaches end of non-void function
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 0xd0a4:

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 00434c 00  AX  0   0  4
  [ 2] .rodata           PROGBITS        0000434c 00c34c 0002d8 00   A  0   0  4
  [ 3] .data             PROGBITS        00004624 00c624 000068 00  WA  0   0  4
  [ 4] .bss              NOBITS          0000468c 00c68c 000458 00  WA  0   0  4
  [ 5] .comment          PROGBITS        00000000 00c68c 0004a4 00      0   0  1
  [ 6] .debug_aranges    PROGBITS        00000000 00cb30 000080 00      0   0  8
  [ 7] .debug_info       PROGBITS        00000000 00cbb0 0001d0 00      0   0  1
  [ 8] .debug_abbrev     PROGBITS        00000000 00cd80 000050 00      0   0  1
  [ 9] .debug_line       PROGBITS        00000000 00cdd0 0001dc 00      0   0  1
  [10] .debug_frame      PROGBITS        00000000 00cfac 000078 00      0   0  4
  [11] .shstrtab         STRTAB          00000000 00d024 00007f 00      0   0  1
  [12] .symtab           SYMTAB          00000000 00d2d4 001a40 10     13 262  4
  [13] .strtab           STRTAB          00000000 00ed14 000b28 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 0x0468c 0x04ae4 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 0x150fc:

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 00c0b0 00  AX  0   0  4
  [ 2] .rodata           PROGBITS        0000c0b0 0140b0 000074 00   A  0   0  4
  [ 3] .data             PROGBITS        0000c124 014124 0001b4 00  WA  0   0  4
  [ 4] .bss              NOBITS          0000c2d8 0142d8 000508 00  WA  0   0  4
  [ 5] .comment          PROGBITS        00000000 0142d8 000747 00      0   0  1
  [ 6] .debug_aranges    PROGBITS        00000000 014a20 0000a0 00      0   0  8
  [ 7] .debug_info       PROGBITS        00000000 014ac0 000244 00      0   0  1
  [ 8] .debug_abbrev     PROGBITS        00000000 014d04 000064 00      0   0  1
  [ 9] .debug_line       PROGBITS        00000000 014d68 000274 00      0   0  1
  [10] .debug_frame      PROGBITS        00000000 014fdc 0000a0 00      0   0  4
  [11] .shstrtab         STRTAB          00000000 01507c 00007f 00      0   0  1
  [12] .symtab           SYMTAB          00000000 01532c 0031b0 10     13 542  4
  [13] .strtab           STRTAB          00000000 0184dc 001678 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 0x0c2d8 0x0c7e0 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 0xb8c8:

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 0031fc 00  AX  0   0  4
  [ 2] .rodata           PROGBITS        000031fc 00b1fc 00001c 01 AMS  0   0  4
  [ 3] .data             PROGBITS        00003218 00b218 000028 00  WA  0   0  4
  [ 4] .bss              NOBITS          00003240 00b240 000454 00  WA  0   0  4
  [ 5] .comment          PROGBITS        00000000 00b240 000252 00      0   0  1
  [ 6] .debug_aranges    PROGBITS        00000000 00b498 000060 00      0   0  8
  [ 7] .debug_info       PROGBITS        00000000 00b4f8 00015c 00      0   0  1
  [ 8] .debug_abbrev     PROGBITS        00000000 00b654 00003c 00      0   0  1
  [ 9] .debug_line       PROGBITS        00000000 00b690 000167 00      0   0  1
  [10] .debug_frame      PROGBITS        00000000 00b7f8 000050 00      0   0  4
  [11] .shstrtab         STRTAB          00000000 00b848 00007f 00      0   0  1
  [12] .symtab           SYMTAB          00000000 00baf8 0013d0 10     13 193  4
  [13] .strtab           STRTAB          00000000 00cec8 000911 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 0x03240 0x03694 RWE 0x8000

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


snmpd



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

ELF File Information: