Compile results and segment sizes Nut/OS 4.1.i ARM-gcc 4.1.1



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




basemon



arm-elf-gcc -c -mcpu=arm7tdmi -Os -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=basemon.lst -DETHERNUT3 -I../.././nutbld_arm_4.1.1/include  -I../.././nut/include  basemon.c -o basemon.o
arm-elf-gcc -c -mcpu=arm7tdmi -Os -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=xmemtest.lst -DETHERNUT3 -I../.././nutbld_arm_4.1.1/include  -I../.././nut/include  xmemtest.c -o xmemtest.o
arm-elf-gcc -c -mcpu=arm7tdmi -Os -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=dataflash.lst -DETHERNUT3 -I../.././nutbld_arm_4.1.1/include  -I../.././nut/include  dataflash.c -o dataflash.o
arm-elf-gcc -c -mcpu=arm7tdmi -Os -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=realtek.lst -DETHERNUT3 -I../.././nutbld_arm_4.1.1/include  -I../.././nut/include  realtek.c -o realtek.o
arm-elf-gcc -c -mcpu=arm7tdmi -Os -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=smsc.lst -DETHERNUT3 -I../.././nutbld_arm_4.1.1/include  -I../.././nut/include  smsc.c -o smsc.o
arm-elf-gcc -c -mcpu=arm7tdmi -Os -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=uart.lst -DETHERNUT3 -I../.././nutbld_arm_4.1.1/include  -I../.././nut/include  uart.c -o uart.o
arm-elf-gcc -c -mcpu=arm7tdmi -Os -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=webdemo.lst -DETHERNUT3 -I../.././nutbld_arm_4.1.1/include  -I../.././nut/include  webdemo.c -o webdemo.o
arm-elf-gcc -c -mcpu=arm7tdmi -Os -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=utils.lst -DETHERNUT3 -I../.././nutbld_arm_4.1.1/include  -I../.././nut/include  utils.c -o utils.o
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 0x197ec:

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 00de98 00  AX  0   0  4
  [ 2] .rodata           PROGBITS        0000de98 015e98 002374 00   A  0   0  4
  [ 3] .data             PROGBITS        0001020c 01820c 000580 00  WA  0   0  4
  [ 4] .bss              NOBITS          0001078c 01878c 0005a8 00  WA  0   0  4
  [ 5] .comment          PROGBITS        00000000 01878c 00097e 00      0   0  1
  [ 6] .debug_aranges    PROGBITS        00000000 019110 0000a0 00      0   0  8
  [ 7] .debug_info       PROGBITS        00000000 0191b0 000244 00      0   0  1
  [ 8] .debug_abbrev     PROGBITS        00000000 0193f4 000064 00      0   0  1
  [ 9] .debug_line       PROGBITS        00000000 019458 000274 00      0   0  1
  [10] .debug_frame      PROGBITS        00000000 0196cc 0000a0 00      0   0  4
  [11] .shstrtab         STRTAB          00000000 01976c 00007f 00      0   0  1
  [12] .symtab           SYMTAB          00000000 019a1c 003cb0 10     13 654  4
  [13] .strtab           STRTAB          00000000 01d6cc 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 0x1078c 0x10d34 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 0xc488:

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 00015c 00      0   0  1
  [ 8] .debug_abbrev     PROGBITS        00000000 00c214 00003c 00      0   0  1
  [ 9] .debug_line       PROGBITS        00000000 00c250 000167 00      0   0  1
  [10] .debug_frame      PROGBITS        00000000 00c3b8 000050 00      0   0  4
  [11] .shstrtab         STRTAB          00000000 00c408 00007f 00      0   0  1
  [12] .symtab           SYMTAB          00000000 00c6b8 001810 10     13 232  4
  [13] .strtab           STRTAB          00000000 00dec8 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.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 0x1d124:

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 013178 00  AX  0   0  4
  [ 2] .rodata           PROGBITS        00013178 01b178 000608 00   A  0   0  4
  [ 3] .data             PROGBITS        00013780 01b780 000748 00  WA  0   0  4
  [ 4] .bss              NOBITS          00013ec8 01bec8 000570 00  WA  0   0  4
  [ 5] .comment          PROGBITS        00000000 01bec8 000b7f 00      0   0  1
  [ 6] .debug_aranges    PROGBITS        00000000 01ca48 0000a0 00      0   0  8
  [ 7] .debug_info       PROGBITS        00000000 01cae8 000244 00      0   0  1
  [ 8] .debug_abbrev     PROGBITS        00000000 01cd2c 000064 00      0   0  1
  [ 9] .debug_line       PROGBITS        00000000 01cd90 000274 00      0   0  1
  [10] .debug_frame      PROGBITS        00000000 01d004 0000a0 00      0   0  4
  [11] .shstrtab         STRTAB          00000000 01d0a4 00007f 00      0   0  1
  [12] .symtab           SYMTAB          00000000 01d354 0050b0 10     13 880  4
  [13] .strtab           STRTAB          00000000 022404 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 0x13ec8 0x14438 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
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 0x1fdf4:

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 00f06c 00  AX  0   0  4
  [ 2] .rodata           PROGBITS        0000f06c 01706c 00755c 00   A  0   0  4
  [ 3] .data             PROGBITS        000165c8 01e5c8 0006c4 00  WA  0   0  4
  [ 4] .bss              NOBITS          00016c8c 01ec8c 000538 00  WA  0   0  4
  [ 5] .comment          PROGBITS        00000000 01ec8c 000a8c 00      0   0  1
  [ 6] .debug_aranges    PROGBITS        00000000 01f718 0000a0 00      0   0  8
  [ 7] .debug_info       PROGBITS        00000000 01f7b8 000244 00      0   0  1
  [ 8] .debug_abbrev     PROGBITS        00000000 01f9fc 000064 00      0   0  1
  [ 9] .debug_line       PROGBITS        00000000 01fa60 000274 00      0   0  1
  [10] .debug_frame      PROGBITS        00000000 01fcd4 0000a0 00      0   0  4
  [11] .shstrtab         STRTAB          00000000 01fd74 00007f 00      0   0  1
  [12] .symtab           SYMTAB          00000000 020024 004200 10     13 716  4
  [13] .strtab           STRTAB          00000000 024224 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 0x16c8c 0x171c4 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 0x14a84:

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 00b820 00  AX  0   0  4
  [ 2] .rodata           PROGBITS        0000b820 013820 00023c 01 AMS  0   0  4
  [ 3] .data             PROGBITS        0000ba5c 013a5c 000160 00  WA  0   0  4
  [ 4] .bss              NOBITS          0000bbbc 013bbc 000914 00  WA  0   0  4
  [ 5] .comment          PROGBITS        00000000 013bbc 0007e9 00      0   0  1
  [ 6] .debug_aranges    PROGBITS        00000000 0143a8 0000a0 00      0   0  8
  [ 7] .debug_info       PROGBITS        00000000 014448 000244 00      0   0  1
  [ 8] .debug_abbrev     PROGBITS        00000000 01468c 000064 00      0   0  1
  [ 9] .debug_line       PROGBITS        00000000 0146f0 000274 00      0   0  1
  [10] .debug_frame      PROGBITS        00000000 014964 0000a0 00      0   0  4
  [11] .shstrtab         STRTAB          00000000 014a04 00007f 00      0   0  1
  [12] .symtab           SYMTAB          00000000 014cb4 002f80 10     13 499  4
  [13] .strtab           STRTAB          00000000 017c34 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 0x0bbbc 0x0c4d0 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 0x16f24:

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 00da9c 00  AX  0   0  4
  [ 2] .rodata           PROGBITS        0000da9c 015a9c 000290 00   A  0   0  4
  [ 3] .data             PROGBITS        0000dd2c 015d2c 000290 00  WA  0   0  4
  [ 4] .bss              NOBITS          0000dfbc 015fbc 000548 00  WA  0   0  4
  [ 5] .comment          PROGBITS        00000000 015fbc 00088b 00      0   0  1
  [ 6] .debug_aranges    PROGBITS        00000000 016848 0000a0 00      0   0  8
  [ 7] .debug_info       PROGBITS        00000000 0168e8 000244 00      0   0  1
  [ 8] .debug_abbrev     PROGBITS        00000000 016b2c 000064 00      0   0  1
  [ 9] .debug_line       PROGBITS        00000000 016b90 000274 00      0   0  1
  [10] .debug_frame      PROGBITS        00000000 016e04 0000a0 00      0   0  4
  [11] .shstrtab         STRTAB          00000000 016ea4 00007f 00      0   0  1
  [12] .symtab           SYMTAB          00000000 017154 0039a0 10     13 635  4
  [13] .strtab           STRTAB          00000000 01aaf4 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 0x0dfbc 0x0e504 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 0x1268c:

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 008e8c 00  AX  0   0  4
  [ 2] .rodata           PROGBITS        00008e8c 010e8c 0004ec 00   A  0   0  4
  [ 3] .data             PROGBITS        00009378 011378 0004ec 00  WA  0   0  4
  [ 4] .bss              NOBITS          00009864 011864 000514 00  WA  0   0  4
  [ 5] .comment          PROGBITS        00000000 011864 000747 00      0   0  1
  [ 6] .debug_aranges    PROGBITS        00000000 011fb0 0000a0 00      0   0  8
  [ 7] .debug_info       PROGBITS        00000000 012050 000244 00      0   0  1
  [ 8] .debug_abbrev     PROGBITS        00000000 012294 000064 00      0   0  1
  [ 9] .debug_line       PROGBITS        00000000 0122f8 000274 00      0   0  1
  [10] .debug_frame      PROGBITS        00000000 01256c 0000a0 00      0   0  4
  [11] .shstrtab         STRTAB          00000000 01260c 00007f 00      0   0  1
  [12] .symtab           SYMTAB          00000000 0128bc 002a90 10     13 426  4
  [13] .strtab           STRTAB          00000000 01534c 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 0x09864 0x09d78 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
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 0x12d4c:

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 0041b4 00  AX  0   0  4
  [ 2] .rodata           PROGBITS        000041b4 00c1b4 0060a4 00   A  0   0  4
  [ 3] .data             PROGBITS        0000a258 012258 000160 00  WA  0   0  4
  [ 4] .bss              NOBITS          0000a3b8 0123b8 00046c 00  WA  0   0  4
  [ 5] .comment          PROGBITS        00000000 0123b8 00041d 00      0   0  1
  [ 6] .debug_aranges    PROGBITS        00000000 0127d8 000080 00      0   0  8
  [ 7] .debug_info       PROGBITS        00000000 012858 0001d0 00      0   0  1
  [ 8] .debug_abbrev     PROGBITS        00000000 012a28 000050 00      0   0  1
  [ 9] .debug_line       PROGBITS        00000000 012a78 0001dc 00      0   0  1
  [10] .debug_frame      PROGBITS        00000000 012c54 000078 00      0   0  4
  [11] .shstrtab         STRTAB          00000000 012ccc 00007f 00      0   0  1
  [12] .symtab           SYMTAB          00000000 012f7c 001a90 10     13 259  4
  [13] .strtab           STRTAB          00000000 014a0c 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 0x0a3b8 0x0a824 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 0x148dc:

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 00b640 00  AX  0   0  4
  [ 2] .rodata           PROGBITS        0000b640 013640 000348 00   A  0   0  4
  [ 3] .data             PROGBITS        0000b988 013988 0000e0 00  WA  0   0  4
  [ 4] .bss              NOBITS          0000ba68 013a68 0004fc 00  WA  0   0  4
  [ 5] .comment          PROGBITS        00000000 013a68 000798 00      0   0  1
  [ 6] .debug_aranges    PROGBITS        00000000 014200 0000a0 00      0   0  8
  [ 7] .debug_info       PROGBITS        00000000 0142a0 000244 00      0   0  1
  [ 8] .debug_abbrev     PROGBITS        00000000 0144e4 000064 00      0   0  1
  [ 9] .debug_line       PROGBITS        00000000 014548 000274 00      0   0  1
  [10] .debug_frame      PROGBITS        00000000 0147bc 0000a0 00      0   0  4
  [11] .shstrtab         STRTAB          00000000 01485c 00007f 00      0   0  1
  [12] .symtab           SYMTAB          00000000 014b0c 002e50 10     13 490  4
  [13] .strtab           STRTAB          00000000 01795c 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 0x0ba68 0x0bf64 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 0xd01c:

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 0042c0 00  AX  0   0  4
  [ 2] .rodata           PROGBITS        000042c0 00c2c0 0002dc 00   A  0   0  4
  [ 3] .data             PROGBITS        0000459c 00c59c 000068 00  WA  0   0  4
  [ 4] .bss              NOBITS          00004604 00c604 000454 00  WA  0   0  4
  [ 5] .comment          PROGBITS        00000000 00c604 0004a4 00      0   0  1
  [ 6] .debug_aranges    PROGBITS        00000000 00caa8 000080 00      0   0  8
  [ 7] .debug_info       PROGBITS        00000000 00cb28 0001d0 00      0   0  1
  [ 8] .debug_abbrev     PROGBITS        00000000 00ccf8 000050 00      0   0  1
  [ 9] .debug_line       PROGBITS        00000000 00cd48 0001dc 00      0   0  1
  [10] .debug_frame      PROGBITS        00000000 00cf24 000078 00      0   0  4
  [11] .shstrtab         STRTAB          00000000 00cf9c 00007f 00      0   0  1
  [12] .symtab           SYMTAB          00000000 00d24c 0019e0 10     13 256  4
  [13] .strtab           STRTAB          00000000 00ec2c 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 0x04604 0x04a58 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 0x1500c:

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 00bfe4 00  AX  0   0  4
  [ 2] .rodata           PROGBITS        0000bfe4 013fe4 000074 00   A  0   0  4
  [ 3] .data             PROGBITS        0000c058 014058 0001ac 00  WA  0   0  4
  [ 4] .bss              NOBITS          0000c204 014204 000504 00  WA  0   0  4
  [ 5] .comment          PROGBITS        00000000 014204 00072c 00      0   0  1
  [ 6] .debug_aranges    PROGBITS        00000000 014930 0000a0 00      0   0  8
  [ 7] .debug_info       PROGBITS        00000000 0149d0 000244 00      0   0  1
  [ 8] .debug_abbrev     PROGBITS        00000000 014c14 000064 00      0   0  1
  [ 9] .debug_line       PROGBITS        00000000 014c78 000274 00      0   0  1
  [10] .debug_frame      PROGBITS        00000000 014eec 0000a0 00      0   0  4
  [11] .shstrtab         STRTAB          00000000 014f8c 00007f 00      0   0  1
  [12] .symtab           SYMTAB          00000000 01523c 003120 10     13 534  4
  [13] .strtab           STRTAB          00000000 01835c 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 0x0c204 0x0c708 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 0xb858:

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 00015c 00      0   0  1
  [ 8] .debug_abbrev     PROGBITS        00000000 00b5e4 00003c 00      0   0  1
  [ 9] .debug_line       PROGBITS        00000000 00b620 000167 00      0   0  1
  [10] .debug_frame      PROGBITS        00000000 00b788 000050 00      0   0  4
  [11] .shstrtab         STRTAB          00000000 00b7d8 00007f 00      0   0  1
  [12] .symtab           SYMTAB          00000000 00ba88 001370 10     13 187  4
  [13] .strtab           STRTAB          00000000 00cdf8 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.1/include  -I../.././nut/include  tcps.c -o tcps.o
