Compile results and segment sizes Nut/OS 4.1.9 ARM-gcc 3.4.3
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 -II:/ethernut-4.1.9-arm-3.4.3/nutbld/include -II:/ethernut-4.1.9-arm-3.4.3/nut/include basemon.c -o basemon.o
basemon.c: In function `TestPorts':
basemon.c:214: error: `DDRB' undeclared (first use in this function)
basemon.c:214: error: (Each undeclared identifier is reported only once
basemon.c:214: error: for each function it appears in.)
basemon.c:215: error: `PORTB' undeclared (first use in this function)
basemon.c:217: error: `PINB' undeclared (first use in this function)
basemon.c:238: error: `DDRD' undeclared (first use in this function)
basemon.c:239: error: `PORTD' undeclared (first use in this function)
basemon.c:241: error: `PIND' undeclared (first use in this function)
basemon.c:257: error: `DDRE' undeclared (first use in this function)
basemon.c:258: error: `PORTE' undeclared (first use in this function)
basemon.c:260: error: `PINE' undeclared (first use in this function)
basemon.c: In function `BaseMon':
basemon.c:345: warning: unsigned int format, size_t arg (arg 2)
basemon.c:351: warning: unsigned int format, size_t arg (arg 3)
basemon.c:405: warning: implicit declaration of function `puts_P'
basemon.c: In function `NutInit':
basemon.c:506: warning: implicit declaration of function `sbi'
basemon.c:506: error: `ACSR' undeclared (first use in this function)
basemon.c:506: error: `ACD' undeclared (first use in this function)
basemon.c:512: error: `RAMEND' undeclared (first use in this function)
make: *** [basemon.o] Error 1
ELF File Information:
events
arm-elf-gcc -c -mcpu=arm7tdmi -Os -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=events.lst -DETHERNUT3 -II:/ethernut-4.1.9-arm-3.4.3/nutbld/include -II:/ethernut-4.1.9-arm-3.4.3/nut/include events.c -o events.o
arm-elf-gcc events.o -mcpu=arm7tdmi -nostartfiles -TI:/ethernut-4.1.9-arm-3.4.3/nut/arch/arm/ldscripts/at91_ram.ld -Wl,-Map=events.map,--cref,--no-warn-mismatch -LI:/ethernut-4.1.9-arm-3.4.3/nutbld/lib I:/ethernut-4.1.9-arm-3.4.3/nutbld/lib/nutinit.o -lnutos -lnutarch -lnutdev -lnutarch -lnutcrt -o events.c.elf
ELF File Information:
There are 15 section headers, starting at offset 0xd558:
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 004198 00 AX 0 0 4
[ 2] .data PROGBITS 00004198 00c198 0000a4 00 WA 0 0 4
[ 3] .bss NOBITS 0000423c 00c23c 000470 00 WA 0 0 4
[ 4] .comment PROGBITS 00000000 00c23c 000264 00 0 0 1
[ 5] .debug_line PROGBITS 00000000 00c4a0 000489 00 0 0 1
[ 6] .debug_info PROGBITS 00000000 00c929 000550 00 0 0 1
[ 7] .debug_abbrev PROGBITS 00000000 00ce79 000272 00 0 0 1
[ 8] .debug_aranges PROGBITS 00000000 00d0f0 000100 00 0 0 8
[ 9] .debug_frame PROGBITS 00000000 00d1f0 000088 00 0 0 4
[10] .debug_pubnames PROGBITS 00000000 00d278 000074 00 0 0 1
[11] .debug_str PROGBITS 00000000 00d2ec 0001d7 01 MS 0 0 1
[12] .shstrtab STRTAB 00000000 00d4c3 000092 00 0 0 1
[13] .symtab SYMTAB 00000000 00d7b0 0019b0 10 14 10e 4
[14] .strtab STRTAB 00000000 00f160 000ad5 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 0x0423c 0x046ac RWE 0x8000
Section to Segment mapping:
Segment Sections...
00 .text .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 -II:/ethernut-4.1.9-arm-3.4.3/nutbld/include -II:/ethernut-4.1.9-arm-3.4.3/nut/include ftpserv.c -o ftpserv.o
arm-elf-gcc ftpserv.o -mcpu=arm7tdmi -nostartfiles -TI:/ethernut-4.1.9-arm-3.4.3/nut/arch/arm/ldscripts/at91_ram.ld -Wl,-Map=ftpserv.map,--cref,--no-warn-mismatch -LI:/ethernut-4.1.9-arm-3.4.3/nutbld/lib I:/ethernut-4.1.9-arm-3.4.3/nutbld/lib/nutinit.o -lnutpro -lnutfs -lnutarch -lnutnet -lnutos -lnutdev -lnutarch -lnutcrt -o ftpserv.c.elf
ELF File Information:
There are 16 section headers, starting at offset 0x20500:
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 011c3c 00 AX 0 0 4
[ 2] .data PROGBITS 00011c3c 019c3c 0006a8 00 WA 0 0 4
[ 3] .bss NOBITS 000122e4 01a2e4 000524 00 WA 0 0 4
[ 4] .comment PROGBITS 00000000 01a2e4 000762 00 0 0 1
[ 5] .debug_line PROGBITS 00000000 01aa46 000d2d 00 0 0 1
[ 6] .debug_info PROGBITS 00000000 01b773 003119 00 0 0 1
[ 7] .debug_abbrev PROGBITS 00000000 01e88c 000bff 00 0 0 1
[ 8] .debug_aranges PROGBITS 00000000 01f490 000240 00 0 0 8
[ 9] .debug_frame PROGBITS 00000000 01f6d0 00022c 00 0 0 4
[10] .debug_pubnames PROGBITS 00000000 01f8fc 0001f0 00 0 0 1
[11] .debug_str PROGBITS 00000000 01faec 000902 01 MS 0 0 1
[12] .debug_ranges PROGBITS 00000000 0203ee 000070 00 0 0 1
[13] .shstrtab STRTAB 00000000 02045e 0000a0 00 0 0 1
[14] .symtab SYMTAB 00000000 020780 004b40 10 15 344 4
[15] .strtab STRTAB 00000000 0252c0 001f4d 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 0x122e4 0x12808 RWE 0x8000
Section to Segment mapping:
Segment Sections...
00 .text .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 -II:/ethernut-4.1.9-arm-3.4.3/nutbld/include -II:/ethernut-4.1.9-arm-3.4.3/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 -II:/ethernut-4.1.9-arm-3.4.3/nutbld/include -II:/ethernut-4.1.9-arm-3.4.3/nut/include urom.c -o urom.o
arm-elf-gcc httpserv.o urom.o -mcpu=arm7tdmi -nostartfiles -TI:/ethernut-4.1.9-arm-3.4.3/nut/arch/arm/ldscripts/at91_ram.ld -Wl,-Map=httpserv.map,--cref,--no-warn-mismatch -LI:/ethernut-4.1.9-arm-3.4.3/nutbld/lib I:/ethernut-4.1.9-arm-3.4.3/nutbld/lib/nutinit.o -lnutpro -lnutos -lnutarch -lnutdev -lnutarch -lnutnet -lnutfs -lnutcrt -o httpserv.c.elf
ELF File Information:
There are 16 section headers, starting at offset 0x258d0:
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 0170cc 00 AX 0 0 4
[ 2] .data PROGBITS 000170cc 01f0cc 000638 00 WA 0 0 4
[ 3] .bss NOBITS 00017704 01f704 000524 00 WA 0 0 4
[ 4] .comment PROGBITS 00000000 01f704 0006f6 00 0 0 1
[ 5] .debug_line PROGBITS 00000000 01fdfa 000f3b 00 0 0 1
[ 6] .debug_info PROGBITS 00000000 020d35 002bda 00 0 0 1
[ 7] .debug_abbrev PROGBITS 00000000 02390f 000ccf 00 0 0 1
[ 8] .debug_aranges PROGBITS 00000000 0245e0 0002a0 00 0 0 8
[ 9] .debug_frame PROGBITS 00000000 024880 0002a4 00 0 0 4
[10] .debug_pubnames PROGBITS 00000000 024b24 000243 00 0 0 1
[11] .debug_str PROGBITS 00000000 024d67 0009e6 01 MS 0 0 1
[12] .debug_ranges PROGBITS 00000000 02574d 0000e0 00 0 0 1
[13] .shstrtab STRTAB 00000000 02582d 0000a0 00 0 0 1
[14] .symtab SYMTAB 00000000 025b50 004200 10 15 2e1 4
[15] .strtab STRTAB 00000000 029d50 001d03 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 0x17704 0x17c28 RWE 0x8000
Section to Segment mapping:
Segment Sections...
00 .text .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 -II:/ethernut-4.1.9-arm-3.4.3/nutbld/include -II:/ethernut-4.1.9-arm-3.4.3/nut/include inetq.c -o inetq.o
arm-elf-gcc inetq.o -mcpu=arm7tdmi -nostartfiles -TI:/ethernut-4.1.9-arm-3.4.3/nut/arch/arm/ldscripts/at91_ram.ld -Wl,-Map=inetq.map,--cref,--no-warn-mismatch -LI:/ethernut-4.1.9-arm-3.4.3/nutbld/lib I:/ethernut-4.1.9-arm-3.4.3/nutbld/lib/nutinit.o -lnutpro -lnutos -lnutarch -lnutdev -lnutarch -lnutnet -lnutfs -lnutcrt -o inetq.c.elf
ELF File Information:
There are 15 section headers, starting at offset 0x16a18:
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 00c8f8 00 AX 0 0 4
[ 2] .data PROGBITS 0000c8f8 0148f8 000144 00 WA 0 0 4
[ 3] .bss NOBITS 0000ca3c 014a3c 000914 00 WA 0 0 4
[ 4] .comment PROGBITS 00000000 014a3c 000546 00 0 0 1
[ 5] .debug_line PROGBITS 00000000 014f82 000709 00 0 0 1
[ 6] .debug_info PROGBITS 00000000 01568b 0008de 00 0 0 1
[ 7] .debug_abbrev PROGBITS 00000000 015f69 00042a 00 0 0 1
[ 8] .debug_aranges PROGBITS 00000000 016398 000180 00 0 0 8
[ 9] .debug_frame PROGBITS 00000000 016518 0000f0 00 0 0 4
[10] .debug_pubnames PROGBITS 00000000 016608 0000cb 00 0 0 1
[11] .debug_str PROGBITS 00000000 0166d3 0002b1 01 MS 0 0 1
[12] .shstrtab STRTAB 00000000 016984 000092 00 0 0 1
[13] .symtab SYMTAB 00000000 016c70 003160 10 14 21f 4
[14] .strtab STRTAB 00000000 019dd0 00151d 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 0x0ca3c 0x0d350 RWE 0x8000
Section to Segment mapping:
Segment Sections...
00 .text .data .bss
isp2
makefile:52: Makedefs.isp: No such file or directory
makefile:67: 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 -II:/ethernut-4.1.9-arm-3.4.3/nutbld/include -II:/ethernut-4.1.9-arm-3.4.3/nut/include logtime.c -o logtime.o
arm-elf-gcc logtime.o -mcpu=arm7tdmi -nostartfiles -TI:/ethernut-4.1.9-arm-3.4.3/nut/arch/arm/ldscripts/at91_ram.ld -Wl,-Map=logtime.map,--cref,--no-warn-mismatch -LI:/ethernut-4.1.9-arm-3.4.3/nutbld/lib I:/ethernut-4.1.9-arm-3.4.3/nutbld/lib/nutinit.o -lnutpro -lnutnet -lnutcrt -lnutos -lnutdev -lnutarch -lnutos -lnutdev -lnutnet -o logtime.c.elf
ELF File Information:
There are 15 section headers, starting at offset 0x18da0:
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 00e870 00 AX 0 0 4
[ 2] .data PROGBITS 0000e870 016870 000278 00 WA 0 0 4
[ 3] .bss NOBITS 0000eae8 016ae8 000544 00 WA 0 0 4
[ 4] .comment PROGBITS 00000000 016ae8 00058e 00 0 0 1
[ 5] .debug_line PROGBITS 00000000 017076 000780 00 0 0 1
[ 6] .debug_info PROGBITS 00000000 0177f6 0009be 00 0 0 1
[ 7] .debug_abbrev PROGBITS 00000000 0181b4 0004b3 00 0 0 1
[ 8] .debug_aranges PROGBITS 00000000 018668 0001a0 00 0 0 8
[ 9] .debug_frame PROGBITS 00000000 018808 000120 00 0 0 4
[10] .debug_pubnames PROGBITS 00000000 018928 0000e8 00 0 0 1
[11] .debug_str PROGBITS 00000000 018a10 0002fc 01 MS 0 0 1
[12] .shstrtab STRTAB 00000000 018d0c 000092 00 0 0 1
[13] .symtab SYMTAB 00000000 018ff8 003a30 10 14 291 4
[14] .strtab STRTAB 00000000 01ca28 0018bb 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 0x0eae8 0x0f02c RWE 0x8000
Section to Segment mapping:
Segment Sections...
00 .text .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 -II:/ethernut-4.1.9-arm-3.4.3/nutbld/include -II:/ethernut-4.1.9-arm-3.4.3/nut/include nutpiper.c -o nutpiper.o
arm-elf-gcc -c -mcpu=arm7tdmi -Os -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=config.lst -DETHERNUT3 -II:/ethernut-4.1.9-arm-3.4.3/nutbld/include -II:/ethernut-4.1.9-arm-3.4.3/nut/include config.c -o config.o
arm-elf-gcc -c -mcpu=arm7tdmi -Os -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=player.lst -DETHERNUT3 -II:/ethernut-4.1.9-arm-3.4.3/nutbld/include -II:/ethernut-4.1.9-arm-3.4.3/nut/include player.c -o player.o
player.c: In function `Player':
player.c:291: warning: unsigned int format, size_t arg (arg 3)
arm-elf-gcc -c -mcpu=arm7tdmi -Os -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=display.lst -DETHERNUT3 -II:/ethernut-4.1.9-arm-3.4.3/nutbld/include -II:/ethernut-4.1.9-arm-3.4.3/nut/include display.c -o display.o
arm-elf-gcc -c -mcpu=arm7tdmi -Os -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=scanner.lst -DETHERNUT3 -II:/ethernut-4.1.9-arm-3.4.3/nutbld/include -II:/ethernut-4.1.9-arm-3.4.3/nut/include scanner.c -o scanner.o
scanner.c: In function `Scanner':
scanner.c:277: warning: unsigned int format, size_t arg (arg 2)
arm-elf-gcc nutpiper.o config.o player.o display.o scanner.o -mcpu=arm7tdmi -nostartfiles -TI:/ethernut-4.1.9-arm-3.4.3/nut/arch/arm/ldscripts/at91_ram.ld -Wl,-Map=nutpiper.map,--cref,--no-warn-mismatch -LI:/ethernut-4.1.9-arm-3.4.3/nutbld/lib I:/ethernut-4.1.9-arm-3.4.3/nutbld/lib/nutinit.o -lnutarch -lnutpro -lnutos -lnutdev -lnutarch -lnutnet -lnutcrt -o nutpiper.c.elf
nutpiper.o(.text+0x10): In function `$a':
: undefined reference to `NutIrGet'
nutpiper.o(.text+0x114): In function `NutAppMain':
: undefined reference to `NutSegBufInit'
nutpiper.o(.text+0x15c): In function `NutAppMain':
: undefined reference to `NutIrInitSony'
nutpiper.o(.text+0x1e0): In function `NutAppMain':
: undefined reference to `VsSetVolume'
nutpiper.o(.text+0x1ec): In function `NutAppMain':
: undefined reference to `VsBeep'
nutpiper.o(.text+0x434): In function `NutAppMain':
: undefined reference to `VsPlayerInterrupts'
nutpiper.o(.text+0x43c): In function `NutAppMain':
: undefined reference to `NutSegBufUsed'
nutpiper.o(.text+0x444): In function `NutAppMain':
: undefined reference to `NutSegBufAvailable'
nutpiper.o(.text+0x460): In function `NutAppMain':
: undefined reference to `VsPlayerInterrupts'
nutpiper.o(.text+0x704): In function `NutAppMain':
: undefined reference to `VsSetVolume'
nutpiper.o(.text+0x740): In function `NutAppMain':
: undefined reference to `VsSetVolume'
nutpiper.o(.text+0x7ac): In function `NutAppMain':
: undefined reference to `devEth0'
config.o(.text+0x2c): In function `$a':
: undefined reference to `eeprom_read_byte'
config.o(.text+0x48): In function `$a':
: undefined reference to `eeprom_write_byte'
config.o(.text+0x80): In function `ConfigSaveString':
: undefined reference to `eeprom_read_byte'
config.o(.text+0x98): In function `ConfigSaveString':
: undefined reference to `eeprom_write_byte'
config.o(.text+0xdc): In function `ConfigLoadString':
: undefined reference to `eeprom_read_byte'
config.o(.text+0x130): In function `ConfigLoadBinary':
: undefined reference to `eeprom_read_byte'
player.o(.text+0xc8): In function `Player':
: undefined reference to `VsPlayerInterrupts'
player.o(.text+0xd0): In function `Player':
: undefined reference to `NutSegBufReset'
player.o(.text+0xd8): In function `Player':
: undefined reference to `VsPlayerInterrupts'
player.o(.text+0xec): In function `Player':
: undefined reference to `VsPlayerInterrupts'
player.o(.text+0xfc): In function `Player':
: undefined reference to `NutSegBufWriteRequest'
player.o(.text+0x108): In function `Player':
: undefined reference to `VsPlayerInterrupts'
player.o(.text+0x118): In function `Player':
: undefined reference to `VsGetStatus'
player.o(.text+0x124): In function `Player':
: undefined reference to `VsPlayerKick'
player.o(.text+0x1b4): In function `Player':
: undefined reference to `VsPlayerInterrupts'
player.o(.text+0x1c8): In function `Player':
: undefined reference to `NutSegBufWriteCommit'
player.o(.text+0x1d4): In function `Player':
: undefined reference to `VsPlayerInterrupts'
player.o(.text+0x458): In function `Player':
: undefined reference to `VsGetStatus'
player.o(.text+0x46c): In function `Player':
: undefined reference to `VsPlayerInterrupts'
player.o(.text+0x474): In function `Player':
: undefined reference to `NutSegBufUsed'
player.o(.text+0x490): In function `Player':
: undefined reference to `NutSegBufUsed'
player.o(.text+0x49c): In function `Player':
: undefined reference to `NutSegBufAvailable'
player.o(.text+0x4ac): In function `Player':
: undefined reference to `VsPlayerKick'
player.o(.text+0x4b8): In function `Player':
: undefined reference to `VsPlayerInterrupts'
player.o(.text+0x518): In function `Player':
: undefined reference to `VsPlayerFlush'
player.o(.text+0x524): In function `Player':
: undefined reference to `VsGetStatus'
player.o(.text+0x548): In function `Player':
: undefined reference to `VsPlayerReset'
player.o(.text+0x5a8): In function `PlayerInit':
: undefined reference to `VsPlayerInit'
player.o(.text+0x5b4): In function `PlayerInit':
: undefined reference to `VsPlayerReset'
I:/ethernut-4.1.9-arm-3.4.3/nutbld/lib/libnutnet.a(tcpsock.o)(.text+0x24): In function `NutTcpDiscardBuffers':
: undefined reference to `NutNetBufFree'
I:/ethernut-4.1.9-arm-3.4.3/nutbld/lib/libnutnet.a(tcpsock.o)(.text+0x40): In function `NutTcpDiscardBuffers':
: undefined reference to `NutNetBufFree'
I:/ethernut-4.1.9-arm-3.4.3/nutbld/lib/libnutnet.a(tcpsock.o)(.text+0x5c): In function `NutTcpDiscardBuffers':
: undefined reference to `NutNetBufFree'
I:/ethernut-4.1.9-arm-3.4.3/nutbld/lib/libnutnet.a(tcpsock.o)(.text+0x738): In function `NutTcpReceive':
: undefined reference to `NutNetBufFree'
I:/ethernut-4.1.9-arm-3.4.3/nutbld/lib/libnutnet.a(udpsock.o)(.text+0xec): In function `NutUdpSendTo':
: undefined reference to `NutNetBufAlloc'
I:/ethernut-4.1.9-arm-3.4.3/nutbld/lib/libnutnet.a(udpsock.o)(.text+0x128): In function `NutUdpSendTo':
: undefined reference to `NutNetBufFree'
I:/ethernut-4.1.9-arm-3.4.3/nutbld/lib/libnutnet.a(udpsock.o)(.text+0x1ec): In function `NutUdpReceiveFrom':
: undefined reference to `NutNetBufFree'
I:/ethernut-4.1.9-arm-3.4.3/nutbld/lib/libnutnet.a(udpsock.o)(.text+0x248): In function `NutUdpDestroySocket':
: undefined reference to `NutNetBufFree'
I:/ethernut-4.1.9-arm-3.4.3/nutbld/lib/libnutnet.a(tcpout.o)(.text+0x54): In function `NutTcpOutput':
: undefined reference to `NutNetBufAlloc'
I:/ethernut-4.1.9-arm-3.4.3/nutbld/lib/libnutnet.a(tcpout.o)(.text+0x1d4): In function `NutTcpOutput':
: undefined reference to `NutNetBufAlloc'
I:/ethernut-4.1.9-arm-3.4.3/nutbld/lib/libnutnet.a(tcpout.o)(.text+0x370): In function `NutTcpOutput':
: undefined reference to `NutNetBufClone'
I:/ethernut-4.1.9-arm-3.4.3/nutbld/lib/libnutnet.a(tcpout.o)(.text+0x398): In function `NutTcpOutput':
: undefined reference to `NutNetBufFree'
I:/ethernut-4.1.9-arm-3.4.3/nutbld/lib/libnutnet.a(tcpout.o)(.text+0x610): In function `NutTcpReject':
: undefined reference to `NutNetBufFree'
I:/ethernut-4.1.9-arm-3.4.3/nutbld/lib/libnutnet.a(tcpsm.o)(.text+0x7fc): In function `$a':
: undefined reference to `NutNetBufFree'
I:/ethernut-4.1.9-arm-3.4.3/nutbld/lib/libnutnet.a(tcpsm.o)(.text+0xac8): In function `$a':
: undefined reference to `NutNetBufFree'
I:/ethernut-4.1.9-arm-3.4.3/nutbld/lib/libnutnet.a(tcpsm.o)(.text+0xb44): In function `$a':
: undefined reference to `NutNetBufFree'
I:/ethernut-4.1.9-arm-3.4.3/nutbld/lib/libnutnet.a(tcpsm.o)(.text+0xc7c): more undefined references to `NutNetBufFree' follow
I:/ethernut-4.1.9-arm-3.4.3/nutbld/lib/libnutnet.a(udpout.o)(.text+0x28): In function `NutUdpOutput':
: undefined reference to `NutNetBufAlloc'
I:/ethernut-4.1.9-arm-3.4.3/nutbld/lib/libnutnet.a(ipout.o)(.text+0x28): In function `NutIpOutput':
: undefined reference to `NutNetBufAlloc'
I:/ethernut-4.1.9-arm-3.4.3/nutbld/lib/libnutnet.a(ipout.o)(.text+0x2f8): In function `NutIpOutput':
: undefined reference to `NutNetBufFree'
I:/ethernut-4.1.9-arm-3.4.3/nutbld/lib/libnutnet.a(arpcache.o)(.text+0x358): In function `NutArpCacheQuery':
: undefined reference to `NutNetBufFree'
I:/ethernut-4.1.9-arm-3.4.3/nutbld/lib/libnutnet.a(arpout.o)(.text+0x24): In function `NutArpAllocNetBuf':
: undefined reference to `NutNetBufAlloc'
collect2: ld returned 1 exit status
make: *** [nutpiper.c.elf] Error 1
ELF File Information:
playmp3
arm-elf-gcc -c -mcpu=arm7tdmi -Os -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=playmp3.lst -DETHERNUT3 -II:/ethernut-4.1.9-arm-3.4.3/nutbld/include -II:/ethernut-4.1.9-arm-3.4.3/nut/include playmp3.c -o playmp3.o
playmp3.c: In function `PlayMp3File':
playmp3.c:194: warning: int format, size_t arg (arg 2)
playmp3.c:237: warning: unsigned int format, size_t arg (arg 2)
arm-elf-gcc -c -mcpu=arm7tdmi -Os -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=urom.lst -DETHERNUT3 -II:/ethernut-4.1.9-arm-3.4.3/nutbld/include -II:/ethernut-4.1.9-arm-3.4.3/nut/include urom.c -o urom.o
arm-elf-gcc playmp3.o urom.o -mcpu=arm7tdmi -nostartfiles -TI:/ethernut-4.1.9-arm-3.4.3/nut/arch/arm/ldscripts/at91_ram.ld -Wl,-Map=playmp3.map,--cref,--no-warn-mismatch -LI:/ethernut-4.1.9-arm-3.4.3/nutbld/lib I:/ethernut-4.1.9-arm-3.4.3/nutbld/lib/nutinit.o -lnutfs -lnutos -lnutcrt -lnutdev -lnutarch -o playmp3.c.elf
playmp3.o(.text+0x64): In function `$a':
: undefined reference to `VsPlayerInterrupts'
playmp3.o(.text+0x6c): In function `$a':
: undefined reference to `NutSegBufReset'
playmp3.o(.text+0x74): In function `$a':
: undefined reference to `VsPlayerInterrupts'
playmp3.o(.text+0x7c): In function `$a':
: undefined reference to `VsPlayerInterrupts'
playmp3.o(.text+0x8c): In function `$a':
: undefined reference to `NutSegBufWriteRequest'
playmp3.o(.text+0x98): In function `$a':
: undefined reference to `VsPlayerInterrupts'
playmp3.o(.text+0xd8): In function `$a':
: undefined reference to `VsPlayerInterrupts'
playmp3.o(.text+0xe8): In function `$a':
: undefined reference to `NutSegBufWriteCommit'
playmp3.o(.text+0xf0): In function `$a':
: undefined reference to `VsPlayerInterrupts'
playmp3.o(.text+0x110): In function `$a':
: undefined reference to `VsPlayerFlush'
playmp3.o(.text+0x118): In function `$a':
: undefined reference to `VsGetStatus'
playmp3.o(.text+0x130): In function `$a':
: undefined reference to `VsPlayerKick'
playmp3.o(.text+0x140): In function `$a':
: undefined reference to `VsGetStatus'
playmp3.o(.text+0x164): In function `$a':
: undefined reference to `VsPlayerReset'
playmp3.o(.text+0x230): In function `NutAppMain':
: undefined reference to `NutSegBufInit'
playmp3.o(.text+0x240): In function `NutAppMain':
: undefined reference to `VsPlayerInit'
playmp3.o(.text+0x24c): In function `NutAppMain':
: undefined reference to `VsPlayerReset'
playmp3.o(.text+0x268): In function `NutAppMain':
: undefined reference to `VsSetVolume'
playmp3.o(.text+0x284): In function `NutAppMain':
: undefined reference to `VsSetVolume'
playmp3.o(.text+0x2a0): In function `NutAppMain':
: undefined reference to `VsSetVolume'
playmp3.o(.text+0x2bc): In function `NutAppMain':
: undefined reference to `VsSetVolume'
I:/ethernut-4.1.9-arm-3.4.3/nutbld/lib/libnutarch.a(ostimer_at91.o)(.text+0x4c): In function `NutGetCpuClock':
: undefined reference to `Cy2239xGetFreq'
I:/ethernut-4.1.9-arm-3.4.3/nutbld/lib/libnutarch.a(ostimer_at91.o)(.text+0xb0): In function `NutRegisterTimer':
: undefined reference to `NutRegisterIrqHandler'
I:/ethernut-4.1.9-arm-3.4.3/nutbld/lib/libnutarch.a(ostimer_at91.o)(.text+0xbc): In function `NutRegisterTimer':
: undefined reference to `NutIrqSetPriority'
I:/ethernut-4.1.9-arm-3.4.3/nutbld/lib/libnutarch.a(ostimer_at91.o)(.text+0xc4): In function `NutRegisterTimer':
: undefined reference to `NutIrqEnable'
collect2: ld returned 1 exit status
make: *** [playmp3.c.elf] Error 1
ELF File Information:
portdio
arm-elf-gcc -c -mcpu=arm7tdmi -Os -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=portdio.lst -DETHERNUT3 -II:/ethernut-4.1.9-arm-3.4.3/nutbld/include -II:/ethernut-4.1.9-arm-3.4.3/nut/include portdio.c -o portdio.o
arm-elf-gcc portdio.o -mcpu=arm7tdmi -nostartfiles -TI:/ethernut-4.1.9-arm-3.4.3/nut/arch/arm/ldscripts/at91_ram.ld -Wl,-Map=portdio.map,--cref,--no-warn-mismatch -LI:/ethernut-4.1.9-arm-3.4.3/nutbld/lib I:/ethernut-4.1.9-arm-3.4.3/nutbld/lib/nutinit.o -lnutpro -lnutfs -lnutnet -lnutdev -lnutarch -lnutcrt -lnutnet -lnutdev -lnutos -o portdio.c.elf
ELF File Information:
There are 15 section headers, starting at offset 0x16f2c:
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 00c93c 00 AX 0 0 4
[ 2] .data PROGBITS 0000c93c 01493c 0000c4 00 WA 0 0 4
[ 3] .bss NOBITS 0000ca00 014a00 0004fc 00 WA 0 0 4
[ 4] .comment PROGBITS 00000000 014a00 000510 00 0 0 1
[ 5] .debug_line PROGBITS 00000000 014f10 00085a 00 0 0 1
[ 6] .debug_info PROGBITS 00000000 01576a 000ac7 00 0 0 1
[ 7] .debug_abbrev PROGBITS 00000000 016231 000528 00 0 0 1
[ 8] .debug_aranges PROGBITS 00000000 016760 0001c0 00 0 0 8
[ 9] .debug_frame PROGBITS 00000000 016920 000140 00 0 0 4
[10] .debug_pubnames PROGBITS 00000000 016a60 000106 00 0 0 1
[11] .debug_str PROGBITS 00000000 016b66 000333 01 MS 0 0 1
[12] .shstrtab STRTAB 00000000 016e99 000092 00 0 0 1
[13] .symtab SYMTAB 00000000 017184 002ff0 10 14 208 4
[14] .strtab STRTAB 00000000 01a174 00149c 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 0x0ca00 0x0cefc RWE 0x8000
Section to Segment mapping:
Segment Sections...
00 .text .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 -II:/ethernut-4.1.9-arm-3.4.3/nutbld/include -II:/ethernut-4.1.9-arm-3.4.3/nut/include pppc.c -o pppc.o
pppc.c: In function `ProcessRequests':
pppc.c:212: warning: unsigned int format, size_t arg (arg 3)
pppc.c:240: warning: cast from pointer to integer of different size
pppc.c: In function `NutAppMain':
pppc.c:456: warning: unsigned int format, size_t arg (arg 2)
arm-elf-gcc pppc.o -mcpu=arm7tdmi -nostartfiles -TI:/ethernut-4.1.9-arm-3.4.3/nut/arch/arm/ldscripts/at91_ram.ld -Wl,-Map=pppc.map,--cref,--no-warn-mismatch -LI:/ethernut-4.1.9-arm-3.4.3/nutbld/lib I:/ethernut-4.1.9-arm-3.4.3/nutbld/lib/nutinit.o -lnutpro -lnutarch -lnutnet -lnutdev -lnutarch -lnutnet -lnutos -lnutcrt -o pppc.c.elf
pppc.o(.text+0x508): In function `NutAppMain':
: undefined reference to `devUart0'
pppc.o(.text+0x50c): In function `NutAppMain':
: undefined reference to `devPpp'
I:/ethernut-4.1.9-arm-3.4.3/nutbld/lib/libnutarch.a(ostimer_at91.o)(.text+0x4c): In function `NutGetCpuClock':
: undefined reference to `Cy2239xGetFreq'
I:/ethernut-4.1.9-arm-3.4.3/nutbld/lib/libnutarch.a(ostimer_at91.o)(.text+0xb0): In function `NutRegisterTimer':
: undefined reference to `NutRegisterIrqHandler'
I:/ethernut-4.1.9-arm-3.4.3/nutbld/lib/libnutarch.a(ostimer_at91.o)(.text+0xbc): In function `NutRegisterTimer':
: undefined reference to `NutIrqSetPriority'
I:/ethernut-4.1.9-arm-3.4.3/nutbld/lib/libnutarch.a(ostimer_at91.o)(.text+0xc4): In function `NutRegisterTimer':
: undefined reference to `NutIrqEnable'
collect2: ld returned 1 exit status
make: *** [pppc.c.elf] Error 1
ELF File Information:
rs232d
arm-elf-gcc -c -mcpu=arm7tdmi -Os -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=rs232d.lst -DETHERNUT3 -II:/ethernut-4.1.9-arm-3.4.3/nutbld/include -II:/ethernut-4.1.9-arm-3.4.3/nut/include rs232d.c -o rs232d.o
arm-elf-gcc rs232d.o -mcpu=arm7tdmi -nostartfiles -TI:/ethernut-4.1.9-arm-3.4.3/nut/arch/arm/ldscripts/at91_ram.ld -Wl,-Map=rs232d.map,--cref,--no-warn-mismatch -LI:/ethernut-4.1.9-arm-3.4.3/nutbld/lib I:/ethernut-4.1.9-arm-3.4.3/nutbld/lib/nutinit.o -lnutpro -lnutos -lnutarch -lnutdev -lnutarch -lnutfs -lnutnet -lnutcrt -o rs232d.c.elf
ELF File Information:
There are 15 section headers, starting at offset 0x16cf0:
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 00cf60 00 AX 0 0 4
[ 2] .data PROGBITS 0000cf60 014f60 000190 00 WA 0 0 4
[ 3] .bss NOBITS 0000d0f0 0150f0 000504 00 WA 0 0 4
[ 4] .comment PROGBITS 00000000 0150f0 0004c8 00 0 0 1
[ 5] .debug_line PROGBITS 00000000 0155b8 000635 00 0 0 1
[ 6] .debug_info PROGBITS 00000000 015bed 0007bb 00 0 0 1
[ 7] .debug_abbrev PROGBITS 00000000 0163a8 000382 00 0 0 1
[ 8] .debug_aranges PROGBITS 00000000 016730 000160 00 0 0 8
[ 9] .debug_frame PROGBITS 00000000 016890 0000c8 00 0 0 4
[10] .debug_pubnames PROGBITS 00000000 016958 0000ae 00 0 0 1
[11] .debug_str PROGBITS 00000000 016a06 000257 01 MS 0 0 1
[12] .shstrtab STRTAB 00000000 016c5d 000092 00 0 0 1
[13] .symtab SYMTAB 00000000 016f48 003370 10 14 23f 4
[14] .strtab STRTAB 00000000 01a2b8 001692 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 0x0d0f0 0x0d5f4 RWE 0x8000
Section to Segment mapping:
Segment Sections...
00 .text .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 -II:/ethernut-4.1.9-arm-3.4.3/nutbld/include -II:/ethernut-4.1.9-arm-3.4.3/nut/include simple.c -o simple.o
arm-elf-gcc simple.o -mcpu=arm7tdmi -nostartfiles -TI:/ethernut-4.1.9-arm-3.4.3/nut/arch/arm/ldscripts/at91_ram.ld -Wl,-Map=simple.map,--cref,--no-warn-mismatch -LI:/ethernut-4.1.9-arm-3.4.3/nutbld/lib I:/ethernut-4.1.9-arm-3.4.3/nutbld/lib/nutinit.o -lnutos -lnutarch -lnutdev -lnutarch -lnutcrt -o simple.c.elf
ELF File Information:
There are 15 section headers, starting at offset 0xc5c4:
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 00362c 00 AX 0 0 4
[ 2] .data PROGBITS 0000362c 00b62c 00000c 00 WA 0 0 4
[ 3] .bss NOBITS 00003638 00b638 000450 00 WA 0 0 4
[ 4] .comment PROGBITS 00000000 00b638 00017a 00 0 0 1
[ 5] .debug_line PROGBITS 00000000 00b7b2 0003d7 00 0 0 1
[ 6] .debug_info PROGBITS 00000000 00bb89 00047e 00 0 0 1
[ 7] .debug_abbrev PROGBITS 00000000 00c007 0001f4 00 0 0 1
[ 8] .debug_aranges PROGBITS 00000000 00c200 0000e0 00 0 0 8
[ 9] .debug_frame PROGBITS 00000000 00c2e0 000068 00 0 0 4
[10] .debug_pubnames PROGBITS 00000000 00c348 000057 00 0 0 1
[11] .debug_str PROGBITS 00000000 00c39f 000191 01 MS 0 0 1
[12] .shstrtab STRTAB 00000000 00c530 000092 00 0 0 1
[13] .symtab SYMTAB 00000000 00c81c 0014a0 10 14 d0 4
[14] .strtab STRTAB 00000000 00dcbc 00095a 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 0x03638 0x03a88 RWE 0x8000
Section to Segment mapping:
Segment Sections...
00 .text .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 -II:/ethernut-4.1.9-arm-3.4.3/nutbld/include -II:/ethernut-4.1.9-arm-3.4.3/nut/include tcps.c -o tcps.o
arm-elf-gcc tcps.o -mcpu=arm7tdmi -nostartfiles -TI:/ethernut-4.1.9-arm-3.4.3/nut/arch/arm/ldscripts/at91_ram.ld -Wl,-Map=tcps.map,--cref,--no-warn-mismatch -LI:/ethernut-4.1.9-arm-3.4.3/nutbld/lib I:/ethernut-4.1.9-arm-3.4.3/nutbld/lib/nutinit.o -lnutpro -lnutos -lnutarch -lnutdev -lnutarch -lnutnet -lnutfs -lnutcrt -o tcps.c.elf
ELF File Information:
There are 15 section headers, starting at offset 0x173b4:
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 00cce4 00 AX 0 0 4
[ 2] .data PROGBITS 0000cce4 014ce4 00013c 00 WA 0 0 4
[ 3] .bss NOBITS 0000ce20 014e20 000594 00 WA 0 0 4
[ 4] .comment PROGBITS 00000000 014e20 00057c 00 0 0 1
[ 5] .debug_line PROGBITS 00000000 01539c 00085a 00 0 0 1
[ 6] .debug_info PROGBITS 00000000 015bf6 000ac7 00 0 0 1
[ 7] .debug_abbrev PROGBITS 00000000 0166bd 000528 00 0 0 1
[ 8] .debug_aranges PROGBITS 00000000 016be8 0001c0 00 0 0 8
[ 9] .debug_frame PROGBITS 00000000 016da8 000140 00 0 0 4
[10] .debug_pubnames PROGBITS 00000000 016ee8 000106 00 0 0 1
[11] .debug_str PROGBITS 00000000 016fee 000333 01 MS 0 0 1
[12] .shstrtab STRTAB 00000000 017321 000092 00 0 0 1
[13] .symtab SYMTAB 00000000 01760c 0032e0 10 14 22c 4
[14] .strtab STRTAB 00000000 01a8ec 0015c0 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 0x0ce20 0x0d3b4 RWE 0x8000
Section to Segment mapping:
Segment Sections...
00 .text .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 -II:/ethernut-4.1.9-arm-3.4.3/nutbld/include -II:/ethernut-4.1.9-arm-3.4.3/nut/include threads.c -o threads.o
arm-elf-gcc threads.o -mcpu=arm7tdmi -nostartfiles -TI:/ethernut-4.1.9-arm-3.4.3/nut/arch/arm/ldscripts/at91_ram.ld -Wl,-Map=threads.map,--cref,--no-warn-mismatch -LI:/ethernut-4.1.9-arm-3.4.3/nutbld/lib I:/ethernut-4.1.9-arm-3.4.3/nutbld/lib/nutinit.o -lnutos -lnutarch -lnutdev -lnutarch -lnutos -lnutcrt -o threads.c.elf
ELF File Information:
There are 15 section headers, starting at offset 0xe6d8:
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 005270 00 AX 0 0 4
[ 2] .data PROGBITS 00005270 00d270 000118 00 WA 0 0 4
[ 3] .bss NOBITS 00005388 00d388 00045c 00 WA 0 0 4
[ 4] .comment PROGBITS 00000000 00d388 00029a 00 0 0 1
[ 5] .debug_line PROGBITS 00000000 00d622 000489 00 0 0 1
[ 6] .debug_info PROGBITS 00000000 00daab 000550 00 0 0 1
[ 7] .debug_abbrev PROGBITS 00000000 00dffb 000272 00 0 0 1
[ 8] .debug_aranges PROGBITS 00000000 00e270 000100 00 0 0 8
[ 9] .debug_frame PROGBITS 00000000 00e370 000088 00 0 0 4
[10] .debug_pubnames PROGBITS 00000000 00e3f8 000074 00 0 0 1
[11] .debug_str PROGBITS 00000000 00e46c 0001d7 01 MS 0 0 1
[12] .shstrtab STRTAB 00000000 00e643 000092 00 0 0 1
[13] .symtab SYMTAB 00000000 00e930 001de0 10 14 148 4
[14] .strtab STRTAB 00000000 010710 000cf6 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 0x05388 0x057e4 RWE 0x8000
Section to Segment mapping:
Segment Sections...
00 .text .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 -II:/ethernut-4.1.9-arm-3.4.3/nutbld/include -II:/ethernut-4.1.9-arm-3.4.3/nut/include timers.c -o timers.o
arm-elf-gcc timers.o -mcpu=arm7tdmi -nostartfiles -TI:/ethernut-4.1.9-arm-3.4.3/nut/arch/arm/ldscripts/at91_ram.ld -Wl,-Map=timers.map,--cref,--no-warn-mismatch -LI:/ethernut-4.1.9-arm-3.4.3/nutbld/lib I:/ethernut-4.1.9-arm-3.4.3/nutbld/lib/nutinit.o -lnutos -lnutarch -lnutdev -lnutarch -lnutcrt -o timers.c.elf
ELF File Information:
There are 15 section headers, starting at offset 0xe5fc:
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 004d6c 00 AX 0 0 4
[ 2] .data PROGBITS 00004d6c 00cd6c 0000c4 00 WA 0 0 4
[ 3] .bss NOBITS 00004e30 00ce30 00046c 00 WA 0 0 4
[ 4] .comment PROGBITS 00000000 00ce30 0002ac 00 0 0 1
[ 5] .debug_line PROGBITS 00000000 00d0dc 0005cc 00 0 0 1
[ 6] .debug_info PROGBITS 00000000 00d6a8 0006df 00 0 0 1
[ 7] .debug_abbrev PROGBITS 00000000 00dd87 00032e 00 0 0 1
[ 8] .debug_aranges PROGBITS 00000000 00e0b8 000140 00 0 0 8
[ 9] .debug_frame PROGBITS 00000000 00e1f8 0000b0 00 0 0 4
[10] .debug_pubnames PROGBITS 00000000 00e2a8 000091 00 0 0 1
[11] .debug_str PROGBITS 00000000 00e339 000231 01 MS 0 0 1
[12] .shstrtab STRTAB 00000000 00e56a 000092 00 0 0 1
[13] .symtab SYMTAB 00000000 00e854 001c40 10 14 12b 4
[14] .strtab STRTAB 00000000 010494 000b89 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 0x04e30 0x0529c RWE 0x8000
Section to Segment mapping:
Segment Sections...
00 .text .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 -II:/ethernut-4.1.9-arm-3.4.3/nutbld/include -II:/ethernut-4.1.9-arm-3.4.3/nut/include uart.c -o uart.o
uart.c: In function `NutAppMain':
uart.c:150: warning: implicit declaration of function `_write_P'
arm-elf-gcc uart.o -mcpu=arm7tdmi -nostartfiles -TI:/ethernut-4.1.9-arm-3.4.3/nut/arch/arm/ldscripts/at91_ram.ld -Wl,-Map=uart.map,--cref,--no-warn-mismatch -LI:/ethernut-4.1.9-arm-3.4.3/nutbld/lib I:/ethernut-4.1.9-arm-3.4.3/nutbld/lib/nutinit.o -lnutcrt -lnutarch -lnutdev -lnutos -lnutdev -lnutarch -o uart.c.elf
uart.o(.text+0x88): In function `NutAppMain':
: undefined reference to `_write_P'
collect2: ld returned 1 exit status
make: *** [uart.c.elf] Error 1
ELF File Information: