Compile results and segment sizes Nut/OS 4.4.0 ARM-gcc 4.1.0
BASEMON
CALTIME
CANDEMO
EVENTS
FTPD
HTTPD
INETQ
ISP2
LOGTIME
NUTPIPER
PLAYMP3
PORTDIO
PPPC
RS232D
SIMPLE
SNMPD
TCPS
THREADS
TIMERS
UART
basemon
arm-elf-gcc -c -mcpu=arm7tdmi -Os -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=basemon.lst -DETHERNUT3 -I../.././nutbld_arm_4.1.0/include -I../.././nut/include basemon.c -o basemon.o
arm-elf-gcc -c -mcpu=arm7tdmi -Os -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=xmemtest.lst -DETHERNUT3 -I../.././nutbld_arm_4.1.0/include -I../.././nut/include xmemtest.c -o xmemtest.o
arm-elf-gcc -c -mcpu=arm7tdmi -Os -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=dataflash.lst -DETHERNUT3 -I../.././nutbld_arm_4.1.0/include -I../.././nut/include dataflash.c -o dataflash.o
arm-elf-gcc -c -mcpu=arm7tdmi -Os -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=realtek.lst -DETHERNUT3 -I../.././nutbld_arm_4.1.0/include -I../.././nut/include realtek.c -o realtek.o
arm-elf-gcc -c -mcpu=arm7tdmi -Os -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=smsc.lst -DETHERNUT3 -I../.././nutbld_arm_4.1.0/include -I../.././nut/include smsc.c -o smsc.o
arm-elf-gcc -c -mcpu=arm7tdmi -Os -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=uart.lst -DETHERNUT3 -I../.././nutbld_arm_4.1.0/include -I../.././nut/include uart.c -o uart.o
arm-elf-gcc -c -mcpu=arm7tdmi -Os -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=webdemo.lst -DETHERNUT3 -I../.././nutbld_arm_4.1.0/include -I../.././nut/include webdemo.c -o webdemo.o
arm-elf-gcc -c -mcpu=arm7tdmi -Os -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=utils.lst -DETHERNUT3 -I../.././nutbld_arm_4.1.0/include -I../.././nut/include utils.c -o utils.o
crurom -r -ourom.c html
arm-elf-gcc -c -mcpu=arm7tdmi -Os -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=urom.lst -DETHERNUT3 -I../.././nutbld_arm_4.1.0/include -I../.././nut/include urom.c -o urom.o
arm-elf-gcc basemon.o xmemtest.o dataflash.o realtek.o smsc.o uart.o webdemo.o utils.o urom.o -mcpu=arm7tdmi -nostartfiles -T../.././nut/arch/arm/ldscripts/at91_ram.ld -Wl,-Map=basemon.map,--cref,--no-warn-mismatch -L../.././nutbld_arm_4.1.0/lib -Wl,--start-group -lnutnet -lnutpro -lnutfs -lnutos -lnutarch -lnutdev -lnutarch -lnutnet -lnutcrt -Wl,--end-group -o
basemon.c.elf
ELF File Information:
There are 14 section headers, starting at offset 0x19820:
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 00ded8 00 AX 0 0 4
[ 2] .rodata PROGBITS 0000ded8 015ed8 002370 00 A 0 0 4
[ 3] .data PROGBITS 00010248 018248 000580 00 WA 0 0 4
[ 4] .bss NOBITS 000107c8 0187c8 0005ac 00 WA 0 0 4
[ 5] .comment PROGBITS 00000000 0187c8 00097e 00 0 0 1
[ 6] .debug_aranges PROGBITS 00000000 019148 0000a0 00 0 0 8
[ 7] .debug_info PROGBITS 00000000 0191e8 00023f 00 0 0 1
[ 8] .debug_abbrev PROGBITS 00000000 019427 000064 00 0 0 1
[ 9] .debug_line PROGBITS 00000000 01948b 000274 00 0 0 1
[10] .debug_frame PROGBITS 00000000 019700 0000a0 00 0 0 4
[11] .shstrtab STRTAB 00000000 0197a0 00007f 00 0 0 1
[12] .symtab SYMTAB 00000000 019a50 003d40 10 13 663 4
[13] .strtab STRTAB 00000000 01d790 001ad3 00 0 0 1
Key to Flags:
W (write), A (alloc), X (execute), M (merge), S (strings)
I (info), L (link order), G (group), x (unknown)
O (extra OS processing required) o (OS specific), p (processor specific)
Elf file type is EXEC (Executable file)
Entry point 0x38
There are 1 program headers, starting at offset 52
Program Headers:
Type Offset VirtAddr PhysAddr FileSiz MemSiz Flg Align
LOAD 0x008000 0x00000000 0x00000000 0x107c8 0x10d74 RWE 0x8000
Section to Segment mapping:
Segment Sections...
00 .text .rodata .data .bss
caltime
arm-elf-gcc -c -mcpu=arm7tdmi -Os -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=caltime.lst -DETHERNUT3 -I../.././nutbld_arm_4.1.0/include -I../.././nut/include caltime.c -o caltime.o
arm-elf-gcc caltime.o -mcpu=arm7tdmi -nostartfiles -T../.././nut/arch/arm/ldscripts/at91_ram.ld -Wl,-Map=caltime.map,--cref,--no-warn-mismatch -L../.././nutbld_arm_4.1.0/lib -Wl,--start-group ../.././nutbld_arm_4.1.0/lib/nutinit.o -lnutcrt -lnutos -lnutdev -lnutarch -Wl,--end-group -o caltime.c.elf
ELF File Information:
There are 14 section headers, starting at offset 0x109c0:
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 00705c 00 AX 0 0 4
[ 2] .rodata PROGBITS 0000705c 00f05c 00064c 00 A 0 0 4
[ 3] .data PROGBITS 000076a8 00f6a8 0005e8 00 WA 0 0 4
[ 4] .bss NOBITS 00007c90 00fc90 00048c 00 WA 0 0 4
[ 5] .comment PROGBITS 00000000 00fc90 000654 00 0 0 1
[ 6] .debug_aranges PROGBITS 00000000 0102e8 0000a0 00 0 0 8
[ 7] .debug_info PROGBITS 00000000 010388 00023f 00 0 0 1
[ 8] .debug_abbrev PROGBITS 00000000 0105c7 000064 00 0 0 1
[ 9] .debug_line PROGBITS 00000000 01062b 000274 00 0 0 1
[10] .debug_frame PROGBITS 00000000 0108a0 0000a0 00 0 0 4
[11] .shstrtab STRTAB 00000000 010940 00007f 00 0 0 1
[12] .symtab SYMTAB 00000000 010bf0 002610 10 13 413 4
[13] .strtab STRTAB 00000000 013200 000fc8 00 0 0 1
Key to Flags:
W (write), A (alloc), X (execute), M (merge), S (strings)
I (info), L (link order), G (group), x (unknown)
O (extra OS processing required) o (OS specific), p (processor specific)
Elf file type is EXEC (Executable file)
Entry point 0x38
There are 1 program headers, starting at offset 52
Program Headers:
Type Offset VirtAddr PhysAddr FileSiz MemSiz Flg Align
LOAD 0x008000 0x00000000 0x00000000 0x07c90 0x0811c RWE 0x8000
Section to Segment mapping:
Segment Sections...
00 .text .rodata .data .bss
canbus
arm-elf-gcc -c -mcpu=arm7tdmi -Os -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=candemo.lst -DETHERNUT3 -I../.././nutbld_arm_4.1.0/include -I../.././nut/include candemo.c -o candemo.o
candemo.c:145:2: warning: #warning "This sample requires an AT90CAN128 MCU"
arm-elf-gcc candemo.o -mcpu=arm7tdmi -nostartfiles -T../.././nut/arch/arm/ldscripts/at91_ram.ld -Wl,-Map=candemo.map,--cref,--no-warn-mismatch -L../.././nutbld_arm_4.1.0/lib -Wl,--start-group ../.././nutbld_arm_4.1.0/lib/nutinit.o -lnutpro -lnutos -lnutarch -lnutdev -lnutnet -lnutfs -lnutcrt -Wl,--end-group -o candemo.c.elf
ELF File Information:
There are 14 section headers, starting at offset 0xc760:
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 003d98 00 AX 0 0 4
[ 2] .rodata PROGBITS 00003d98 00bd98 000070 01 AMS 0 0 4
[ 3] .data PROGBITS 00003e08 00be08 000068 00 WA 0 0 4
[ 4] .bss NOBITS 00003e70 00be70 00046c 00 WA 0 0 4
[ 5] .comment PROGBITS 00000000 00be70 00037b 00 0 0 1
[ 6] .debug_aranges PROGBITS 00000000 00c1f0 000080 00 0 0 8
[ 7] .debug_info PROGBITS 00000000 00c270 0001cc 00 0 0 1
[ 8] .debug_abbrev PROGBITS 00000000 00c43c 000050 00 0 0 1
[ 9] .debug_line PROGBITS 00000000 00c48c 0001dc 00 0 0 1
[10] .debug_frame PROGBITS 00000000 00c668 000078 00 0 0 4
[11] .shstrtab STRTAB 00000000 00c6e0 00007f 00 0 0 1
[12] .symtab SYMTAB 00000000 00c990 001770 10 13 234 4
[13] .strtab STRTAB 00000000 00e100 000a21 00 0 0 1
Key to Flags:
W (write), A (alloc), X (execute), M (merge), S (strings)
I (info), L (link order), G (group), x (unknown)
O (extra OS processing required) o (OS specific), p (processor specific)
Elf file type is EXEC (Executable file)
Entry point 0x38
There are 1 program headers, starting at offset 52
Program Headers:
Type Offset VirtAddr PhysAddr FileSiz MemSiz Flg Align
LOAD 0x008000 0x00000000 0x00000000 0x03e70 0x042dc RWE 0x8000
Section to Segment mapping:
Segment Sections...
00 .text .rodata .data .bss
events
arm-elf-gcc -c -mcpu=arm7tdmi -Os -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=events.lst -DETHERNUT3 -I../.././nutbld_arm_4.1.0/include -I../.././nut/include events.c -o events.o
arm-elf-gcc events.o -mcpu=arm7tdmi -nostartfiles -T../.././nut/arch/arm/ldscripts/at91_ram.ld -Wl,-Map=events.map,--cref,--no-warn-mismatch -L../.././nutbld_arm_4.1.0/lib -Wl,--start-group ../.././nutbld_arm_4.1.0/lib/nutinit.o -lnutos -lnutarch -lnutdev -lnutarch -lnutcrt -Wl,--end-group -o events.c.elf
ELF File Information:
There are 14 section headers, starting at offset 0xc4ec:
Section Headers:
[Nr] Name Type Addr Off Size ES Flg Lk Inf Al
[ 0] NULL 00000000 000000 000000 00 0 0 0
[ 1] .text PROGBITS 00000000 008000 003afc 00 AX 0 0 4
[ 2] .rodata PROGBITS 00003afc 00bafc 000150 01 AMS 0 0 4
[ 3] .data PROGBITS 00003c4c 00bc4c 0000c0 00 WA 0 0 4
[ 4] .bss NOBITS 00003d0c 00bd0c 000474 00 WA 0 0 4
[ 5] .comment PROGBITS 00000000 00bd0c 0003b1 00 0 0 1
[ 6] .debug_aranges PROGBITS 00000000 00c0c0 000060 00 0 0 8
[ 7] .debug_info PROGBITS 00000000 00c120 000159 00 0 0 1
[ 8] .debug_abbrev PROGBITS 00000000 00c279 00003c 00 0 0 1
[ 9] .debug_line PROGBITS 00000000 00c2b5 000167 00 0 0 1
[10] .debug_frame PROGBITS 00000000 00c41c 000050 00 0 0 4
[11] .shstrtab STRTAB 00000000 00c46c 00007f 00 0 0 1
[12] .symtab SYMTAB 00000000 00c71c 0018a0 10 13 241 4
[13] .strtab STRTAB 00000000 00dfbc 000a8c 00 0 0 1
Key to Flags:
W (write), A (alloc), X (execute), M (merge), S (strings)
I (info), L (link order), G (group), x (unknown)
O (extra OS processing required) o (OS specific), p (processor specific)
Elf file type is EXEC (Executable file)
Entry point 0x38
There are 1 program headers, starting at offset 52
Program Headers:
Type Offset VirtAddr PhysAddr FileSiz MemSiz Flg Align
LOAD 0x008000 0x00000000 0x00000000 0x03d0c 0x04180 RWE 0x8000
Section to Segment mapping:
Segment Sections...
00 .text .rodata .data .bss
ftpd
arm-elf-gcc -c -mcpu=arm7tdmi -Os -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=ftpserv.lst -DETHERNUT3 -I../.././nutbld_arm_4.1.0/include -I../.././nut/include ftpserv.c -o ftpserv.o
arm-elf-gcc ftpserv.o -mcpu=arm7tdmi -nostartfiles -T../.././nut/arch/arm/ldscripts/at91_ram.ld -Wl,-Map=ftpserv.map,--cref,--no-warn-mismatch -L../.././nutbld_arm_4.1.0/lib -Wl,--start-group ../.././nutbld_arm_4.1.0/lib/nutinit.o -lnutpro -lnutfs -lnutarch -lnutnet -lnutos -lnutdev -lnutarch -lnutcrt -Wl,--end-group -o ftpserv.c.elf
ELF File Information:
There are 14 section headers, starting at offset 0x1d358:
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 01338c 00 AX 0 0 4
[ 2] .rodata PROGBITS 0001338c 01b38c 000604 00 A 0 0 4
[ 3] .data PROGBITS 00013990 01b990 000750 00 WA 0 0 4
[ 4] .bss NOBITS 000140e0 01c0e0 000574 00 WA 0 0 4
[ 5] .comment PROGBITS 00000000 01c0e0 000b9a 00 0 0 1
[ 6] .debug_aranges PROGBITS 00000000 01cc80 0000a0 00 0 0 8
[ 7] .debug_info PROGBITS 00000000 01cd20 00023f 00 0 0 1
[ 8] .debug_abbrev PROGBITS 00000000 01cf5f 000064 00 0 0 1
[ 9] .debug_line PROGBITS 00000000 01cfc3 000274 00 0 0 1
[10] .debug_frame PROGBITS 00000000 01d238 0000a0 00 0 0 4
[11] .shstrtab STRTAB 00000000 01d2d8 00007f 00 0 0 1
[12] .symtab SYMTAB 00000000 01d588 0051a0 10 13 893 4
[13] .strtab STRTAB 00000000 022728 0022e0 00 0 0 1
Key to Flags:
W (write), A (alloc), X (execute), M (merge), S (strings)
I (info), L (link order), G (group), x (unknown)
O (extra OS processing required) o (OS specific), p (processor specific)
Elf file type is EXEC (Executable file)
Entry point 0x38
There are 1 program headers, starting at offset 52
Program Headers:
Type Offset VirtAddr PhysAddr FileSiz MemSiz Flg Align
LOAD 0x008000 0x00000000 0x00000000 0x140e0 0x14654 RWE 0x8000
Section to Segment mapping:
Segment Sections...
00 .text .rodata .data .bss
httpd
arm-elf-gcc -c -mcpu=arm7tdmi -Os -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=httpserv.lst -DETHERNUT3 -I../.././nutbld_arm_4.1.0/include -I../.././nut/include httpserv.c -o httpserv.o
crurom -r -ourom.c sample
arm-elf-gcc -c -mcpu=arm7tdmi -Os -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=urom.lst -DETHERNUT3 -I../.././nutbld_arm_4.1.0/include -I../.././nut/include urom.c -o urom.o
arm-elf-gcc httpserv.o urom.o -mcpu=arm7tdmi -nostartfiles -T../.././nut/arch/arm/ldscripts/at91_ram.ld -Wl,-Map=httpserv.map,--cref,--no-warn-mismatch -L../.././nutbld_arm_4.1.0/lib -Wl,--start-group ../.././nutbld_arm_4.1.0/lib/nutinit.o -lnutpro -lnutos -lnutarch -lnutdev -lnutarch -lnutnet -lnutfs -lnutcrt -Wl,--end-group -o httpserv.c.elf
ELF File Information:
There are 14 section headers, starting at offset 0x1fed8:
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 00f134 00 AX 0 0 4
[ 2] .rodata PROGBITS 0000f134 017134 007558 00 A 0 0 4
[ 3] .data PROGBITS 0001668c 01e68c 0006cc 00 WA 0 0 4
[ 4] .bss NOBITS 00016d58 01ed58 00053c 00 WA 0 0 4
[ 5] .comment PROGBITS 00000000 01ed58 000aa7 00 0 0 1
[ 6] .debug_aranges PROGBITS 00000000 01f800 0000a0 00 0 0 8
[ 7] .debug_info PROGBITS 00000000 01f8a0 00023f 00 0 0 1
[ 8] .debug_abbrev PROGBITS 00000000 01fadf 000064 00 0 0 1
[ 9] .debug_line PROGBITS 00000000 01fb43 000274 00 0 0 1
[10] .debug_frame PROGBITS 00000000 01fdb8 0000a0 00 0 0 4
[11] .shstrtab STRTAB 00000000 01fe58 00007f 00 0 0 1
[12] .symtab SYMTAB 00000000 020108 0042d0 10 13 728 4
[13] .strtab STRTAB 00000000 0243d8 001e1e 00 0 0 1
Key to Flags:
W (write), A (alloc), X (execute), M (merge), S (strings)
I (info), L (link order), G (group), x (unknown)
O (extra OS processing required) o (OS specific), p (processor specific)
Elf file type is EXEC (Executable file)
Entry point 0x38
There are 1 program headers, starting at offset 52
Program Headers:
Type Offset VirtAddr PhysAddr FileSiz MemSiz Flg Align
LOAD 0x008000 0x00000000 0x00000000 0x16d58 0x17294 RWE 0x8000
Section to Segment mapping:
Segment Sections...
00 .text .rodata .data .bss
inetq
arm-elf-gcc -c -mcpu=arm7tdmi -Os -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=inetq.lst -DETHERNUT3 -I../.././nutbld_arm_4.1.0/include -I../.././nut/include inetq.c -o inetq.o
inetq.c: In function 'main':
inetq.c:165: warning: pointer targets in passing argument 1 of 'NutDnsGetHostByName' differ in signedness
arm-elf-gcc inetq.o -mcpu=arm7tdmi -nostartfiles -T../.././nut/arch/arm/ldscripts/at91_ram.ld -Wl,-Map=inetq.map,--cref,--no-warn-mismatch -L../.././nutbld_arm_4.1.0/lib -Wl,--start-group ../.././nutbld_arm_4.1.0/lib/nutinit.o -lnutpro -lnutos -lnutarch -lnutdev -lnutarch -lnutnet -lnutfs -lnutcrt -Wl,--end-group -o inetq.c.elf
ELF File Information:
There are 14 section headers, starting at offset 0x14b78:
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 00b8f4 00 AX 0 0 4
[ 2] .rodata PROGBITS 0000b8f4 0138f4 00023c 01 AMS 0 0 4
[ 3] .data PROGBITS 0000bb30 013b30 000168 00 WA 0 0 4
[ 4] .bss NOBITS 0000bc98 013c98 000918 00 WA 0 0 4
[ 5] .comment PROGBITS 00000000 013c98 000804 00 0 0 1
[ 6] .debug_aranges PROGBITS 00000000 0144a0 0000a0 00 0 0 8
[ 7] .debug_info PROGBITS 00000000 014540 00023f 00 0 0 1
[ 8] .debug_abbrev PROGBITS 00000000 01477f 000064 00 0 0 1
[ 9] .debug_line PROGBITS 00000000 0147e3 000274 00 0 0 1
[10] .debug_frame PROGBITS 00000000 014a58 0000a0 00 0 0 4
[11] .shstrtab STRTAB 00000000 014af8 00007f 00 0 0 1
[12] .symtab SYMTAB 00000000 014da8 003050 10 13 511 4
[13] .strtab STRTAB 00000000 017df8 0014fa 00 0 0 1
Key to Flags:
W (write), A (alloc), X (execute), M (merge), S (strings)
I (info), L (link order), G (group), x (unknown)
O (extra OS processing required) o (OS specific), p (processor specific)
Elf file type is EXEC (Executable file)
Entry point 0x38
There are 1 program headers, starting at offset 52
Program Headers:
Type Offset VirtAddr PhysAddr FileSiz MemSiz Flg Align
LOAD 0x008000 0x00000000 0x00000000 0x0bc98 0x0c5b0 RWE 0x8000
Section to Segment mapping:
Segment Sections...
00 .text .rodata .data .bss
isp2
makefile:55: Makedefs.isp: No such file or directory
makefile:70: Makerules.isp: No such file or directory
make: *** No rule to make target `Makerules.isp'. Stop.
ELF File Information:
logtime
arm-elf-gcc -c -mcpu=arm7tdmi -Os -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=logtime.lst -DETHERNUT3 -I../.././nutbld_arm_4.1.0/include -I../.././nut/include logtime.c -o logtime.o
arm-elf-gcc logtime.o -mcpu=arm7tdmi -nostartfiles -T../.././nut/arch/arm/ldscripts/at91_ram.ld -Wl,-Map=logtime.map,--cref,--no-warn-mismatch -L../.././nutbld_arm_4.1.0/lib -Wl,--start-group ../.././nutbld_arm_4.1.0/lib/nutinit.o -lnutpro -lnutnet -lnutcrt -lnutos -lnutdev -lnutarch -lnutos -lnutdev -lnutnet -Wl,--end-group -o logtime.c.elf
ELF File Information:
There are 14 section headers, starting at offset 0x16fb0:
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 00db0c 00 AX 0 0 4
[ 2] .rodata PROGBITS 0000db0c 015b0c 00028c 00 A 0 0 4
[ 3] .data PROGBITS 0000dd98 015d98 000298 00 WA 0 0 4
[ 4] .bss NOBITS 0000e030 016030 00054c 00 WA 0 0 4
[ 5] .comment PROGBITS 00000000 016030 0008a6 00 0 0 1
[ 6] .debug_aranges PROGBITS 00000000 0168d8 0000a0 00 0 0 8
[ 7] .debug_info PROGBITS 00000000 016978 00023f 00 0 0 1
[ 8] .debug_abbrev PROGBITS 00000000 016bb7 000064 00 0 0 1
[ 9] .debug_line PROGBITS 00000000 016c1b 000274 00 0 0 1
[10] .debug_frame PROGBITS 00000000 016e90 0000a0 00 0 0 4
[11] .shstrtab STRTAB 00000000 016f30 00007f 00 0 0 1
[12] .symtab SYMTAB 00000000 0171e0 003a70 10 13 647 4
[13] .strtab STRTAB 00000000 01ac50 001941 00 0 0 1
Key to Flags:
W (write), A (alloc), X (execute), M (merge), S (strings)
I (info), L (link order), G (group), x (unknown)
O (extra OS processing required) o (OS specific), p (processor specific)
Elf file type is EXEC (Executable file)
Entry point 0x38
There are 1 program headers, starting at offset 52
Program Headers:
Type Offset VirtAddr PhysAddr FileSiz MemSiz Flg Align
LOAD 0x008000 0x00000000 0x00000000 0x0e030 0x0e57c RWE 0x8000
Section to Segment mapping:
Segment Sections...
00 .text .rodata .data .bss
nutpiper
arm-elf-gcc -c -mcpu=arm7tdmi -Os -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=nutpiper.lst -DETHERNUT3 -I../.././nutbld_arm_4.1.0/include -I../.././nut/include nutpiper.c -o nutpiper.o
nutpiper.c: In function 'main':
nutpiper.c:402: warning: unused variable 'ip_gate'
nutpiper.c:400: warning: unused variable 'ip_mask'
nutpiper.c:398: warning: unused variable 'ip_addr'
nutpiper.c:396: warning: unused variable 'mac'
arm-elf-gcc -c -mcpu=arm7tdmi -Os -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=config.lst -DETHERNUT3 -I../.././nutbld_arm_4.1.0/include -I../.././nut/include config.c -o config.o
config.c: In function 'ConfigSaveBinary':
config.c:80: warning: unused variable 'cp'
config.c:79: warning: unused variable 'i'
config.c: In function 'ConfigLoadBinary':
config.c:134: warning: unused variable 'cp'
config.c:133: warning: unused variable 'i'
config.c: In function 'ConfigSize':
config.c:162: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
config.c: In function 'ConfigStation':
config.c:193: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
config.c:200: warning: pointer targets in passing argument 1 of 'inet_addr' differ in signedness
config.c:214: warning: pointer targets in passing argument 1 of 'atoi' differ in signedness
config.c:220: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
config.c:221: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness
config.c:221: warning: pointer targets in passing argument 2 of 'strcpy' differ in signedness
config.c: In function 'ConfigResetFactory':
config.c:268: warning: pointer targets in passing argument 2 of 'ConfigStation' differ in signedness
config.c:270: warning: pointer targets in passing argument 2 of 'ConfigStation' differ in signedness
config.c:272: warning: pointer targets in passing argument 2 of 'ConfigStation' differ in signedness
config.c:274: warning: pointer targets in passing argument 2 of 'ConfigStation' differ in signedness
config.c:276: warning: pointer targets in passing argument 2 of 'ConfigStation' differ in signedness
config.c:278: warning: pointer targets in passing argument 2 of 'ConfigStation' differ in signedness
config.c:280: warning: pointer targets in passing argument 2 of 'ConfigStation' differ in signedness
config.c:282: warning: pointer targets in passing argument 2 of 'ConfigStation' differ in signedness
config.c:284: warning: pointer targets in passing argument 2 of 'ConfigStation' differ in signedness
config.c:286: warning: pointer targets in passing argument 2 of 'ConfigStation' differ in signedness
config.c:288: warning: pointer targets in passing argument 2 of 'ConfigStation' differ in signedness
config.c:290: warning: pointer targets in passing argument 2 of 'ConfigStation' differ in signedness
config.c:292: warning: pointer targets in passing argument 2 of 'ConfigStation' differ in signedness
config.c:294: warning: pointer targets in passing argument 2 of 'ConfigStation' differ in signedness
config.c:296: warning: pointer targets in passing argument 2 of 'ConfigStation' differ in signedness
config.c:298: warning: pointer targets in passing argument 2 of 'ConfigStation' differ in signedness
config.c:300: warning: pointer targets in passing argument 2 of 'ConfigStation' differ in signedness
config.c:302: warning: pointer targets in passing argument 2 of 'ConfigStation' differ in signedness
config.c:304: warning: pointer targets in passing argument 2 of 'ConfigStation' differ in signedness
config.c:306: warning: pointer targets in passing argument 2 of 'ConfigStation' differ in signedness
config.c:308: warning: pointer targets in passing argument 2 of 'ConfigStation' differ in signedness
config.c: In function 'ConfigLoad':
config.c:352: warning: pointer targets in passing argument 2 of 'ConfigLoadString' differ in signedness
config.c:371: warning: pointer targets in passing argument 2 of 'ConfigLoadString' differ in signedness
config.c:374: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness
config.c: In function 'ConfigSave':
config.c:409: warning: pointer targets in passing argument 2 of 'ConfigSaveString' differ in signedness
config.c:423: warning: pointer targets in passing argument 2 of 'ConfigSaveString' differ in signedness
arm-elf-gcc -c -mcpu=arm7tdmi -Os -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=player.lst -DETHERNUT3 -I../.././nutbld_arm_4.1.0/include -I../.././nut/include player.c -o player.o
arm-elf-gcc -c -mcpu=arm7tdmi -Os -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=display.lst -DETHERNUT3 -I../.././nutbld_arm_4.1.0/include -I../.././nut/include display.c -o display.o
display.c: In function 'DisplayStation':
display.c:133: warning: pointer targets in passing argument 2 of 'strncpy' differ in signedness
display.c: In function 'DisplayStatus':
display.c:170: warning: pointer targets in passing argument 2 of 'strncpy' differ in signedness
display.c:172: warning: pointer targets in passing argument 2 of 'strncpy' differ in signedness
display.c: In function 'DisplayEntry':
display.c:218: warning: pointer targets in passing argument 2 of 'strncpy' differ in signedness
display.c:220: warning: pointer targets in passing argument 2 of 'strncpy' differ in signedness
arm-elf-gcc -c -mcpu=arm7tdmi -Os -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=scanner.lst -DETHERNUT3 -I../.././nutbld_arm_4.1.0/include -I../.././nut/include scanner.c -o scanner.o
scanner.c: In function 'PutString':
scanner.c:94: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
scanner.c: In function 'ScanStreamHeader':
scanner.c:117: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness
scanner.c:119: warning: pointer targets in passing argument 1 of 'strcat' differ in signedness
scanner.c:119: warning: pointer targets in passing argument 2 of 'strcat' differ in signedness
scanner.c:120: warning: pointer targets in passing argument 1 of 'strcat' differ in signedness
scanner.c:123: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness
scanner.c:126: warning: pointer targets in passing argument 2 of 'PutString' differ in signedness
scanner.c:143: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness
scanner.c:144: warning: pointer targets in passing argument 1 of 'atoi' differ in signedness
scanner.c:149: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness
scanner.c:150: warning: pointer targets in assignment differ in signedness
scanner.c:155: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness
scanner.c:158: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness
scanner.c:159: warning: pointer targets in assignment differ in signedness
scanner.c:164: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness
scanner.c:166: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness
scanner.c:167: warning: pointer targets in passing argument 1 of 'atol' differ in signedness
scanner.c:168: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness
scanner.c:169: warning: pointer targets in passing argument 1 of 'atol' differ in signedness
scanner.c:172: warning: pointer targets in passing argument 1 of 'puts' differ in signedness
scanner.c: In function 'ReadMetaTitle':
scanner.c:225: warning: pointer targets in passing argument 1 of 'strchr' differ in signedness
scanner.c:225: warning: pointer targets in assignment differ in signedness
scanner.c:227: warning: pointer targets in passing argument 1 of 'strchr' differ in signedness
scanner.c:227: warning: pointer targets in assignment differ in signedness
scanner.c:231: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
scanner.c:231: warning: pointer targets in assignment differ in signedness
scanner.c:233: warning: pointer targets in passing argument 1 of 'strcasecmp' differ in signedness
scanner.c:234: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
scanner.c:235: warning: pointer targets in passing argument 2 of 'strcpy' differ in signedness
scanner.c: In function 'Scanner':
scanner.c:277: warning: format '%u' expects type 'unsigned int', but argument 2 has type 'size_t'
scanner.c:297: warning: pointer targets in assignment differ in signedness
arm-elf-gcc nutpiper.o config.o player.o display.o scanner.o -mcpu=arm7tdmi -nostartfiles -T../.././nut/arch/arm/ldscripts/at91_ram.ld -Wl,-Map=nutpiper.map,--cref,--no-warn-mismatch -L../.././nutbld_arm_4.1.0/lib -Wl,--start-group ../.././nutbld_arm_4.1.0/lib/nutinit.o -lnutarch -lnutpro -lnutos -lnutdev -lnutarch -lnutnet -lnutcrt -Wl,--end-group -o nutpiper.c.elf
ELF File Information:
There are 14 section headers, starting at offset 0x126e8:
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 008ef0 00 AX 0 0 4
[ 2] .rodata PROGBITS 00008ef0 010ef0 0004ec 00 A 0 0 4
[ 3] .data PROGBITS 000093dc 0113dc 0004ec 00 WA 0 0 4
[ 4] .bss NOBITS 000098c8 0118c8 000518 00 WA 0 0 4
[ 5] .comment PROGBITS 00000000 0118c8 000747 00 0 0 1
[ 6] .debug_aranges PROGBITS 00000000 012010 0000a0 00 0 0 8
[ 7] .debug_info PROGBITS 00000000 0120b0 00023f 00 0 0 1
[ 8] .debug_abbrev PROGBITS 00000000 0122ef 000064 00 0 0 1
[ 9] .debug_line PROGBITS 00000000 012353 000274 00 0 0 1
[10] .debug_frame PROGBITS 00000000 0125c8 0000a0 00 0 0 4
[11] .shstrtab STRTAB 00000000 012668 00007f 00 0 0 1
[12] .symtab SYMTAB 00000000 012918 002b20 10 13 435 4
[13] .strtab STRTAB 00000000 015438 001265 00 0 0 1
Key to Flags:
W (write), A (alloc), X (execute), M (merge), S (strings)
I (info), L (link order), G (group), x (unknown)
O (extra OS processing required) o (OS specific), p (processor specific)
Elf file type is EXEC (Executable file)
Entry point 0x38
There are 1 program headers, starting at offset 52
Program Headers:
Type Offset VirtAddr PhysAddr FileSiz MemSiz Flg Align
LOAD 0x008000 0x00000000 0x00000000 0x098c8 0x09de0 RWE 0x8000
Section to Segment mapping:
Segment Sections...
00 .text .rodata .data .bss
playmp3
arm-elf-gcc -c -mcpu=arm7tdmi -Os -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=playmp3.lst -DETHERNUT3 -I../.././nutbld_arm_4.1.0/include -I../.././nut/include playmp3.c -o playmp3.o
playmp3.c:71: warning: 'PlayMp3File' declared 'static' but never defined
crurom -r -ourom.c sounds
arm-elf-gcc -c -mcpu=arm7tdmi -Os -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=urom.lst -DETHERNUT3 -I../.././nutbld_arm_4.1.0/include -I../.././nut/include urom.c -o urom.o
arm-elf-gcc playmp3.o urom.o -mcpu=arm7tdmi -nostartfiles -T../.././nut/arch/arm/ldscripts/at91_ram.ld -Wl,-Map=playmp3.map,--cref,--no-warn-mismatch -L../.././nutbld_arm_4.1.0/lib -Wl,--start-group ../.././nutbld_arm_4.1.0/lib/nutinit.o -lnutfs -lnutos -lnutcrt -lnutdev -lnutarch -Wl,--end-group -o playmp3.c.elf
ELF File Information:
There are 14 section headers, starting at offset 0x12da0:
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 004210 00 AX 0 0 4
[ 2] .rodata PROGBITS 00004210 00c210 0060a0 00 A 0 0 4
[ 3] .data PROGBITS 0000a2b0 0122b0 000160 00 WA 0 0 4
[ 4] .bss NOBITS 0000a410 012410 000470 00 WA 0 0 4
[ 5] .comment PROGBITS 00000000 012410 00041d 00 0 0 1
[ 6] .debug_aranges PROGBITS 00000000 012830 000080 00 0 0 8
[ 7] .debug_info PROGBITS 00000000 0128b0 0001cc 00 0 0 1
[ 8] .debug_abbrev PROGBITS 00000000 012a7c 000050 00 0 0 1
[ 9] .debug_line PROGBITS 00000000 012acc 0001dc 00 0 0 1
[10] .debug_frame PROGBITS 00000000 012ca8 000078 00 0 0 4
[11] .shstrtab STRTAB 00000000 012d20 00007f 00 0 0 1
[12] .symtab SYMTAB 00000000 012fd0 001b20 10 13 268 4
[13] .strtab STRTAB 00000000 014af0 000bc9 00 0 0 1
Key to Flags:
W (write), A (alloc), X (execute), M (merge), S (strings)
I (info), L (link order), G (group), x (unknown)
O (extra OS processing required) o (OS specific), p (processor specific)
Elf file type is EXEC (Executable file)
Entry point 0x38
There are 1 program headers, starting at offset 52
Program Headers:
Type Offset VirtAddr PhysAddr FileSiz MemSiz Flg Align
LOAD 0x008000 0x00000000 0x00000000 0x0a410 0x0a880 RWE 0x8000
Section to Segment mapping:
Segment Sections...
00 .text .rodata .data .bss
portdio
arm-elf-gcc -c -mcpu=arm7tdmi -Os -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=portdio.lst -DETHERNUT3 -I../.././nutbld_arm_4.1.0/include -I../.././nut/include portdio.c -o portdio.o
portdio.c: In function 'ProcessRequests':
portdio.c:128: warning: pointer targets in passing argument 1 of 'fgets' differ in signedness
portdio.c:130: warning: pointer targets in passing argument 1 of 'strchr' differ in signedness
portdio.c:130: warning: pointer targets in assignment differ in signedness
portdio.c:132: warning: pointer targets in passing argument 1 of 'strchr' differ in signedness
portdio.c:132: warning: pointer targets in assignment differ in signedness
portdio.c:140: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
portdio.c:140: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness
portdio.c:148: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
portdio.c:148: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness
portdio.c:189: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
portdio.c:189: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness
portdio.c:207: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
portdio.c:207: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness
portdio.c:218: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
portdio.c:218: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
portdio.c:218: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness
portdio.c:220: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
portdio.c:247: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
portdio.c:247: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
portdio.c:247: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness
portdio.c:249: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
portdio.c:276: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
portdio.c:276: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness
arm-elf-gcc portdio.o -mcpu=arm7tdmi -nostartfiles -T../.././nut/arch/arm/ldscripts/at91_ram.ld -Wl,-Map=portdio.map,--cref,--no-warn-mismatch -L../.././nutbld_arm_4.1.0/lib -Wl,--start-group ../.././nutbld_arm_4.1.0/lib/nutinit.o -lnutpro -lnutfs -lnutnet -lnutdev -lnutarch -lnutcrt -lnutnet -lnutdev -lnutos -Wl,--end-group -o portdio.c.elf
ELF File Information:
There are 14 section headers, starting at offset 0x149d0:
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 00b714 00 AX 0 0 4
[ 2] .rodata PROGBITS 0000b714 013714 000348 00 A 0 0 4
[ 3] .data PROGBITS 0000ba5c 013a5c 0000e8 00 WA 0 0 4
[ 4] .bss NOBITS 0000bb44 013b44 000500 00 WA 0 0 4
[ 5] .comment PROGBITS 00000000 013b44 0007b3 00 0 0 1
[ 6] .debug_aranges PROGBITS 00000000 0142f8 0000a0 00 0 0 8
[ 7] .debug_info PROGBITS 00000000 014398 00023f 00 0 0 1
[ 8] .debug_abbrev PROGBITS 00000000 0145d7 000064 00 0 0 1
[ 9] .debug_line PROGBITS 00000000 01463b 000274 00 0 0 1
[10] .debug_frame PROGBITS 00000000 0148b0 0000a0 00 0 0 4
[11] .shstrtab STRTAB 00000000 014950 00007f 00 0 0 1
[12] .symtab SYMTAB 00000000 014c00 002f20 10 13 502 4
[13] .strtab STRTAB 00000000 017b20 001482 00 0 0 1
Key to Flags:
W (write), A (alloc), X (execute), M (merge), S (strings)
I (info), L (link order), G (group), x (unknown)
O (extra OS processing required) o (OS specific), p (processor specific)
Elf file type is EXEC (Executable file)
Entry point 0x38
There are 1 program headers, starting at offset 52
Program Headers:
Type Offset VirtAddr PhysAddr FileSiz MemSiz Flg Align
LOAD 0x008000 0x00000000 0x00000000 0x0bb44 0x0c044 RWE 0x8000
Section to Segment mapping:
Segment Sections...
00 .text .rodata .data .bss
pppc
arm-elf-gcc -c -mcpu=arm7tdmi -Os -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=pppc.lst -DETHERNUT3 -I../.././nutbld_arm_4.1.0/include -I../.././nut/include pppc.c -o pppc.o
pppc.c:104:2: warning: #warning "Works on ATmega128 only."
pppc.c: In function 'ProcessRequests':
pppc.c:221: warning: format '%u' expects type 'unsigned int', but argument 3 has type 'size_t'
pppc.c:249: warning: cast from pointer to integer of different size
pppc.c: In function 'main':
pppc.c:304: warning: unused variable 'rc'
pppc.c:303: warning: unused variable 'lctl'
pppc.c:302: warning: unused variable 'dcb'
pppc.c:472: warning: control reaches end of non-void function
arm-elf-gcc pppc.o -mcpu=arm7tdmi -nostartfiles -T../.././nut/arch/arm/ldscripts/at91_ram.ld -Wl,-Map=pppc.map,--cref,--no-warn-mismatch -L../.././nutbld_arm_4.1.0/lib -Wl,--start-group ../.././nutbld_arm_4.1.0/lib/nutinit.o -lnutpro -lnutarch -lnutnet -lnutdev -lnutarch -lnutnet -lnutos -lnutcrt -Wl,--end-group -o pppc.c.elf
ELF File Information:
There are 14 section headers, starting at offset 0xd090:
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 00433c 00 AX 0 0 4
[ 2] .rodata PROGBITS 0000433c 00c33c 0002d8 00 A 0 0 4
[ 3] .data PROGBITS 00004614 00c614 000068 00 WA 0 0 4
[ 4] .bss NOBITS 0000467c 00c67c 000458 00 WA 0 0 4
[ 5] .comment PROGBITS 00000000 00c67c 0004a4 00 0 0 1
[ 6] .debug_aranges PROGBITS 00000000 00cb20 000080 00 0 0 8
[ 7] .debug_info PROGBITS 00000000 00cba0 0001cc 00 0 0 1
[ 8] .debug_abbrev PROGBITS 00000000 00cd6c 000050 00 0 0 1
[ 9] .debug_line PROGBITS 00000000 00cdbc 0001dc 00 0 0 1
[10] .debug_frame PROGBITS 00000000 00cf98 000078 00 0 0 4
[11] .shstrtab STRTAB 00000000 00d010 00007f 00 0 0 1
[12] .symtab SYMTAB 00000000 00d2c0 001a70 10 13 265 4
[13] .strtab STRTAB 00000000 00ed30 000b28 00 0 0 1
Key to Flags:
W (write), A (alloc), X (execute), M (merge), S (strings)
I (info), L (link order), G (group), x (unknown)
O (extra OS processing required) o (OS specific), p (processor specific)
Elf file type is EXEC (Executable file)
Entry point 0x38
There are 1 program headers, starting at offset 52
Program Headers:
Type Offset VirtAddr PhysAddr FileSiz MemSiz Flg Align
LOAD 0x008000 0x00000000 0x00000000 0x0467c 0x04ad4 RWE 0x8000
Section to Segment mapping:
Segment Sections...
00 .text .rodata .data .bss
rs232d
arm-elf-gcc -c -mcpu=arm7tdmi -Os -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=rs232d.lst -DETHERNUT3 -I../.././nutbld_arm_4.1.0/include -I../.././nut/include rs232d.c -o rs232d.o
arm-elf-gcc rs232d.o -mcpu=arm7tdmi -nostartfiles -T../.././nut/arch/arm/ldscripts/at91_ram.ld -Wl,-Map=rs232d.map,--cref,--no-warn-mismatch -L../.././nutbld_arm_4.1.0/lib -Wl,--start-group ../.././nutbld_arm_4.1.0/lib/nutinit.o -lnutpro -lnutos -lnutarch -lnutdev -lnutarch -lnutfs -lnutnet -lnutcrt -Wl,--end-group -o rs232d.c.elf
ELF File Information:
There are 14 section headers, starting at offset 0x150c0:
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 00c078 00 AX 0 0 4
[ 2] .rodata PROGBITS 0000c078 014078 000074 00 A 0 0 4
[ 3] .data PROGBITS 0000c0ec 0140ec 0001b4 00 WA 0 0 4
[ 4] .bss NOBITS 0000c2a0 0142a0 000508 00 WA 0 0 4
[ 5] .comment PROGBITS 00000000 0142a0 000747 00 0 0 1
[ 6] .debug_aranges PROGBITS 00000000 0149e8 0000a0 00 0 0 8
[ 7] .debug_info PROGBITS 00000000 014a88 00023f 00 0 0 1
[ 8] .debug_abbrev PROGBITS 00000000 014cc7 000064 00 0 0 1
[ 9] .debug_line PROGBITS 00000000 014d2b 000274 00 0 0 1
[10] .debug_frame PROGBITS 00000000 014fa0 0000a0 00 0 0 4
[11] .shstrtab STRTAB 00000000 015040 00007f 00 0 0 1
[12] .symtab SYMTAB 00000000 0152f0 0031f0 10 13 546 4
[13] .strtab STRTAB 00000000 0184e0 001678 00 0 0 1
Key to Flags:
W (write), A (alloc), X (execute), M (merge), S (strings)
I (info), L (link order), G (group), x (unknown)
O (extra OS processing required) o (OS specific), p (processor specific)
Elf file type is EXEC (Executable file)
Entry point 0x38
There are 1 program headers, starting at offset 52
Program Headers:
Type Offset VirtAddr PhysAddr FileSiz MemSiz Flg Align
LOAD 0x008000 0x00000000 0x00000000 0x0c2a0 0x0c7a8 RWE 0x8000
Section to Segment mapping:
Segment Sections...
00 .text .rodata .data .bss
simple
arm-elf-gcc -c -mcpu=arm7tdmi -Os -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=simple.lst -DETHERNUT3 -I../.././nutbld_arm_4.1.0/include -I../.././nut/include simple.c -o simple.o
arm-elf-gcc simple.o -mcpu=arm7tdmi -nostartfiles -T../.././nut/arch/arm/ldscripts/at91_ram.ld -Wl,-Map=simple.map,--cref,--no-warn-mismatch -L../.././nutbld_arm_4.1.0/lib -Wl,--start-group ../.././nutbld_arm_4.1.0/lib/nutinit.o -lnutos -lnutarch -lnutdev -lnutarch -lnutcrt -Wl,--end-group -o simple.c.elf
ELF File Information:
There are 14 section headers, starting at offset 0xb8c4:
Section Headers:
[Nr] Name Type Addr Off Size ES Flg Lk Inf Al
[ 0] NULL 00000000 000000 000000 00 0 0 0
[ 1] .text PROGBITS 00000000 008000 0031fc 00 AX 0 0 4
[ 2] .rodata PROGBITS 000031fc 00b1fc 00001c 01 AMS 0 0 4
[ 3] .data PROGBITS 00003218 00b218 000028 00 WA 0 0 4
[ 4] .bss NOBITS 00003240 00b240 000454 00 WA 0 0 4
[ 5] .comment PROGBITS 00000000 00b240 000252 00 0 0 1
[ 6] .debug_aranges PROGBITS 00000000 00b498 000060 00 0 0 8
[ 7] .debug_info PROGBITS 00000000 00b4f8 000159 00 0 0 1
[ 8] .debug_abbrev PROGBITS 00000000 00b651 00003c 00 0 0 1
[ 9] .debug_line PROGBITS 00000000 00b68d 000167 00 0 0 1
[10] .debug_frame PROGBITS 00000000 00b7f4 000050 00 0 0 4
[11] .shstrtab STRTAB 00000000 00b844 00007f 00 0 0 1
[12] .symtab SYMTAB 00000000 00baf4 001400 10 13 196 4
[13] .strtab STRTAB 00000000 00cef4 000911 00 0 0 1
Key to Flags:
W (write), A (alloc), X (execute), M (merge), S (strings)
I (info), L (link order), G (group), x (unknown)
O (extra OS processing required) o (OS specific), p (processor specific)
Elf file type is EXEC (Executable file)
Entry point 0x38
There are 1 program headers, starting at offset 52
Program Headers:
Type Offset VirtAddr PhysAddr FileSiz MemSiz Flg Align
LOAD 0x008000 0x00000000 0x00000000 0x03240 0x03694 RWE 0x8000
Section to Segment mapping:
Segment Sections...
00 .text .rodata .data .bss
snmpd
make: *** No rule to make target `snmpd.c.elf'. Stop.
ELF File Information: