Compile results and segment sizes Nut/OS 4.2.1 ARM-gcc 4.1.0



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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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 0x197b0:

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 00de68 00  AX  0   0  4
  [ 2] .rodata           PROGBITS        0000de68 015e68 002370 00   A  0   0  4
  [ 3] .data             PROGBITS        000101d8 0181d8 000580 00  WA  0   0  4
  [ 4] .bss              NOBITS          00010758 018758 0005a8 00  WA  0   0  4
  [ 5] .comment          PROGBITS        00000000 018758 00097e 00      0   0  1
  [ 6] .debug_aranges    PROGBITS        00000000 0190d8 0000a0 00      0   0  8
  [ 7] .debug_info       PROGBITS        00000000 019178 00023f 00      0   0  1
  [ 8] .debug_abbrev     PROGBITS        00000000 0193b7 000064 00      0   0  1
  [ 9] .debug_line       PROGBITS        00000000 01941b 000274 00      0   0  1
  [10] .debug_frame      PROGBITS        00000000 019690 0000a0 00      0   0  4
  [11] .shstrtab         STRTAB          00000000 019730 00007f 00      0   0  1
  [12] .symtab           SYMTAB          00000000 0199e0 003ce0 10     13 657  4
  [13] .strtab           STRTAB          00000000 01d6c0 001aca 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 0x10758 0x10d00 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.0/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.0/lib -Wl,--start-group ../.././nutbld_arm_4.1.0/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 0xc484:

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 003a90 00  AX  0   0  4
  [ 2] .rodata           PROGBITS        00003a90 00ba90 000150 01 AMS  0   0  4
  [ 3] .data             PROGBITS        00003be0 00bbe0 0000c0 00  WA  0   0  4
  [ 4] .bss              NOBITS          00003ca0 00bca0 000470 00  WA  0   0  4
  [ 5] .comment          PROGBITS        00000000 00bca0 0003b1 00      0   0  1
  [ 6] .debug_aranges    PROGBITS        00000000 00c058 000060 00      0   0  8
  [ 7] .debug_info       PROGBITS        00000000 00c0b8 000159 00      0   0  1
  [ 8] .debug_abbrev     PROGBITS        00000000 00c211 00003c 00      0   0  1
  [ 9] .debug_line       PROGBITS        00000000 00c24d 000167 00      0   0  1
  [10] .debug_frame      PROGBITS        00000000 00c3b4 000050 00      0   0  4
  [11] .shstrtab         STRTAB          00000000 00c404 00007f 00      0   0  1
  [12] .symtab           SYMTAB          00000000 00c6b4 001840 10     13 235  4
  [13] .strtab           STRTAB          00000000 00def4 000a83 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 0x03ca0 0x04110 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.0/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.0/lib -Wl,--start-group ../.././nutbld_arm_4.1.0/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 0x1d118:

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 013170 00  AX  0   0  4
  [ 2] .rodata           PROGBITS        00013170 01b170 000604 00   A  0   0  4
  [ 3] .data             PROGBITS        00013774 01b774 000748 00  WA  0   0  4
  [ 4] .bss              NOBITS          00013ebc 01bebc 000570 00  WA  0   0  4
  [ 5] .comment          PROGBITS        00000000 01bebc 000b7f 00      0   0  1
  [ 6] .debug_aranges    PROGBITS        00000000 01ca40 0000a0 00      0   0  8
  [ 7] .debug_info       PROGBITS        00000000 01cae0 00023f 00      0   0  1
  [ 8] .debug_abbrev     PROGBITS        00000000 01cd1f 000064 00      0   0  1
  [ 9] .debug_line       PROGBITS        00000000 01cd83 000274 00      0   0  1
  [10] .debug_frame      PROGBITS        00000000 01cff8 0000a0 00      0   0  4
  [11] .shstrtab         STRTAB          00000000 01d098 00007f 00      0   0  1
  [12] .symtab           SYMTAB          00000000 01d348 0050e0 10     13 883  4
  [13] .strtab           STRTAB          00000000 022428 0022ba 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 0x13ebc 0x1442c 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.0/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.0/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.0/lib -Wl,--start-group ../.././nutbld_arm_4.1.0/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 0x1fda8:

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 00f028 00  AX  0   0  4
  [ 2] .rodata           PROGBITS        0000f028 017028 007558 00   A  0   0  4
  [ 3] .data             PROGBITS        00016580 01e580 0006c4 00  WA  0   0  4
  [ 4] .bss              NOBITS          00016c44 01ec44 000538 00  WA  0   0  4
  [ 5] .comment          PROGBITS        00000000 01ec44 000a8c 00      0   0  1
  [ 6] .debug_aranges    PROGBITS        00000000 01f6d0 0000a0 00      0   0  8
  [ 7] .debug_info       PROGBITS        00000000 01f770 00023f 00      0   0  1
  [ 8] .debug_abbrev     PROGBITS        00000000 01f9af 000064 00      0   0  1
  [ 9] .debug_line       PROGBITS        00000000 01fa13 000274 00      0   0  1
  [10] .debug_frame      PROGBITS        00000000 01fc88 0000a0 00      0   0  4
  [11] .shstrtab         STRTAB          00000000 01fd28 00007f 00      0   0  1
  [12] .symtab           SYMTAB          00000000 01ffd8 004240 10     13 720  4
  [13] .strtab           STRTAB          00000000 024218 001dff 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 0x16c44 0x1717c 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.0/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.0/lib -Wl,--start-group ../.././nutbld_arm_4.1.0/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 0x14a40:

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 00b7dc 00  AX  0   0  4
  [ 2] .rodata           PROGBITS        0000b7dc 0137dc 00023c 01 AMS  0   0  4
  [ 3] .data             PROGBITS        0000ba18 013a18 000160 00  WA  0   0  4
  [ 4] .bss              NOBITS          0000bb78 013b78 000914 00  WA  0   0  4
  [ 5] .comment          PROGBITS        00000000 013b78 0007e9 00      0   0  1
  [ 6] .debug_aranges    PROGBITS        00000000 014368 0000a0 00      0   0  8
  [ 7] .debug_info       PROGBITS        00000000 014408 00023f 00      0   0  1
  [ 8] .debug_abbrev     PROGBITS        00000000 014647 000064 00      0   0  1
  [ 9] .debug_line       PROGBITS        00000000 0146ab 000274 00      0   0  1
  [10] .debug_frame      PROGBITS        00000000 014920 0000a0 00      0   0  4
  [11] .shstrtab         STRTAB          00000000 0149c0 00007f 00      0   0  1
  [12] .symtab           SYMTAB          00000000 014c70 002fc0 10     13 503  4
  [13] .strtab           STRTAB          00000000 017c30 0014db 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 0x0bb78 0x0c48c 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.0/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.0/lib -Wl,--start-group ../.././nutbld_arm_4.1.0/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 0x16ef8:

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 00da74 00  AX  0   0  4
  [ 2] .rodata           PROGBITS        0000da74 015a74 00028c 00   A  0   0  4
  [ 3] .data             PROGBITS        0000dd00 015d00 000290 00  WA  0   0  4
  [ 4] .bss              NOBITS          0000df90 015f90 000548 00  WA  0   0  4
  [ 5] .comment          PROGBITS        00000000 015f90 00088b 00      0   0  1
  [ 6] .debug_aranges    PROGBITS        00000000 016820 0000a0 00      0   0  8
  [ 7] .debug_info       PROGBITS        00000000 0168c0 00023f 00      0   0  1
  [ 8] .debug_abbrev     PROGBITS        00000000 016aff 000064 00      0   0  1
  [ 9] .debug_line       PROGBITS        00000000 016b63 000274 00      0   0  1
  [10] .debug_frame      PROGBITS        00000000 016dd8 0000a0 00      0   0  4
  [11] .shstrtab         STRTAB          00000000 016e78 00007f 00      0   0  1
  [12] .symtab           SYMTAB          00000000 017128 003a00 10     13 641  4
  [13] .strtab           STRTAB          00000000 01ab28 001922 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 0x0df90 0x0e4d8 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.0/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.0/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.0/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.0/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.0/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.0/lib -Wl,--start-group ../.././nutbld_arm_4.1.0/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 0x12670:

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 008e78 00  AX  0   0  4
  [ 2] .rodata           PROGBITS        00008e78 010e78 0004ec 00   A  0   0  4
  [ 3] .data             PROGBITS        00009364 011364 0004ec 00  WA  0   0  4
  [ 4] .bss              NOBITS          00009850 011850 000514 00  WA  0   0  4
  [ 5] .comment          PROGBITS        00000000 011850 000747 00      0   0  1
  [ 6] .debug_aranges    PROGBITS        00000000 011f98 0000a0 00      0   0  8
  [ 7] .debug_info       PROGBITS        00000000 012038 00023f 00      0   0  1
  [ 8] .debug_abbrev     PROGBITS        00000000 012277 000064 00      0   0  1
  [ 9] .debug_line       PROGBITS        00000000 0122db 000274 00      0   0  1
  [10] .debug_frame      PROGBITS        00000000 012550 0000a0 00      0   0  4
  [11] .shstrtab         STRTAB          00000000 0125f0 00007f 00      0   0  1
  [12] .symtab           SYMTAB          00000000 0128a0 002ac0 10     13 429  4
  [13] .strtab           STRTAB          00000000 015360 00125c 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 0x09850 0x09d64 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.0/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.0/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.0/lib -Wl,--start-group ../.././nutbld_arm_4.1.0/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 0x12d38:

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 0041a4 00  AX  0   0  4
  [ 2] .rodata           PROGBITS        000041a4 00c1a4 0060a0 00   A  0   0  4
  [ 3] .data             PROGBITS        0000a244 012244 000160 00  WA  0   0  4
  [ 4] .bss              NOBITS          0000a3a4 0123a4 00046c 00  WA  0   0  4
  [ 5] .comment          PROGBITS        00000000 0123a4 00041d 00      0   0  1
  [ 6] .debug_aranges    PROGBITS        00000000 0127c8 000080 00      0   0  8
  [ 7] .debug_info       PROGBITS        00000000 012848 0001cc 00      0   0  1
  [ 8] .debug_abbrev     PROGBITS        00000000 012a14 000050 00      0   0  1
  [ 9] .debug_line       PROGBITS        00000000 012a64 0001dc 00      0   0  1
  [10] .debug_frame      PROGBITS        00000000 012c40 000078 00      0   0  4
  [11] .shstrtab         STRTAB          00000000 012cb8 00007f 00      0   0  1
  [12] .symtab           SYMTAB          00000000 012f68 001ac0 10     13 262  4
  [13] .strtab           STRTAB          00000000 014a28 000bc0 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 0x0a3a4 0x0a810 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.0/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.0/lib -Wl,--start-group ../.././nutbld_arm_4.1.0/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 0x14898:

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 00b5fc 00  AX  0   0  4
  [ 2] .rodata           PROGBITS        0000b5fc 0135fc 000348 00   A  0   0  4
  [ 3] .data             PROGBITS        0000b944 013944 0000e0 00  WA  0   0  4
  [ 4] .bss              NOBITS          0000ba24 013a24 0004fc 00  WA  0   0  4
  [ 5] .comment          PROGBITS        00000000 013a24 000798 00      0   0  1
  [ 6] .debug_aranges    PROGBITS        00000000 0141c0 0000a0 00      0   0  8
  [ 7] .debug_info       PROGBITS        00000000 014260 00023f 00      0   0  1
  [ 8] .debug_abbrev     PROGBITS        00000000 01449f 000064 00      0   0  1
  [ 9] .debug_line       PROGBITS        00000000 014503 000274 00      0   0  1
  [10] .debug_frame      PROGBITS        00000000 014778 0000a0 00      0   0  4
  [11] .shstrtab         STRTAB          00000000 014818 00007f 00      0   0  1
  [12] .symtab           SYMTAB          00000000 014ac8 002e90 10     13 494  4
  [13] .strtab           STRTAB          00000000 017958 001463 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 0x0ba24 0x0bf20 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.0/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.0/lib -Wl,--start-group ../.././nutbld_arm_4.1.0/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 0xd008:

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 0042b0 00  AX  0   0  4
  [ 2] .rodata           PROGBITS        000042b0 00c2b0 0002d8 00   A  0   0  4
  [ 3] .data             PROGBITS        00004588 00c588 000068 00  WA  0   0  4
  [ 4] .bss              NOBITS          000045f0 00c5f0 000454 00  WA  0   0  4
  [ 5] .comment          PROGBITS        00000000 00c5f0 0004a4 00      0   0  1
  [ 6] .debug_aranges    PROGBITS        00000000 00ca98 000080 00      0   0  8
  [ 7] .debug_info       PROGBITS        00000000 00cb18 0001cc 00      0   0  1
  [ 8] .debug_abbrev     PROGBITS        00000000 00cce4 000050 00      0   0  1
  [ 9] .debug_line       PROGBITS        00000000 00cd34 0001dc 00      0   0  1
  [10] .debug_frame      PROGBITS        00000000 00cf10 000078 00      0   0  4
  [11] .shstrtab         STRTAB          00000000 00cf88 00007f 00      0   0  1
  [12] .symtab           SYMTAB          00000000 00d238 001a10 10     13 259  4
  [13] .strtab           STRTAB          00000000 00ec48 000b1f 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 0x045f0 0x04a44 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.0/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.0/lib -Wl,--start-group ../.././nutbld_arm_4.1.0/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 0x14ff0:

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 00bfcc 00  AX  0   0  4
  [ 2] .rodata           PROGBITS        0000bfcc 013fcc 000074 00   A  0   0  4
  [ 3] .data             PROGBITS        0000c040 014040 0001ac 00  WA  0   0  4
  [ 4] .bss              NOBITS          0000c1ec 0141ec 000504 00  WA  0   0  4
  [ 5] .comment          PROGBITS        00000000 0141ec 00072c 00      0   0  1
  [ 6] .debug_aranges    PROGBITS        00000000 014918 0000a0 00      0   0  8
  [ 7] .debug_info       PROGBITS        00000000 0149b8 00023f 00      0   0  1
  [ 8] .debug_abbrev     PROGBITS        00000000 014bf7 000064 00      0   0  1
  [ 9] .debug_line       PROGBITS        00000000 014c5b 000274 00      0   0  1
  [10] .debug_frame      PROGBITS        00000000 014ed0 0000a0 00      0   0  4
  [11] .shstrtab         STRTAB          00000000 014f70 00007f 00      0   0  1
  [12] .symtab           SYMTAB          00000000 015220 003180 10     13 540  4
  [13] .strtab           STRTAB          00000000 0183a0 001659 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 0x0c1ec 0x0c6f0 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.0/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.0/lib -Wl,--start-group ../.././nutbld_arm_4.1.0/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 0xb854:

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 003190 00  AX  0   0  4
  [ 2] .rodata           PROGBITS        00003190 00b190 00001c 01 AMS  0   0  4
  [ 3] .data             PROGBITS        000031ac 00b1ac 000028 00  WA  0   0  4
  [ 4] .bss              NOBITS          000031d4 00b1d4 000450 00  WA  0   0  4
  [ 5] .comment          PROGBITS        00000000 00b1d4 000252 00      0   0  1
  [ 6] .debug_aranges    PROGBITS        00000000 00b428 000060 00      0   0  8
  [ 7] .debug_info       PROGBITS        00000000 00b488 000159 00      0   0  1
  [ 8] .debug_abbrev     PROGBITS        00000000 00b5e1 00003c 00      0   0  1
  [ 9] .debug_line       PROGBITS        00000000 00b61d 000167 00      0   0  1
  [10] .debug_frame      PROGBITS        00000000 00b784 000050 00      0   0  4
  [11] .shstrtab         STRTAB          00000000 00b7d4 00007f 00      0   0  1
  [12] .symtab           SYMTAB          00000000 00ba84 0013a0 10     13 190  4
  [13] .strtab           STRTAB          00000000 00ce24 000908 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 0x031d4 0x03624 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.0/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.0/lib -Wl,--start-group ../.././nutbld_arm_4.1.0/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 0x14d28:

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 00b940 00  AX  0   0  4
  [ 2] .rodata           PROGBITS        0000b940 013940 00037c 00   A  0   0  4
  [ 3] .data             PROGBITS        0000bcbc 013cbc 000158 00  WA  0   0  4
  [ 4] .bss              NOBITS          0000be14 013e14 000594 00  WA  0   0  4
  [ 5] .comment          PROGBITS        00000000 013e14 00083a 00      0   0  1
  [ 6] .debug_aranges    PROGBITS        00000000 014650 0000a0 00      0   0  8
  [ 7] .debug_info       PROGBITS        00000000 0146f0 00023f 00      0   0  1
  [ 8] .debug_abbrev     PROGBITS        00000000 01492f 000064 00      0   0  1
  [ 9] .debug_line       PROGBITS        00000000 014993 000274 00      0   0  1
  [10] .debug_frame      PROGBITS        00000000 014c08 0000a0 00      0   0  4
  [11] .shstrtab         STRTAB          00000000 014ca8 00007f 00      0   0  1
  [12] .symtab           SYMTAB          00000000 014f58 003150 10     13 517  4
  [13] .strtab           STRTAB          00000000 0180a8 001587 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 0x0be14 0x0c3a8 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.0/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.0/lib -Wl,--start-group ../.././nutbld_arm_4.1.0/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 0xd52c:

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 004b88 00  AX  0   0  4
  [ 2] .rodata           PROGBITS        00004b88 00cb88 000040 01 AMS  0   0  4
  [ 3] .data             PROGBITS        00004bc8 00cbc8 000134 00  WA  0   0  4
  [ 4] .bss              NOBITS          00004cfc 00ccfc 00045c 00  WA  0   0  4
  [ 5] .comment          PROGBITS        00000000 00ccfc 000402 00      0   0  1
  [ 6] .debug_aranges    PROGBITS        00000000 00d100 000060 00      0   0  8
  [ 7] .debug_info       PROGBITS        00000000 00d160 000159 00      0   0  1
  [ 8] .debug_abbrev     PROGBITS        00000000 00d2b9 00003c 00      0   0  1
  [ 9] .debug_line       PROGBITS        00000000 00d2f5 000167 00      0   0  1
  [10] .debug_frame      PROGBITS        00000000 00d45c 000050 00      0   0  4
  [11] .shstrtab         STRTAB          00000000 00d4ac 00007f 00      0   0  1
  [12] .symtab           SYMTAB          00000000 00d75c 001c20 10     13 298  4
  [13] .strtab           STRTAB          00000000 00f37c 000ca4 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 0x04cfc 0x05158 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.0/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.0/lib -Wl,--start-group ../.././nutbld_arm_4.1.0/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 0xd190:

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 004524 00  AX  0   0  4
  [ 2] .rodata           PROGBITS        00004524 00c524 0001f8 01 AMS  0   0  4
  [ 3] .data             PROGBITS        0000471c 00c71c 0000e0 00  WA  0   0  4
  [ 4] .bss              NOBITS          000047fc 00c7fc 00046c 00  WA  0   0  4
  [ 5] .comment          PROGBITS        00000000 00c7fc 00041d 00      0   0  1
  [ 6] .debug_aranges    PROGBITS        00000000 00cc20 000080 00      0   0  8
  [ 7] .debug_info       PROGBITS        00000000 00cca0 0001cc 00      0   0  1
  [ 8] .debug_abbrev     PROGBITS        00000000 00ce6c 000050 00      0   0  1
  [ 9] .debug_line       PROGBITS        00000000 00cebc 0001dc 00      0   0  1
  [10] .debug_frame      PROGBITS        00000000 00d098 000078 00      0   0  4
  [11] .shstrtab         STRTAB          00000000 00d110 00007f 00      0   0  1
  [12] .symtab           SYMTAB          00000000 00d3c0 001ab0 10     13 262  4
  [13] .strtab           STRTAB          00000000 00ee70 000b37 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 0x047fc 0x04c68 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.0/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.0/lib -Wl,--start-group ../.././nutbld_arm_4.1.0/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 0xdf08:

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 0052f8 00  AX  0   0  4
  [ 2] .rodata           PROGBITS        000052f8 00d2f8 0000bc 00   A  0   0  4
  [ 3] .data             PROGBITS        000053b4 00d3b4 000154 00  WA  0   0  4
  [ 4] .bss              NOBITS          00005508 00d508 0004d8 00  WA  0   0  4
  [ 5] .comment          PROGBITS        00000000 00d508 000489 00      0   0  1
  [ 6] .debug_aranges    PROGBITS        00000000 00d998 000080 00      0   0  8
  [ 7] .debug_info       PROGBITS        00000000 00da18 0001cc 00      0   0  1
  [ 8] .debug_abbrev     PROGBITS        00000000 00dbe4 000050 00      0   0  1
  [ 9] .debug_line       PROGBITS        00000000 00dc34 0001dc 00      0   0  1
  [10] .debug_frame      PROGBITS        00000000 00de10 000078 00      0   0  4
  [11] .shstrtab         STRTAB          00000000 00de88 00007f 00      0   0  1
  [12] .symtab           SYMTAB          00000000 00e138 001d70 10     13 315  4
  [13] .strtab           STRTAB          00000000 00fea8 000d1f 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 0x05508 0x059e0 RWE 0x8000

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