arm-elf-gcc tcps.o -mcpu=arm7tdmi -nostartfiles -T../.././nut/arch/arm/ldscripts/at91_ram.ld -Wl,-Map=tcps.map,--cref,--no-warn-mismatch -L../.././nutbld_arm_4.1.1/lib -Wl,--start-group ../.././nutbld_arm_4.1.1/lib/nutinit.o -lnutpro -lnutos -lnutarch -lnutdev -lnutarch -lnutnet -lnutfs -lnutcrt  -Wl,--end-group -o tcps.c.elf

ELF File Information:

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

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 00b984 00  AX  0   0  4
  [ 2] .rodata           PROGBITS        0000b984 013984 000380 00   A  0   0  4
  [ 3] .data             PROGBITS        0000bd04 013d04 000158 00  WA  0   0  4
  [ 4] .bss              NOBITS          0000be5c 013e5c 000594 00  WA  0   0  4
  [ 5] .comment          PROGBITS        00000000 013e5c 00083a 00      0   0  1
  [ 6] .debug_aranges    PROGBITS        00000000 014698 0000a0 00      0   0  8
  [ 7] .debug_info       PROGBITS        00000000 014738 000244 00      0   0  1
  [ 8] .debug_abbrev     PROGBITS        00000000 01497c 000064 00      0   0  1
  [ 9] .debug_line       PROGBITS        00000000 0149e0 000274 00      0   0  1
  [10] .debug_frame      PROGBITS        00000000 014c54 0000a0 00      0   0  4
  [11] .shstrtab         STRTAB          00000000 014cf4 00007f 00      0   0  1
  [12] .symtab           SYMTAB          00000000 014fa4 003110 10     13 513  4
  [13] .strtab           STRTAB          00000000 0180b4 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 0x0be5c 0x0c3f0 RWE 0x8000

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


threads



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

ELF File Information:

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

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 004b6c 00  AX  0   0  4
  [ 2] .rodata           PROGBITS        00004b6c 00cb6c 000040 01 AMS  0   0  4
  [ 3] .data             PROGBITS        00004bac 00cbac 000134 00  WA  0   0  4
  [ 4] .bss              NOBITS          00004ce0 00cce0 00045c 00  WA  0   0  4
  [ 5] .comment          PROGBITS        00000000 00cce0 000402 00      0   0  1
  [ 6] .debug_aranges    PROGBITS        00000000 00d0e8 000060 00      0   0  8
  [ 7] .debug_info       PROGBITS        00000000 00d148 00015c 00      0   0  1
  [ 8] .debug_abbrev     PROGBITS        00000000 00d2a4 00003c 00      0   0  1
  [ 9] .debug_line       PROGBITS        00000000 00d2e0 000167 00      0   0  1
  [10] .debug_frame      PROGBITS        00000000 00d448 000050 00      0   0  4
  [11] .shstrtab         STRTAB          00000000 00d498 00007f 00      0   0  1
  [12] .symtab           SYMTAB          00000000 00d748 001bd0 10     13 293  4
  [13] .strtab           STRTAB          00000000 00f318 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 0x04ce0 0x0513c RWE 0x8000

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


