Compile results and segment sizes Nut/OS 4.2.1 ARM-gcc 4.1.1
BASEMON
EVENTS
FTPD
HTTPD
INETQ
ISP2
LOGTIME
NUTPIPER
PLAYMP3
PORTDIO
PPPC
RS232D
SIMPLE
TCPS
THREADS
TIMERS
UART
basemon
arm-elf-gcc -c -mcpu=arm7tdmi -Os -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=basemon.lst -DETHERNUT3 -I../.././nutbld_arm_4.1.1/include -I../.././nut/include basemon.c -o basemon.o
arm-elf-gcc -c -mcpu=arm7tdmi -Os -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=xmemtest.lst -DETHERNUT3 -I../.././nutbld_arm_4.1.1/include -I../.././nut/include xmemtest.c -o xmemtest.o
arm-elf-gcc -c -mcpu=arm7tdmi -Os -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=dataflash.lst -DETHERNUT3 -I../.././nutbld_arm_4.1.1/include -I../.././nut/include dataflash.c -o dataflash.o
arm-elf-gcc -c -mcpu=arm7tdmi -Os -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=realtek.lst -DETHERNUT3 -I../.././nutbld_arm_4.1.1/include -I../.././nut/include realtek.c -o realtek.o
arm-elf-gcc -c -mcpu=arm7tdmi -Os -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=smsc.lst -DETHERNUT3 -I../.././nutbld_arm_4.1.1/include -I../.././nut/include smsc.c -o smsc.o
arm-elf-gcc -c -mcpu=arm7tdmi -Os -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=uart.lst -DETHERNUT3 -I../.././nutbld_arm_4.1.1/include -I../.././nut/include uart.c -o uart.o
arm-elf-gcc -c -mcpu=arm7tdmi -Os -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=webdemo.lst -DETHERNUT3 -I../.././nutbld_arm_4.1.1/include -I../.././nut/include webdemo.c -o webdemo.o
arm-elf-gcc -c -mcpu=arm7tdmi -Os -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=utils.lst -DETHERNUT3 -I../.././nutbld_arm_4.1.1/include -I../.././nut/include utils.c -o utils.o
crurom -r -ourom.c html
arm-elf-gcc -c -mcpu=arm7tdmi -Os -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=urom.lst -DETHERNUT3 -I../.././nutbld_arm_4.1.1/include -I../.././nut/include urom.c -o urom.o
arm-elf-gcc basemon.o xmemtest.o dataflash.o realtek.o smsc.o uart.o webdemo.o utils.o urom.o -mcpu=arm7tdmi -nostartfiles -T../.././nut/arch/arm/ldscripts/at91_ram.ld -Wl,-Map=basemon.map,--cref,--no-warn-mismatch -L../.././nutbld_arm_4.1.1/lib -Wl,--start-group -lnutnet -lnutpro -lnutfs -lnutos -lnutarch -lnutdev -lnutarch -lnutnet -lnutcrt -Wl,--end-group -o
basemon.c.elf
ELF File Information:
There are 14 section headers, starting at offset 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 00de9c 00 AX 0 0 4
[ 2] .rodata PROGBITS 0000de9c 015e9c 002370 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 01317c 00 AX 0 0 4
[ 2] .rodata PROGBITS 0001317c 01b17c 000604 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
crurom -r -ourom.c sample
arm-elf-gcc -c -mcpu=arm7tdmi -Os -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=urom.lst -DETHERNUT3 -I../.././nutbld_arm_4.1.1/include -I../.././nut/include urom.c -o urom.o
arm-elf-gcc httpserv.o urom.o -mcpu=arm7tdmi -nostartfiles -T../.././nut/arch/arm/ldscripts/at91_ram.ld -Wl,-Map=httpserv.map,--cref,--no-warn-mismatch -L../.././nutbld_arm_4.1.1/lib -Wl,--start-group ../.././nutbld_arm_4.1.1/lib/nutinit.o -lnutpro -lnutos -lnutarch -lnutdev -lnutarch -lnutnet -lnutfs -lnutcrt -Wl,--end-group -o httpserv.c.elf
ELF File Information:
There are 14 section headers, starting at offset 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 00f070 00 AX 0 0 4
[ 2] .rodata PROGBITS 0000f070 017070 007558 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 0x14a8c:
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 00b824 00 AX 0 0 4
[ 2] .rodata PROGBITS 0000b824 013824 00023c 01 AMS 0 0 4
[ 3] .data PROGBITS 0000ba60 013a60 000160 00 WA 0 0 4
[ 4] .bss NOBITS 0000bbc0 013bc0 000914 00 WA 0 0 4
[ 5] .comment PROGBITS 00000000 013bc0 0007e9 00 0 0 1
[ 6] .debug_aranges PROGBITS 00000000 0143b0 0000a0 00 0 0 8
[ 7] .debug_info PROGBITS 00000000 014450 000244 00 0 0 1
[ 8] .debug_abbrev PROGBITS 00000000 014694 000064 00 0 0 1
[ 9] .debug_line PROGBITS 00000000 0146f8 000274 00 0 0 1
[10] .debug_frame PROGBITS 00000000 01496c 0000a0 00 0 0 4
[11] .shstrtab STRTAB 00000000 014a0c 00007f 00 0 0 1
[12] .symtab SYMTAB 00000000 014cbc 002f80 10 13 499 4
[13] .strtab STRTAB 00000000 017c3c 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 0x0bbc0 0x0c4d4 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 0x16f44:
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 00dabc 00 AX 0 0 4
[ 2] .rodata PROGBITS 0000dabc 015abc 00028c 00 A 0 0 4
[ 3] .data PROGBITS 0000dd48 015d48 000290 00 WA 0 0 4
[ 4] .bss NOBITS 0000dfd8 015fd8 000548 00 WA 0 0 4
[ 5] .comment PROGBITS 00000000 015fd8 00088b 00 0 0 1
[ 6] .debug_aranges PROGBITS 00000000 016868 0000a0 00 0 0 8
[ 7] .debug_info PROGBITS 00000000 016908 000244 00 0 0 1
[ 8] .debug_abbrev PROGBITS 00000000 016b4c 000064 00 0 0 1
[ 9] .debug_line PROGBITS 00000000 016bb0 000274 00 0 0 1
[10] .debug_frame PROGBITS 00000000 016e24 0000a0 00 0 0 4
[11] .shstrtab STRTAB 00000000 016ec4 00007f 00 0 0 1
[12] .symtab SYMTAB 00000000 017174 0039c0 10 13 637 4
[13] .strtab STRTAB 00000000 01ab34 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 0x0dfd8 0x0e520 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 008e90 00 AX 0 0 4
[ 2] .rodata PROGBITS 00008e90 010e90 0004ec 00 A 0 0 4
[ 3] .data PROGBITS 0000937c 01137c 0004ec 00 WA 0 0 4
[ 4] .bss NOBITS 00009868 011868 000514 00 WA 0 0 4
[ 5] .comment PROGBITS 00000000 011868 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 0x09868 0x09d7c RWE 0x8000
Section to Segment mapping:
Segment Sections...
00 .text .rodata .data .bss
playmp3
arm-elf-gcc -c -mcpu=arm7tdmi -Os -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=playmp3.lst -DETHERNUT3 -I../.././nutbld_arm_4.1.1/include -I../.././nut/include playmp3.c -o playmp3.o
playmp3.c:71: warning: 'PlayMp3File' declared 'static' but never defined
crurom -r -ourom.c sounds
arm-elf-gcc -c -mcpu=arm7tdmi -Os -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=urom.lst -DETHERNUT3 -I../.././nutbld_arm_4.1.1/include -I../.././nut/include urom.c -o urom.o
arm-elf-gcc playmp3.o urom.o -mcpu=arm7tdmi -nostartfiles -T../.././nut/arch/arm/ldscripts/at91_ram.ld -Wl,-Map=playmp3.map,--cref,--no-warn-mismatch -L../.././nutbld_arm_4.1.1/lib -Wl,--start-group ../.././nutbld_arm_4.1.1/lib/nutinit.o -lnutfs -lnutos -lnutcrt -lnutdev -lnutarch -Wl,--end-group -o playmp3.c.elf
ELF File Information:
There are 14 section headers, starting at offset 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 0060a0 00 A 0 0 4
[ 3] .data PROGBITS 0000a254 012254 000160 00 WA 0 0 4
[ 4] .bss NOBITS 0000a3b4 0123b4 00046c 00 WA 0 0 4
[ 5] .comment PROGBITS 00000000 0123b4 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 0x0a3b4 0x0a820 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 0x148e4:
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 00b644 00 AX 0 0 4
[ 2] .rodata PROGBITS 0000b644 013644 000348 00 A 0 0 4
[ 3] .data PROGBITS 0000b98c 01398c 0000e0 00 WA 0 0 4
[ 4] .bss NOBITS 0000ba6c 013a6c 0004fc 00 WA 0 0 4
[ 5] .comment PROGBITS 00000000 013a6c 000798 00 0 0 1
[ 6] .debug_aranges PROGBITS 00000000 014208 0000a0 00 0 0 8
[ 7] .debug_info PROGBITS 00000000 0142a8 000244 00 0 0 1
[ 8] .debug_abbrev PROGBITS 00000000 0144ec 000064 00 0 0 1
[ 9] .debug_line PROGBITS 00000000 014550 000274 00 0 0 1
[10] .debug_frame PROGBITS 00000000 0147c4 0000a0 00 0 0 4
[11] .shstrtab STRTAB 00000000 014864 00007f 00 0 0 1
[12] .symtab SYMTAB 00000000 014b14 002e50 10 13 490 4
[13] .strtab STRTAB 00000000 017964 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 0x0ba6c 0x0bf68 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 0002d8 00 A 0 0 4
[ 3] .data PROGBITS 00004598 00c598 000068 00 WA 0 0 4
[ 4] .bss NOBITS 00004600 00c600 000454 00 WA 0 0 4
[ 5] .comment PROGBITS 00000000 00c600 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 0x04600 0x04a54 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 0x1502c:
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 00c004 00 AX 0 0 4
[ 2] .rodata PROGBITS 0000c004 014004 000074 00 A 0 0 4
[ 3] .data PROGBITS 0000c078 014078 0001ac 00 WA 0 0 4
[ 4] .bss NOBITS 0000c224 014224 000504 00 WA 0 0 4
[ 5] .comment PROGBITS 00000000 014224 00072c 00 0 0 1
[ 6] .debug_aranges PROGBITS 00000000 014950 0000a0 00 0 0 8
[ 7] .debug_info PROGBITS 00000000 0149f0 000244 00 0 0 1
[ 8] .debug_abbrev PROGBITS 00000000 014c34 000064 00 0 0 1
[ 9] .debug_line PROGBITS 00000000 014c98 000274 00 0 0 1
[10] .debug_frame PROGBITS 00000000 014f0c 0000a0 00 0 0 4
[11] .shstrtab STRTAB 00000000 014fac 00007f 00 0 0 1
[12] .symtab SYMTAB 00000000 01525c 003140 10 13 536 4
[13] .strtab STRTAB 00000000 01839c 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 0x0c224 0x0c728 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 00b988 00 AX 0 0 4
[ 2] .rodata PROGBITS 0000b988 013988 00037c 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 0xd530:
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 00015c 00 0 0 1
[ 8] .debug_abbrev PROGBITS 00000000 00d2bc 00003c 00 0 0 1
[ 9] .debug_line PROGBITS 00000000 00d2f8 000167 00 0 0 1
[10] .debug_frame PROGBITS 00000000 00d460 000050 00 0 0 4
[11] .shstrtab STRTAB 00000000 00d4b0 00007f 00 0 0 1
[12] .symtab SYMTAB 00000000 00d760 001bf0 10 13 295 4
[13] .strtab STRTAB 00000000 00f350 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.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 0xdf1c:
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 005308 00 AX 0 0 4
[ 2] .rodata PROGBITS 00005308 00d308 0000bc 00 A 0 0 4
[ 3] .data PROGBITS 000053c4 00d3c4 000154 00 WA 0 0 4
[ 4] .bss NOBITS 00005518 00d518 0004d8 00 WA 0 0 4
[ 5] .comment PROGBITS 00000000 00d518 000489 00 0 0 1
[ 6] .debug_aranges PROGBITS 00000000 00d9a8 000080 00 0 0 8
[ 7] .debug_info PROGBITS 00000000 00da28 0001d0 00 0 0 1
[ 8] .debug_abbrev PROGBITS 00000000 00dbf8 000050 00 0 0 1
[ 9] .debug_line PROGBITS 00000000 00dc48 0001dc 00 0 0 1
[10] .debug_frame PROGBITS 00000000 00de24 000078 00 0 0 4
[11] .shstrtab STRTAB 00000000 00de9c 00007f 00 0 0 1
[12] .symtab SYMTAB 00000000 00e14c 001d40 10 13 312 4
[13] .strtab STRTAB 00000000 00fe8c 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 0x05518 0x059f0 RWE 0x8000
Section to Segment mapping:
Segment Sections...
00 .text .rodata .data .bss