Compile results and segment sizes Nut/OS 4.7.4 AVR-gcc 4.1.2
BASEMON
CALTIME
CANDEMO
EVENTS
FTPD
HTTPD
INETQ
ISP2
LOGTIME
NUTPIPER
PLAYMP3
PORTDIO
PPPC
RS232D
SIMPLE
SNMPD
TCPS
THREADS
TIMERS
UART
basemon
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=basemon.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_4.1.2/include -I../.././nut/include basemon.c -o basemon.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=xmemtest.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_4.1.2/include -I../.././nut/include xmemtest.c -o xmemtest.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=dataflash.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_4.1.2/include -I../.././nut/include dataflash.c -o dataflash.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=realtek.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_4.1.2/include -I../.././nut/include realtek.c -o realtek.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=smsc.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_4.1.2/include -I../.././nut/include smsc.c -o smsc.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=uart.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_4.1.2/include -I../.././nut/include uart.c -o uart.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=webdemo.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_4.1.2/include -I../.././nut/include webdemo.c -o webdemo.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=utils.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_4.1.2/include -I../.././nut/include utils.c -o utils.o
crurom -r -ourom.c html
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=urom.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_4.1.2/include -I../.././nut/include urom.c -o urom.o
avr-gcc basemon.o xmemtest.o dataflash.o realtek.o smsc.o uart.o webdemo.o utils.o urom.o -mmcu=atmega128 -Wl,--defsym=main=0,-Map=basemon.map,--cref -L../.././nutbld_avr_4.1.2/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 9 section headers, starting at offset 0x11fd0:
Section Headers:
[Nr] Name Type Addr Off Size ES Flg Lk Inf Al
[ 0] NULL 00000000 000000 000000 00 0 0 0
[ 1] .data PROGBITS 00800100 010fa6 000b6a 00 WA 0 0 1
[ 2] .text PROGBITS 00000000 000094 010f12 00 AX 0 0 2
[ 3] .bss NOBITS 00800c6a 011b10 0001ea 00 WA 0 0 1
[ 4] .stab PROGBITS 00000000 011b10 000414 0c 5 0 4
[ 5] .stabstr STRTAB 00000000 011f24 000071 00 0 0 1
[ 6] .shstrtab STRTAB 00000000 011f95 00003b 00 0 0 1
[ 7] .symtab SYMTAB 00000000 012138 004cc0 10 8 805 4
[ 8] .strtab STRTAB 00000000 016df8 002157 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 0x0
There are 3 program headers, starting at offset 52
Program Headers:
Type Offset VirtAddr PhysAddr FileSiz MemSiz Flg Align
LOAD 0x000094 0x00000000 0x00000000 0x10f12 0x10f12 R E 0x1
LOAD 0x010fa6 0x00800100 0x00010f12 0x00b6a 0x00b6a RW 0x1
LOAD 0x011b10 0x00800c6a 0x00800c6a 0x00000 0x001ea RW 0x1
Section to Segment mapping:
Segment Sections...
00 .text
01 .data
02 .bss
caltime
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=caltime.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_4.1.2/include -I../.././nut/include caltime.c -o caltime.o
avr-gcc caltime.o -mmcu=atmega128 -Wl,--defsym=main=0,-Map=caltime.map,--cref -L../.././nutbld_avr_4.1.2/lib -Wl,--start-group ../.././nutbld_avr_4.1.2/lib/nutinit.o -lnutcrt -lnutos -lnutdev -lnutarch -Wl,--end-group -o caltime.c.elf
ELF File Information:
There are 9 section headers, starting at offset 0x657c:
Section Headers:
[Nr] Name Type Addr Off Size ES Flg Lk Inf Al
[ 0] NULL 00000000 000000 000000 00 0 0 0
[ 1] .data PROGBITS 00800100 005b24 000596 00 WA 0 0 1
[ 2] .text PROGBITS 00000000 000094 005a90 00 AX 0 0 2
[ 3] .bss NOBITS 00800696 0060ba 000095 00 WA 0 0 1
[ 4] .stab PROGBITS 00000000 0060bc 000414 0c 5 0 4
[ 5] .stabstr STRTAB 00000000 0064d0 000071 00 0 0 1
[ 6] .shstrtab STRTAB 00000000 006541 00003b 00 0 0 1
[ 7] .symtab SYMTAB 00000000 0066e4 0025c0 10 8 383 4
[ 8] .strtab STRTAB 00000000 008ca4 0010c5 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 0x0
There are 3 program headers, starting at offset 52
Program Headers:
Type Offset VirtAddr PhysAddr FileSiz MemSiz Flg Align
LOAD 0x000094 0x00000000 0x00000000 0x05a90 0x05a90 R E 0x1
LOAD 0x005b24 0x00800100 0x00005a90 0x00596 0x00596 RW 0x1
LOAD 0x0060ba 0x00800696 0x00800696 0x00000 0x00095 RW 0x1
Section to Segment mapping:
Segment Sections...
00 .text
01 .data
02 .bss
canbus
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=candemo.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_4.1.2/include -I../.././nut/include candemo.c -o candemo.o
avr-gcc candemo.o -mmcu=atmega128 -Wl,--defsym=main=0,-Map=candemo.map,--cref -L../.././nutbld_avr_4.1.2/lib -Wl,--start-group ../.././nutbld_avr_4.1.2/lib/nutinit.o -lnutpro -lnutos -lnutarch -lnutdev -lnutnet -lnutfs -lnutcrt -Wl,--end-group -o candemo.c.elf
ELF File Information:
There are 9 section headers, starting at offset 0x402c:
Section Headers:
[Nr] Name Type Addr Off Size ES Flg Lk Inf Al
[ 0] NULL 00000000 000000 000000 00 0 0 0
[ 1] .data PROGBITS 00800100 003a26 000146 00 WA 0 0 1
[ 2] .text PROGBITS 00000000 000094 003992 00 AX 0 0 2
[ 3] .bss NOBITS 00800246 003b6c 0000cb 00 WA 0 0 1
[ 4] .stab PROGBITS 00000000 003b6c 000414 0c 5 0 4
[ 5] .stabstr STRTAB 00000000 003f80 000071 00 0 0 1
[ 6] .shstrtab STRTAB 00000000 003ff1 00003b 00 0 0 1
[ 7] .symtab SYMTAB 00000000 004194 001cd0 10 8 250 4
[ 8] .strtab STRTAB 00000000 005e64 000db1 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 0x0
There are 3 program headers, starting at offset 52
Program Headers:
Type Offset VirtAddr PhysAddr FileSiz MemSiz Flg Align
LOAD 0x000094 0x00000000 0x00000000 0x03992 0x03992 R E 0x1
LOAD 0x003a26 0x00800100 0x00003992 0x00146 0x00146 RW 0x1
LOAD 0x003b6c 0x00800246 0x00800246 0x00000 0x000cb RW 0x1
Section to Segment mapping:
Segment Sections...
00 .text
01 .data
02 .bss
events
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=events.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_4.1.2/include -I../.././nut/include events.c -o events.o
avr-gcc events.o -mmcu=atmega128 -Wl,--defsym=main=0,-Map=events.map,--cref -L../.././nutbld_avr_4.1.2/lib -Wl,--start-group ../.././nutbld_avr_4.1.2/lib/nutinit.o -lnutos -lnutarch -lnutdev -lnutarch -lnutcrt -Wl,--end-group -o events.c.elf
ELF File Information:
There are 9 section headers, starting at offset 0x26cc:
Section Headers:
[Nr] Name Type Addr Off Size ES Flg Lk Inf Al
[ 0] NULL 00000000 000000 000000 00 0 0 0
[ 1] .data PROGBITS 00800100 0020a8 000162 00 WA 0 0 1
[ 2] .text PROGBITS 00000000 000094 002014 00 AX 0 0 2
[ 3] .bss NOBITS 00800262 00220a 000082 00 WA 0 0 1
[ 4] .stab PROGBITS 00000000 00220c 000414 0c 5 0 4
[ 5] .stabstr STRTAB 00000000 002620 000071 00 0 0 1
[ 6] .shstrtab STRTAB 00000000 002691 00003b 00 0 0 1
[ 7] .symtab SYMTAB 00000000 002834 001700 10 8 202 4
[ 8] .strtab STRTAB 00000000 003f34 000afb 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 0x0
There are 3 program headers, starting at offset 52
Program Headers:
Type Offset VirtAddr PhysAddr FileSiz MemSiz Flg Align
LOAD 0x000094 0x00000000 0x00000000 0x02014 0x02014 R E 0x1
LOAD 0x0020a8 0x00800100 0x00002014 0x00162 0x00162 RW 0x1
LOAD 0x00220a 0x00800262 0x00800262 0x00000 0x00082 RW 0x1
Section to Segment mapping:
Segment Sections...
00 .text
01 .data
02 .bss
ftpd
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=ftpserv.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_4.1.2/include -I../.././nut/include ftpserv.c -o ftpserv.o
avr-gcc ftpserv.o -mmcu=atmega128 -Wl,--defsym=main=0,-Map=ftpserv.map,--cref -L../.././nutbld_avr_4.1.2/lib -Wl,--start-group ../.././nutbld_avr_4.1.2/lib/nutinit.o -lnutpro -lnutfs -lnutarch -lnutnet -lnutos -lnutdev -lnutarch -lnutcrt -Wl,--end-group -o ftpserv.c.elf
ELF File Information:
There are 9 section headers, starting at offset 0xe110:
Section Headers:
[Nr] Name Type Addr Off Size ES Flg Lk Inf Al
[ 0] NULL 00000000 000000 000000 00 0 0 0
[ 1] .data PROGBITS 00800100 00d834 00041c 00 WA 0 0 1
[ 2] .text PROGBITS 00000000 000094 00d7a0 00 AX 0 0 2
[ 3] .bss NOBITS 0080051c 00dc50 00012f 00 WA 0 0 1
[ 4] .stab PROGBITS 00000000 00dc50 000414 0c 5 0 4
[ 5] .stabstr STRTAB 00000000 00e064 000071 00 0 0 1
[ 6] .shstrtab STRTAB 00000000 00e0d5 00003b 00 0 0 1
[ 7] .symtab SYMTAB 00000000 00e278 0040e0 10 8 672 4
[ 8] .strtab STRTAB 00000000 012358 001dda 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 0x0
There are 3 program headers, starting at offset 52
Program Headers:
Type Offset VirtAddr PhysAddr FileSiz MemSiz Flg Align
LOAD 0x000094 0x00000000 0x00000000 0x0d7a0 0x0d7a0 R E 0x1
LOAD 0x00d834 0x00800100 0x0000d7a0 0x0041c 0x0041c RW 0x1
LOAD 0x00dc50 0x0080051c 0x0080051c 0x00000 0x0012f RW 0x1
Section to Segment mapping:
Segment Sections...
00 .text
01 .data
02 .bss
httpd
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=httpserv.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_4.1.2/include -I../.././nut/include httpserv.c -o httpserv.o
httpserv.c: In function 'NutAppMain':
httpserv.c:873: warning: no return statement in function returning non-void
crurom -r -ourom.c sample
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=urom.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_4.1.2/include -I../.././nut/include urom.c -o urom.o
avr-gcc httpserv.o urom.o -mmcu=atmega128 -Wl,--defsym=main=0,-Map=httpserv.map,--cref -L../.././nutbld_avr_4.1.2/lib -Wl,--start-group ../.././nutbld_avr_4.1.2/lib/nutinit.o -lnutpro -lnutos -lnutarch -lnutdev -lnutarch -lnutnet -lnutfs -lnutcrt -Wl,--end-group -o httpserv.c.elf
ELF File Information:
There are 9 section headers, starting at offset 0x1695c:
Section Headers:
[Nr] Name Type Addr Off Size ES Flg Lk Inf Al
[ 0] NULL 00000000 000000 000000 00 0 0 0
[ 1] .data PROGBITS 00800100 015c04 000898 00 WA 0 0 1
[ 2] .text PROGBITS 00000000 000094 015b70 00 AX 0 0 2
[ 3] .bss NOBITS 00800998 01649c 000163 00 WA 0 0 1
[ 4] .stab PROGBITS 00000000 01649c 000414 0c 5 0 4
[ 5] .stabstr STRTAB 00000000 0168b0 000071 00 0 0 1
[ 6] .shstrtab STRTAB 00000000 016921 00003b 00 0 0 1
[ 7] .symtab SYMTAB 00000000 016ac4 004bb0 10 8 791 4
[ 8] .strtab STRTAB 00000000 01b674 002339 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 0x0
There are 3 program headers, starting at offset 52
Program Headers:
Type Offset VirtAddr PhysAddr FileSiz MemSiz Flg Align
LOAD 0x000094 0x00000000 0x00000000 0x15b70 0x15b70 R E 0x1
LOAD 0x015c04 0x00800100 0x00015b70 0x00898 0x00898 RW 0x1
LOAD 0x01649c 0x00800998 0x00800998 0x00000 0x00163 RW 0x1
Section to Segment mapping:
Segment Sections...
00 .text
01 .data
02 .bss
inetq
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=inetq.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_4.1.2/include -I../.././nut/include inetq.c -o inetq.o
inetq.c: In function 'NutAppMain':
inetq.c:165: warning: pointer targets in passing argument 1 of 'NutDnsGetHostByName' differ in signedness
inetq.c:264: warning: no return statement in function returning non-void
avr-gcc inetq.o -mmcu=atmega128 -Wl,--defsym=main=0,-Map=inetq.map,--cref -L../.././nutbld_avr_4.1.2/lib -Wl,--start-group ../.././nutbld_avr_4.1.2/lib/nutinit.o -lnutpro -lnutos -lnutarch -lnutdev -lnutarch -lnutnet -lnutfs -lnutcrt -Wl,--end-group -o inetq.c.elf
ELF File Information:
There are 9 section headers, starting at offset 0xa178:
Section Headers:
[Nr] Name Type Addr Off Size ES Flg Lk Inf Al
[ 0] NULL 00000000 000000 000000 00 0 0 0
[ 1] .data PROGBITS 00800100 0099ee 0002ca 00 WA 0 0 1
[ 2] .text PROGBITS 00000000 000094 00995a 00 AX 0 0 2
[ 3] .bss NOBITS 008003ca 009cb8 00050f 00 WA 0 0 1
[ 4] .stab PROGBITS 00000000 009cb8 000414 0c 5 0 4
[ 5] .stabstr STRTAB 00000000 00a0cc 000071 00 0 0 1
[ 6] .shstrtab STRTAB 00000000 00a13d 00003b 00 0 0 1
[ 7] .symtab SYMTAB 00000000 00a2e0 0030d0 10 8 501 4
[ 8] .strtab STRTAB 00000000 00d3b0 0015e9 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 0x0
There are 3 program headers, starting at offset 52
Program Headers:
Type Offset VirtAddr PhysAddr FileSiz MemSiz Flg Align
LOAD 0x000094 0x00000000 0x00000000 0x0995a 0x0995a R E 0x1
LOAD 0x0099ee 0x00800100 0x0000995a 0x002ca 0x002ca RW 0x1
LOAD 0x009cb8 0x008003ca 0x008003ca 0x00000 0x0050f RW 0x1
Section to Segment mapping:
Segment Sections...
00 .text
01 .data
02 .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
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=logtime.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_4.1.2/include -I../.././nut/include logtime.c -o logtime.o
avr-gcc logtime.o -mmcu=atmega128 -Wl,--defsym=main=0,-Map=logtime.map,--cref -L../.././nutbld_avr_4.1.2/lib -Wl,--start-group ../.././nutbld_avr_4.1.2/lib/nutinit.o -lnutpro -lnutnet -lnutcrt -lnutos -lnutdev -lnutarch -lnutos -lnutdev -lnutnet -Wl,--end-group -o logtime.c.elf
ELF File Information:
There are 9 section headers, starting at offset 0xcbb0:
Section Headers:
[Nr] Name Type Addr Off Size ES Flg Lk Inf Al
[ 0] NULL 00000000 000000 000000 00 0 0 0
[ 1] .data PROGBITS 00800100 00c2e4 00040c 00 WA 0 0 1
[ 2] .text PROGBITS 00000000 000094 00c250 00 AX 0 0 2
[ 3] .bss NOBITS 0080050c 00c6f0 000132 00 WA 0 0 1
[ 4] .stab PROGBITS 00000000 00c6f0 000414 0c 5 0 4
[ 5] .stabstr STRTAB 00000000 00cb04 000071 00 0 0 1
[ 6] .shstrtab STRTAB 00000000 00cb75 00003b 00 0 0 1
[ 7] .symtab SYMTAB 00000000 00cd18 003920 10 8 590 4
[ 8] .strtab STRTAB 00000000 010638 001b15 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 0x0
There are 3 program headers, starting at offset 52
Program Headers:
Type Offset VirtAddr PhysAddr FileSiz MemSiz Flg Align
LOAD 0x000094 0x00000000 0x00000000 0x0c250 0x0c250 R E 0x1
LOAD 0x00c2e4 0x00800100 0x0000c250 0x0040c 0x0040c RW 0x1
LOAD 0x00c6f0 0x0080050c 0x0080050c 0x00000 0x00132 RW 0x1
Section to Segment mapping:
Segment Sections...
00 .text
01 .data
02 .bss
nutpiper
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=nutpiper.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_4.1.2/include -I../.././nut/include nutpiper.c -o nutpiper.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=config.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_4.1.2/include -I../.././nut/include config.c -o config.o
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:315: warning: pointer targets in passing argument 2 of 'ConfigStation' differ in signedness
config.c:317: warning: pointer targets in passing argument 2 of 'ConfigStation' differ in signedness
config.c:319: warning: pointer targets in passing argument 2 of 'ConfigStation' differ in signedness
config.c:321: warning: pointer targets in passing argument 2 of 'ConfigStation' differ in signedness
config.c:323: warning: pointer targets in passing argument 2 of 'ConfigStation' differ in signedness
config.c:325: warning: pointer targets in passing argument 2 of 'ConfigStation' differ in signedness
config.c:327: warning: pointer targets in passing argument 2 of 'ConfigStation' differ in signedness
config.c:329: warning: pointer targets in passing argument 2 of 'ConfigStation' differ in signedness
config.c:331: 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
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=player.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_4.1.2/include -I../.././nut/include player.c -o player.o
player.c: In function 'ProcessMetaData':
player.c:149: warning: pointer targets in passing argument 1 of 'strchr' differ in signedness
player.c:149: warning: pointer targets in assignment differ in signedness
player.c:151: warning: pointer targets in passing argument 1 of 'strchr' differ in signedness
player.c:151: warning: pointer targets in assignment differ in signedness
player.c:155: warning: pointer targets in passing argument 1 of 'strrchr' differ in signedness
player.c:155: warning: pointer targets in assignment differ in signedness
player.c:157: warning: pointer targets in passing argument 1 of 'strcasecmp' differ in signedness
player.c:158: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
player.c:159: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness
player.c:159: warning: pointer targets in passing argument 2 of 'strcpy' differ in signedness
player.c:160: warning: pointer targets in passing argument 1 of 'strcasecmp' differ in signedness
player.c:161: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
player.c:162: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness
player.c:162: warning: pointer targets in passing argument 2 of 'strcpy' differ in signedness
player.c: In function 'Player':
player.c:227: warning: pointer targets in assignment differ in signedness
player.c:261: warning: pointer targets in assignment differ in signedness
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=display.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_4.1.2/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
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=scanner.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_4.1.2/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:297: warning: pointer targets in assignment differ in signedness
avr-gcc nutpiper.o config.o player.o display.o scanner.o -mmcu=atmega128 -Wl,--defsym=main=0,-Map=nutpiper.map,--cref -L../.././nutbld_avr_4.1.2/lib -Wl,--start-group ../.././nutbld_avr_4.1.2/lib/nutinit.o -lnutarch -lnutpro -lnutos -lnutdev -lnutarch -lnutnet -lnutcrt -Wl,--end-group -o nutpiper.c.elf
ELF File Information:
There are 9 section headers, starting at offset 0xdc64:
Section Headers:
[Nr] Name Type Addr Off Size ES Flg Lk Inf Al
[ 0] NULL 00000000 000000 000000 00 0 0 0
[ 1] .data PROGBITS 00800100 00d024 00077e 00 WA 0 0 1
[ 2] .text PROGBITS 00000000 000094 00cf90 00 AX 0 0 2
[ 3] .bss NOBITS 0080087e 00d7a2 000174 00 WA 0 0 1
[ 4] .stab PROGBITS 00000000 00d7a4 000414 0c 5 0 4
[ 5] .stabstr STRTAB 00000000 00dbb8 000071 00 0 0 1
[ 6] .shstrtab STRTAB 00000000 00dc29 00003b 00 0 0 1
[ 7] .symtab SYMTAB 00000000 00ddcc 003cb0 10 8 609 4
[ 8] .strtab STRTAB 00000000 011a7c 001d67 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 0x0
There are 3 program headers, starting at offset 52
Program Headers:
Type Offset VirtAddr PhysAddr FileSiz MemSiz Flg Align
LOAD 0x000094 0x00000000 0x00000000 0x0cf90 0x0cf90 R E 0x1
LOAD 0x00d024 0x00800100 0x0000cf90 0x0077e 0x0077e RW 0x1
LOAD 0x00d7a2 0x0080087e 0x0080087e 0x00000 0x00174 RW 0x1
Section to Segment mapping:
Segment Sections...
00 .text
01 .data
02 .bss
playmp3
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=playmp3.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_4.1.2/include -I../.././nut/include playmp3.c -o playmp3.o
playmp3.c: In function 'NutAppMain':
playmp3.c:160: warning: no return statement in function returning non-void
playmp3.c: In function 'PlayMp3File':
playmp3.c:202: warning: pointer targets in assignment differ in signedness
playmp3.c:213: warning: pointer targets in assignment differ in signedness
crurom -r -ourom.c sounds
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=urom.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_4.1.2/include -I../.././nut/include urom.c -o urom.o
avr-gcc playmp3.o urom.o -mmcu=atmega128 -Wl,--defsym=main=0,-Map=playmp3.map,--cref -L../.././nutbld_avr_4.1.2/lib -Wl,--start-group ../.././nutbld_avr_4.1.2/lib/nutinit.o -lnutfs -lnutos -lnutcrt -lnutdev -lnutarch -Wl,--end-group -o playmp3.c.elf
ELF File Information:
There are 9 section headers, starting at offset 0xa03c:
Section Headers:
[Nr] Name Type Addr Off Size ES Flg Lk Inf Al
[ 0] NULL 00000000 000000 000000 00 0 0 0
[ 1] .data PROGBITS 00800100 00998e 0001ee 00 WA 0 0 1
[ 2] .text PROGBITS 00000000 000094 0098fa 00 AX 0 0 2
[ 3] .bss NOBITS 008002ee 009b7c 0000a0 00 WA 0 0 1
[ 4] .stab PROGBITS 00000000 009b7c 000414 0c 5 0 4
[ 5] .stabstr STRTAB 00000000 009f90 000071 00 0 0 1
[ 6] .shstrtab STRTAB 00000000 00a001 00003b 00 0 0 1
[ 7] .symtab SYMTAB 00000000 00a1a4 0021a0 10 8 315 4
[ 8] .strtab STRTAB 00000000 00c344 00103a 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 0x0
There are 3 program headers, starting at offset 52
Program Headers:
Type Offset VirtAddr PhysAddr FileSiz MemSiz Flg Align
LOAD 0x000094 0x00000000 0x00000000 0x098fa 0x098fa R E 0x1
LOAD 0x00998e 0x00800100 0x000098fa 0x001ee 0x001ee RW 0x1
LOAD 0x009b7c 0x008002ee 0x008002ee 0x00000 0x000a0 RW 0x1
Section to Segment mapping:
Segment Sections...
00 .text
01 .data
02 .bss
portdio
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=portdio.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_4.1.2/include -I../.././nut/include portdio.c -o portdio.o
avr-gcc portdio.o -mmcu=atmega128 -Wl,--defsym=main=0,-Map=portdio.map,--cref -L../.././nutbld_avr_4.1.2/lib -Wl,--start-group ../.././nutbld_avr_4.1.2/lib/nutinit.o -lnutpro -lnutfs -lnutnet -lnutdev -lnutarch -lnutcrt -lnutnet -lnutdev -lnutos -Wl,--end-group -o portdio.c.elf
ELF File Information:
There are 9 section headers, starting at offset 0xa83c:
Section Headers:
[Nr] Name Type Addr Off Size ES Flg Lk Inf Al
[ 0] NULL 00000000 000000 000000 00 0 0 0
[ 1] .data PROGBITS 00800100 00a104 000278 00 WA 0 0 1
[ 2] .text PROGBITS 00000000 000094 00a070 00 AX 0 0 2
[ 3] .bss NOBITS 00800378 00a37c 000109 00 WA 0 0 1
[ 4] .stab PROGBITS 00000000 00a37c 000414 0c 5 0 4
[ 5] .stabstr STRTAB 00000000 00a790 000071 00 0 0 1
[ 6] .shstrtab STRTAB 00000000 00a801 00003b 00 0 0 1
[ 7] .symtab SYMTAB 00000000 00a9a4 002f50 10 8 463 4
[ 8] .strtab STRTAB 00000000 00d8f4 00165c 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 0x0
There are 3 program headers, starting at offset 52
Program Headers:
Type Offset VirtAddr PhysAddr FileSiz MemSiz Flg Align
LOAD 0x000094 0x00000000 0x00000000 0x0a070 0x0a070 R E 0x1
LOAD 0x00a104 0x00800100 0x0000a070 0x00278 0x00278 RW 0x1
LOAD 0x00a37c 0x00800378 0x00800378 0x00000 0x00109 RW 0x1
Section to Segment mapping:
Segment Sections...
00 .text
01 .data
02 .bss
pppc
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=pppc.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_4.1.2/include -I../.././nut/include pppc.c -o pppc.o
avr-gcc pppc.o -mmcu=atmega128 -Wl,--defsym=main=0,-Map=pppc.map,--cref -L../.././nutbld_avr_4.1.2/lib -Wl,--start-group ../.././nutbld_avr_4.1.2/lib/nutinit.o -lnutpro -lnutarch -lnutnet -lnutdev -lnutarch -lnutnet -lnutos -lnutcrt -Wl,--end-group -o pppc.c.elf
ELF File Information:
There are 9 section headers, starting at offset 0xc600:
Section Headers:
[Nr] Name Type Addr Off Size ES Flg Lk Inf Al
[ 0] NULL 00000000 000000 000000 00 0 0 0
[ 1] .data PROGBITS 00800100 00bdec 000354 00 WA 0 0 1
[ 2] .text PROGBITS 00000000 000094 00bd58 00 AX 0 0 2
[ 3] .bss NOBITS 00800454 00c140 000362 00 WA 0 0 1
[ 4] .stab PROGBITS 00000000 00c140 000414 0c 5 0 4
[ 5] .stabstr STRTAB 00000000 00c554 000071 00 0 0 1
[ 6] .shstrtab STRTAB 00000000 00c5c5 00003b 00 0 0 1
[ 7] .symtab SYMTAB 00000000 00c768 003d80 10 8 630 4
[ 8] .strtab STRTAB 00000000 0104e8 001aae 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 0x0
There are 3 program headers, starting at offset 52
Program Headers:
Type Offset VirtAddr PhysAddr FileSiz MemSiz Flg Align
LOAD 0x000094 0x00000000 0x00000000 0x0bd58 0x0bd58 R E 0x1
LOAD 0x00bdec 0x00800100 0x0000bd58 0x00354 0x00354 RW 0x1
LOAD 0x00c140 0x00800454 0x00800454 0x00000 0x00362 RW 0x1
Section to Segment mapping:
Segment Sections...
00 .text
01 .data
02 .bss
rs232d
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=rs232d.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_4.1.2/include -I../.././nut/include rs232d.c -o rs232d.o
avr-gcc rs232d.o -mmcu=atmega128 -Wl,--defsym=main=0,-Map=rs232d.map,--cref -L../.././nutbld_avr_4.1.2/lib -Wl,--start-group ../.././nutbld_avr_4.1.2/lib/nutinit.o -lnutpro -lnutos -lnutarch -lnutdev -lnutarch -lnutfs -lnutnet -lnutcrt -Wl,--end-group -o rs232d.c.elf
ELF File Information:
There are 9 section headers, starting at offset 0xa4e8:
Section Headers:
[Nr] Name Type Addr Off Size ES Flg Lk Inf Al
[ 0] NULL 00000000 000000 000000 00 0 0 0
[ 1] .data PROGBITS 00800100 009ec6 000162 00 WA 0 0 1
[ 2] .text PROGBITS 00000000 000094 009e32 00 AX 0 0 2
[ 3] .bss NOBITS 00800262 00a028 00010c 00 WA 0 0 1
[ 4] .stab PROGBITS 00000000 00a028 000414 0c 5 0 4
[ 5] .stabstr STRTAB 00000000 00a43c 000071 00 0 0 1
[ 6] .shstrtab STRTAB 00000000 00a4ad 00003b 00 0 0 1
[ 7] .symtab SYMTAB 00000000 00a650 003020 10 8 489 4
[ 8] .strtab STRTAB 00000000 00d670 00179e 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 0x0
There are 3 program headers, starting at offset 52
Program Headers:
Type Offset VirtAddr PhysAddr FileSiz MemSiz Flg Align
LOAD 0x000094 0x00000000 0x00000000 0x09e32 0x09e32 R E 0x1
LOAD 0x009ec6 0x00800100 0x00009e32 0x00162 0x00162 RW 0x1
LOAD 0x00a028 0x00800262 0x00800262 0x00000 0x0010c RW 0x1
Section to Segment mapping:
Segment Sections...
00 .text
01 .data
02 .bss
simple
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=simple.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_4.1.2/include -I../.././nut/include simple.c -o simple.o
avr-gcc simple.o -mmcu=atmega128 -Wl,--defsym=main=0,-Map=simple.map,--cref -L../.././nutbld_avr_4.1.2/lib -Wl,--start-group ../.././nutbld_avr_4.1.2/lib/nutinit.o -lnutos -lnutarch -lnutdev -lnutarch -lnutcrt -Wl,--end-group -o simple.c.elf
ELF File Information:
There are 9 section headers, starting at offset 0x1e78:
Section Headers:
[Nr] Name Type Addr Off Size ES Flg Lk Inf Al
[ 0] NULL 00000000 000000 000000 00 0 0 0
[ 1] .data PROGBITS 00800100 00199c 00001a 00 WA 0 0 1
[ 2] .text PROGBITS 00000000 000094 001908 00 AX 0 0 2
[ 3] .bss NOBITS 0080011a 0019b6 000076 00 WA 0 0 1
[ 4] .stab PROGBITS 00000000 0019b8 000414 0c 5 0 4
[ 5] .stabstr STRTAB 00000000 001dcc 000071 00 0 0 1
[ 6] .shstrtab STRTAB 00000000 001e3d 00003b 00 0 0 1
[ 7] .symtab SYMTAB 00000000 001fe0 000fe0 10 8 109 4
[ 8] .strtab STRTAB 00000000 002fc0 000989 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 0x0
There are 3 program headers, starting at offset 52
Program Headers:
Type Offset VirtAddr PhysAddr FileSiz MemSiz Flg Align
LOAD 0x000094 0x00000000 0x00000000 0x01908 0x01908 R E 0x1
LOAD 0x00199c 0x00800100 0x00001908 0x0001a 0x0001a RW 0x1
LOAD 0x0019b6 0x0080011a 0x0080011a 0x00000 0x00076 RW 0x1
Section to Segment mapping:
Segment Sections...
00 .text
01 .data
02 .bss
snmpd
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=snmpd.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_4.1.2/include -I../.././nut/include snmpd.c -o snmpd.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=mib2if.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_4.1.2/include -I../.././nut/include mib2if.c -o mib2if.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=mib2sys.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_4.1.2/include -I../.././nut/include mib2sys.c -o mib2sys.o
avr-gcc snmpd.o mib2if.o mib2sys.o -mmcu=atmega128 -Wl,--defsym=main=0,-Map=snmpd.map,--cref -L../.././nutbld_avr_4.1.2/lib -Wl,--start-group ../.././nutbld_avr_4.1.2/lib/nutinit.o -lnutpro -lnutnet -lnutcrt -lnutos -lnutdev -lnutarch -lnutos -lnutdev -lnutnet -Wl,--end-group -o snmpd.c.elf
ELF File Information:
There are 9 section headers, starting at offset 0xf604:
Section Headers:
[Nr] Name Type Addr Off Size ES Flg Lk Inf Al
[ 0] NULL 00000000 000000 000000 00 0 0 0
[ 1] .data PROGBITS 00800100 00de26 00131e 00 WA 0 0 1
[ 2] .text PROGBITS 00000000 000094 00dd92 00 AX 0 0 2
[ 3] .bss NOBITS 0080141e 00f144 000223 00 WA 0 0 1
[ 4] .stab PROGBITS 00000000 00f144 000414 0c 5 0 4
[ 5] .stabstr STRTAB 00000000 00f558 000071 00 0 0 1
[ 6] .shstrtab STRTAB 00000000 00f5c9 00003b 00 0 0 1
[ 7] .symtab SYMTAB 00000000 00f76c 003c90 10 8 620 4
[ 8] .strtab STRTAB 00000000 0133fc 001c73 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 0x0
There are 3 program headers, starting at offset 52
Program Headers:
Type Offset VirtAddr PhysAddr FileSiz MemSiz Flg Align
LOAD 0x000094 0x00000000 0x00000000 0x0dd92 0x0dd92 R E 0x1
LOAD 0x00de26 0x00800100 0x0000dd92 0x0131e 0x0131e RW 0x1
LOAD 0x00f144 0x0080141e 0x0080141e 0x00000 0x00223 RW 0x1
Section to Segment mapping:
Segment Sections...
00 .text
01 .data
02 .bss
tcps
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=tcps.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_4.1.2/include -I../.././nut/include tcps.c -o tcps.o
avr-gcc tcps.o -mmcu=atmega128 -Wl,--defsym=main=0,-Map=tcps.map,--cref -L../.././nutbld_avr_4.1.2/lib -Wl,--start-group ../.././nutbld_avr_4.1.2/lib/nutinit.o -lnutpro -lnutos -lnutarch -lnutdev -lnutarch -lnutnet -lnutfs -lnutcrt -Wl,--end-group -o tcps.c.elf
ELF File Information:
There are 9 section headers, starting at offset 0xa3e4:
Section Headers:
[Nr] Name Type Addr Off Size ES Flg Lk Inf Al
[ 0] NULL 00000000 000000 000000 00 0 0 0
[ 1] .data PROGBITS 00800100 009cdc 000248 00 WA 0 0 1
[ 2] .text PROGBITS 00000000 000094 009c48 00 AX 0 0 2
[ 3] .bss NOBITS 00800348 009f24 00018f 00 WA 0 0 1
[ 4] .stab PROGBITS 00000000 009f24 000414 0c 5 0 4
[ 5] .stabstr STRTAB 00000000 00a338 000071 00 0 0 1
[ 6] .shstrtab STRTAB 00000000 00a3a9 00003b 00 0 0 1
[ 7] .symtab SYMTAB 00000000 00a54c 003420 10 8 538 4
[ 8] .strtab STRTAB 00000000 00d96c 0016e9 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 0x0
There are 3 program headers, starting at offset 52
Program Headers:
Type Offset VirtAddr PhysAddr FileSiz MemSiz Flg Align
LOAD 0x000094 0x00000000 0x00000000 0x09c48 0x09c48 R E 0x1
LOAD 0x009cdc 0x00800100 0x00009c48 0x00248 0x00248 RW 0x1
LOAD 0x009f24 0x00800348 0x00800348 0x00000 0x0018f RW 0x1
Section to Segment mapping:
Segment Sections...
00 .text
01 .data
02 .bss
threads
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=threads.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_4.1.2/include -I../.././nut/include threads.c -o threads.o
avr-gcc threads.o -mmcu=atmega128 -Wl,--defsym=main=0,-Map=threads.map,--cref -L../.././nutbld_avr_4.1.2/lib -Wl,--start-group ../.././nutbld_avr_4.1.2/lib/nutinit.o -lnutos -lnutarch -lnutdev -lnutarch -lnutos -lnutcrt -Wl,--end-group -o threads.c.elf
ELF File Information:
There are 9 section headers, starting at offset 0x3660:
Section Headers:
[Nr] Name Type Addr Off Size ES Flg Lk Inf Al
[ 0] NULL 00000000 000000 000000 00 0 0 0
[ 1] .data PROGBITS 00800100 0030d2 0000ce 00 WA 0 0 1
[ 2] .text PROGBITS 00000000 000094 00303e 00 AX 0 0 2
[ 3] .bss NOBITS 008001ce 0031a0 00007d 00 WA 0 0 1
[ 4] .stab PROGBITS 00000000 0031a0 000414 0c 5 0 4
[ 5] .stabstr STRTAB 00000000 0035b4 000071 00 0 0 1
[ 6] .shstrtab STRTAB 00000000 003625 00003b 00 0 0 1
[ 7] .symtab SYMTAB 00000000 0037c8 001a80 10 8 247 4
[ 8] .strtab STRTAB 00000000 005248 000d5c 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 0x0
There are 3 program headers, starting at offset 52
Program Headers:
Type Offset VirtAddr PhysAddr FileSiz MemSiz Flg Align
LOAD 0x000094 0x00000000 0x00000000 0x0303e 0x0303e R E 0x1
LOAD 0x0030d2 0x00800100 0x0000303e 0x000ce 0x000ce RW 0x1
LOAD 0x0031a0 0x008001ce 0x008001ce 0x00000 0x0007d RW 0x1
Section to Segment mapping:
Segment Sections...
00 .text
01 .data
02 .bss
timers
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=timers.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_4.1.2/include -I../.././nut/include timers.c -o timers.o
avr-gcc timers.o -mmcu=atmega128 -Wl,--defsym=main=0,-Map=timers.map,--cref -L../.././nutbld_avr_4.1.2/lib -Wl,--start-group ../.././nutbld_avr_4.1.2/lib/nutinit.o -lnutos -lnutarch -lnutdev -lnutarch -lnutcrt -Wl,--end-group -o timers.c.elf
ELF File Information:
There are 9 section headers, starting at offset 0x32d0:
Section Headers:
[Nr] Name Type Addr Off Size ES Flg Lk Inf Al
[ 0] NULL 00000000 000000 000000 00 0 0 0
[ 1] .data PROGBITS 00800100 002bfc 000212 00 WA 0 0 1
[ 2] .text PROGBITS 00000000 000094 002b68 00 AX 0 0 2
[ 3] .bss NOBITS 00800312 002e0e 000080 00 WA 0 0 1
[ 4] .stab PROGBITS 00000000 002e10 000414 0c 5 0 4
[ 5] .stabstr STRTAB 00000000 003224 000071 00 0 0 1
[ 6] .shstrtab STRTAB 00000000 003295 00003b 00 0 0 1
[ 7] .symtab SYMTAB 00000000 003438 001910 10 8 222 4
[ 8] .strtab STRTAB 00000000 004d48 000bae 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 0x0
There are 3 program headers, starting at offset 52
Program Headers:
Type Offset VirtAddr PhysAddr FileSiz MemSiz Flg Align
LOAD 0x000094 0x00000000 0x00000000 0x02b68 0x02b68 R E 0x1
LOAD 0x002bfc 0x00800100 0x00002b68 0x00212 0x00212 RW 0x1
LOAD 0x002e0e 0x00800312 0x00800312 0x00000 0x00080 RW 0x1
Section to Segment mapping:
Segment Sections...
00 .text
01 .data
02 .bss
uart
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=uart.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_4.1.2/include -I../.././nut/include uart.c -o uart.o
avr-gcc uart.o -mmcu=atmega128 -Wl,--defsym=main=0,-Map=uart.map,--cref -L../.././nutbld_avr_4.1.2/lib -Wl,--start-group ../.././nutbld_avr_4.1.2/lib/nutinit.o -lnutcrt -lnutarch -lnutdev -lnutos -lnutdev -lnutarch -Wl,--end-group -o uart.c.elf
ELF File Information:
There are 9 section headers, starting at offset 0x3ee4:
Section Headers:
[Nr] Name Type Addr Off Size ES Flg Lk Inf Al
[ 0] NULL 00000000 000000 000000 00 0 0 0
[ 1] .data PROGBITS 00800100 0038e8 00013a 00 WA 0 0 1
[ 2] .text PROGBITS 00000000 000094 003854 00 AX 0 0 2
[ 3] .bss NOBITS 0080023a 003a22 0000fd 00 WA 0 0 1
[ 4] .stab PROGBITS 00000000 003a24 000414 0c 5 0 4
[ 5] .stabstr STRTAB 00000000 003e38 000071 00 0 0 1
[ 6] .shstrtab STRTAB 00000000 003ea9 00003b 00 0 0 1
[ 7] .symtab SYMTAB 00000000 00404c 001d40 10 8 284 4
[ 8] .strtab STRTAB 00000000 005d8c 000df2 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 0x0
There are 3 program headers, starting at offset 52
Program Headers:
Type Offset VirtAddr PhysAddr FileSiz MemSiz Flg Align
LOAD 0x000094 0x00000000 0x00000000 0x03854 0x03854 R E 0x1
LOAD 0x0038e8 0x00800100 0x00003854 0x0013a 0x0013a RW 0x1
LOAD 0x003a22 0x0080023a 0x0080023a 0x00000 0x000fd RW 0x1
Section to Segment mapping:
Segment Sections...
00 .text
01 .data
02 .bss