timers



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

ELF File Information:

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

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 004534 00  AX  0   0  4
  [ 2] .rodata           PROGBITS        00004534 00c534 0001f8 01 AMS  0   0  4
  [ 3] .data             PROGBITS        0000472c 00c72c 0000e0 00  WA  0   0  4
  [ 4] .bss              NOBITS          0000480c 00c80c 00046c 00  WA  0   0  4
  [ 5] .comment          PROGBITS        00000000 00c80c 00041d 00      0   0  1
  [ 6] .debug_aranges    PROGBITS        00000000 00cc30 000080 00      0   0  8
  [ 7] .debug_info       PROGBITS        00000000 00ccb0 0001d0 00      0   0  1
  [ 8] .debug_abbrev     PROGBITS        00000000 00ce80 000050 00      0   0  1
  [ 9] .debug_line       PROGBITS        00000000 00ced0 0001dc 00      0   0  1
  [10] .debug_frame      PROGBITS        00000000 00d0ac 000078 00      0   0  4
  [11] .shstrtab         STRTAB          00000000 00d124 00007f 00      0   0  1
  [12] .symtab           SYMTAB          00000000 00d3d4 001a80 10     13 259  4
  [13] .strtab           STRTAB          00000000 00ee54 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 0x0480c 0x04c78 RWE 0x8000

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


uart



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

ELF File Information:

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

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 0052ec 00  AX  0   0  4
  [ 2] .rodata           PROGBITS        000052ec 00d2ec 0000bc 00   A  0   0  4
  [ 3] .data             PROGBITS        000053a8 00d3a8 000154 00  WA  0   0  4
  [ 4] .bss              NOBITS          000054fc 00d4fc 0004d8 00  WA  0   0  4
  [ 5] .comment          PROGBITS        00000000 00d4fc 000489 00      0   0  1
  [ 6] .debug_aranges    PROGBITS        00000000 00d988 000080 00      0   0  8
  [ 7] .debug_info       PROGBITS        00000000 00da08 0001d0 00      0   0  1
  [ 8] .debug_abbrev     PROGBITS        00000000 00dbd8 000050 00      0   0  1
  [ 9] .debug_line       PROGBITS        00000000 00dc28 0001dc 00      0   0  1
  [10] .debug_frame      PROGBITS        00000000 00de04 000078 00      0   0  4
  [11] .shstrtab         STRTAB          00000000 00de7c 00007f 00      0   0  1
  [12] .symtab           SYMTAB          00000000 00e12c 001d20 10     13 310  4
  [13] .strtab           STRTAB          00000000 00fe4c 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 0x054fc 0x059d4 RWE 0x8000

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