Compile results and segment sizes Nut/OS 4.1.4 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 -O0 -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=basemon.lst -DETHERNUT3 -IJ:/ethernut-4.1.4-arm-3.4.3/nutbld/include -IJ:/ethernut-4.1.4-arm-3.4.3/nut/include basemon.c -o basemon.o
basemon.c: In function `TestPorts':
basemon.c:207: error: `DDRB' undeclared (first use in this function)
basemon.c:207: error: (Each undeclared identifier is reported only once
basemon.c:207: error: for each function it appears in.)
basemon.c:208: error: `PORTB' undeclared (first use in this function)
basemon.c:210: error: `PINB' undeclared (first use in this function)
basemon.c:230: error: `DDRD' undeclared (first use in this function)
basemon.c:231: error: `PORTD' undeclared (first use in this function)
basemon.c:233: error: `PIND' undeclared (first use in this function)
basemon.c:249: error: `DDRE' undeclared (first use in this function)
basemon.c:250: error: `PORTE' undeclared (first use in this function)
basemon.c:252: error: `PINE' undeclared (first use in this function)
basemon.c: In function `BaseMon':
basemon.c:333: warning: unsigned int format, size_t arg (arg 2)
basemon.c:339: warning: unsigned int format, size_t arg (arg 3)
basemon.c:393: warning: implicit declaration of function `puts_P'
basemon.c: In function `NutInit':
basemon.c:488: warning: implicit declaration of function `sbi'
basemon.c:488: error: `ACSR' undeclared (first use in this function)
basemon.c:488: error: `ACD' undeclared (first use in this function)
basemon.c:494: error: `RAMEND' undeclared (first use in this function)
make: *** [basemon.o] Error 1
ELF File Information:
events
arm-elf-gcc -c -mcpu=arm7tdmi -O0 -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=events.lst -DETHERNUT3 -IJ:/ethernut-4.1.4-arm-3.4.3/nutbld/include -IJ:/ethernut-4.1.4-arm-3.4.3/nut/include events.c -o events.o
arm-elf-gcc events.o -mcpu=arm7tdmi -nostartfiles -TJ:/ethernut-4.1.4-arm-3.4.3/nut/arch/arm/ldscripts/at91_ram.ld -Wl,-Map=events.map,--cref,--no-warn-mismatch -LJ:/ethernut-4.1.4-arm-3.4.3/nutbld/lib J:/ethernut-4.1.4-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 0xf394:
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 005f80 00 AX 0 0 4
[ 2] .data PROGBITS 00005f80 00df80 0000a4 00 WA 0 0 4
[ 3] .bss NOBITS 00006024 00e024 000474 00 WA 0 0 4
[ 4] .comment PROGBITS 00000000 00e024 000264 00 0 0 1
[ 5] .debug_line PROGBITS 00000000 00e288 000401 00 0 0 1
[ 6] .debug_info PROGBITS 00000000 00e689 000577 00 0 0 1
[ 7] .debug_abbrev PROGBITS 00000000 00ec00 0002ca 00 0 0 1
[ 8] .debug_aranges PROGBITS 00000000 00eed0 0000e0 00 0 0 8
[ 9] .debug_frame PROGBITS 00000000 00efb0 0000a8 00 0 0 4
[10] .debug_pubnames PROGBITS 00000000 00f058 000091 00 0 0 1
[11] .debug_str PROGBITS 00000000 00f0e9 000217 01 MS 0 0 1
[12] .shstrtab STRTAB 00000000 00f300 000092 00 0 0 1
[13] .symtab SYMTAB 00000000 00f5ec 0018b0 10 14 fd 4
[14] .strtab STRTAB 00000000 010e9c 000ae8 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 0x06024 0x06498 RWE 0x8000
Section to Segment mapping:
Segment Sections...
00 .text .data .bss
ftpd
arm-elf-gcc -c -mcpu=arm7tdmi -O0 -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=ftpserv.lst -DETHERNUT3 -IJ:/ethernut-4.1.4-arm-3.4.3/nutbld/include -IJ:/ethernut-4.1.4-arm-3.4.3/nut/include ftpserv.c -o ftpserv.o
arm-elf-gcc ftpserv.o -mcpu=arm7tdmi -nostartfiles -TJ:/ethernut-4.1.4-arm-3.4.3/nut/arch/arm/ldscripts/at91_ram.ld -Wl,-Map=ftpserv.map,--cref,--no-warn-mismatch -LJ:/ethernut-4.1.4-arm-3.4.3/nutbld/lib J:/ethernut-4.1.4-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 0x2cc08:
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 01e390 00 AX 0 0 4
[ 2] .data PROGBITS 0001e390 026390 00066c 00 WA 0 0 4
[ 3] .bss NOBITS 0001e9fc 0269fc 000524 00 WA 0 0 4
[ 4] .comment PROGBITS 00000000 0269fc 000750 00 0 0 1
[ 5] .debug_line PROGBITS 00000000 02714c 000d2d 00 0 0 1
[ 6] .debug_info PROGBITS 00000000 027e79 003119 00 0 0 1
[ 7] .debug_abbrev PROGBITS 00000000 02af92 000bff 00 0 0 1
[ 8] .debug_aranges PROGBITS 00000000 02bb98 000240 00 0 0 8
[ 9] .debug_frame PROGBITS 00000000 02bdd8 00022c 00 0 0 4
[10] .debug_pubnames PROGBITS 00000000 02c004 0001f0 00 0 0 1
[11] .debug_str PROGBITS 00000000 02c1f4 000902 01 MS 0 0 1
[12] .debug_ranges PROGBITS 00000000 02caf6 000070 00 0 0 1
[13] .shstrtab STRTAB 00000000 02cb66 0000a0 00 0 0 1
[14] .symtab SYMTAB 00000000 02ce88 004800 10 15 311 4
[15] .strtab STRTAB 00000000 031688 0020ed 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 0x1e9fc 0x1ef20 RWE 0x8000
Section to Segment mapping:
Segment Sections...
00 .text .data .bss
httpd
arm-elf-gcc -c -mcpu=arm7tdmi -O0 -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=httpserv.lst -DETHERNUT3 -IJ:/ethernut-4.1.4-arm-3.4.3/nutbld/include -IJ:/ethernut-4.1.4-arm-3.4.3/nut/include httpserv.c -o httpserv.o
crurom -r -ourom.c sample
arm-elf-gcc -c -mcpu=arm7tdmi -O0 -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=urom.lst -DETHERNUT3 -IJ:/ethernut-4.1.4-arm-3.4.3/nutbld/include -IJ:/ethernut-4.1.4-arm-3.4.3/nut/include urom.c -o urom.o
arm-elf-gcc httpserv.o urom.o -mcpu=arm7tdmi -nostartfiles -TJ:/ethernut-4.1.4-arm-3.4.3/nut/arch/arm/ldscripts/at91_ram.ld -Wl,-Map=httpserv.map,--cref,--no-warn-mismatch -LJ:/ethernut-4.1.4-arm-3.4.3/nutbld/lib J:/ethernut-4.1.4-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 0x31908:
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 023240 00 AX 0 0 4
[ 2] .data PROGBITS 00023240 02b240 000638 00 WA 0 0 4
[ 3] .bss NOBITS 00023878 02b878 000528 00 WA 0 0 4
[ 4] .comment PROGBITS 00000000 02b878 0006e4 00 0 0 1
[ 5] .debug_line PROGBITS 00000000 02bf5c 000eb2 00 0 0 1
[ 6] .debug_info PROGBITS 00000000 02ce0e 002b6e 00 0 0 1
[ 7] .debug_abbrev PROGBITS 00000000 02f97c 000cbb 00 0 0 1
[ 8] .debug_aranges PROGBITS 00000000 030638 000280 00 0 0 8
[ 9] .debug_frame PROGBITS 00000000 0308b8 0002a4 00 0 0 4
[10] .debug_pubnames PROGBITS 00000000 030b5c 000243 00 0 0 1
[11] .debug_str PROGBITS 00000000 030d9f 0009e6 01 MS 0 0 1
[12] .debug_ranges PROGBITS 00000000 031785 0000e0 00 0 0 1
[13] .shstrtab STRTAB 00000000 031865 0000a0 00 0 0 1
[14] .symtab SYMTAB 00000000 031b88 004330 10 15 2f3 4
[15] .strtab STRTAB 00000000 035eb8 001ffe 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 0x23878 0x23da0 RWE 0x8000
Section to Segment mapping:
Segment Sections...
00 .text .data .bss
inetq
arm-elf-gcc -c -mcpu=arm7tdmi -O0 -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=inetq.lst -DETHERNUT3 -IJ:/ethernut-4.1.4-arm-3.4.3/nutbld/include -IJ:/ethernut-4.1.4-arm-3.4.3/nut/include inetq.c -o inetq.o
arm-elf-gcc inetq.o -mcpu=arm7tdmi -nostartfiles -TJ:/ethernut-4.1.4-arm-3.4.3/nut/arch/arm/ldscripts/at91_ram.ld -Wl,-Map=inetq.map,--cref,--no-warn-mismatch -LJ:/ethernut-4.1.4-arm-3.4.3/nutbld/lib J:/ethernut-4.1.4-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 0x206e8:
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 016814 00 AX 0 0 4
[ 2] .data PROGBITS 00016814 01e814 000144 00 WA 0 0 4
[ 3] .bss NOBITS 00016958 01e958 000918 00 WA 0 0 4
[ 4] .comment PROGBITS 00000000 01e958 000534 00 0 0 1
[ 5] .debug_line PROGBITS 00000000 01ee8c 000611 00 0 0 1
[ 6] .debug_info PROGBITS 00000000 01f49d 000806 00 0 0 1
[ 7] .debug_abbrev PROGBITS 00000000 01fca3 000402 00 0 0 1
[ 8] .debug_aranges PROGBITS 00000000 0200a8 000140 00 0 0 8
[ 9] .debug_frame PROGBITS 00000000 0201e8 0000f0 00 0 0 4
[10] .debug_pubnames PROGBITS 00000000 0202d8 0000cb 00 0 0 1
[11] .debug_str PROGBITS 00000000 0203a3 0002b1 01 MS 0 0 1
[12] .shstrtab STRTAB 00000000 020654 000092 00 0 0 1
[13] .symtab SYMTAB 00000000 020940 0031b0 10 14 224 4
[14] .strtab STRTAB 00000000 023af0 0017a2 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 0x16958 0x17270 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 -O0 -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=logtime.lst -DETHERNUT3 -IJ:/ethernut-4.1.4-arm-3.4.3/nutbld/include -IJ:/ethernut-4.1.4-arm-3.4.3/nut/include logtime.c -o logtime.o
arm-elf-gcc logtime.o -mcpu=arm7tdmi -nostartfiles -TJ:/ethernut-4.1.4-arm-3.4.3/nut/arch/arm/ldscripts/at91_ram.ld -Wl,-Map=logtime.map,--cref,--no-warn-mismatch -LJ:/ethernut-4.1.4-arm-3.4.3/nutbld/lib J:/ethernut-4.1.4-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 0x24508:
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 01a21c 00 AX 0 0 4
[ 2] .data PROGBITS 0001a21c 02221c 000278 00 WA 0 0 4
[ 3] .bss NOBITS 0001a494 022494 000548 00 WA 0 0 4
[ 4] .comment PROGBITS 00000000 022494 00057c 00 0 0 1
[ 5] .debug_line PROGBITS 00000000 022a10 000688 00 0 0 1
[ 6] .debug_info PROGBITS 00000000 023098 0008e6 00 0 0 1
[ 7] .debug_abbrev PROGBITS 00000000 02397e 00048b 00 0 0 1
[ 8] .debug_aranges PROGBITS 00000000 023e10 000160 00 0 0 8
[ 9] .debug_frame PROGBITS 00000000 023f70 000120 00 0 0 4
[10] .debug_pubnames PROGBITS 00000000 024090 0000e8 00 0 0 1
[11] .debug_str PROGBITS 00000000 024178 0002fc 01 MS 0 0 1
[12] .shstrtab STRTAB 00000000 024474 000092 00 0 0 1
[13] .symtab SYMTAB 00000000 024760 003960 10 14 284 4
[14] .strtab STRTAB 00000000 0280c0 001b6f 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 0x1a494 0x1a9dc RWE 0x8000
Section to Segment mapping:
Segment Sections...
00 .text .data .bss
nutpiper
arm-elf-gcc -c -mcpu=arm7tdmi -O0 -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=nutpiper.lst -DETHERNUT3 -IJ:/ethernut-4.1.4-arm-3.4.3/nutbld/include -IJ:/ethernut-4.1.4-arm-3.4.3/nut/include nutpiper.c -o nutpiper.o
arm-elf-gcc -c -mcpu=arm7tdmi -O0 -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=config.lst -DETHERNUT3 -IJ:/ethernut-4.1.4-arm-3.4.3/nutbld/include -IJ:/ethernut-4.1.4-arm-3.4.3/nut/include config.c -o config.o
arm-elf-gcc -c -mcpu=arm7tdmi -O0 -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=player.lst -DETHERNUT3 -IJ:/ethernut-4.1.4-arm-3.4.3/nutbld/include -IJ:/ethernut-4.1.4-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 -O0 -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=display.lst -DETHERNUT3 -IJ:/ethernut-4.1.4-arm-3.4.3/nutbld/include -IJ:/ethernut-4.1.4-arm-3.4.3/nut/include display.c -o display.o
arm-elf-gcc -c -mcpu=arm7tdmi -O0 -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=scanner.lst -DETHERNUT3 -IJ:/ethernut-4.1.4-arm-3.4.3/nutbld/include -IJ:/ethernut-4.1.4-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 -TJ:/ethernut-4.1.4-arm-3.4.3/nut/arch/arm/ldscripts/at91_ram.ld -Wl,-Map=nutpiper.map,--cref,--no-warn-mismatch -LJ:/ethernut-4.1.4-arm-3.4.3/nutbld/lib J:/ethernut-4.1.4-arm-3.4.3/nutbld/lib/nutinit.o -lnutarch -lnutpro -lnutos -lnutdev -lnutarch -lnutnet -lnutcrt -o nutpiper.c.elf
nutpiper.o(.text+0x24c): In function `$a':
: undefined reference to `NutIrGet'
nutpiper.o(.text+0x764): In function `$a':
: undefined reference to `VsPlayerInterrupts'
nutpiper.o(.text+0x770): In function `$a':
: undefined reference to `NutSegBufUsed'
nutpiper.o(.text+0x77c): In function `$a':
: undefined reference to `NutSegBufAvailable'
nutpiper.o(.text+0x7a0): In function `$a':
: undefined reference to `VsPlayerInterrupts'
nutpiper.o(.text+0x9e0): In function `$a':
: undefined reference to `VsSetVolume'
nutpiper.o(.text+0xa38): In function `$a':
: undefined reference to `VsSetVolume'
nutpiper.o(.text+0xaa8): In function `$a':
: undefined reference to `VsSetVolume'
nutpiper.o(.text+0xbe4): In function `NutAppMain':
: undefined reference to `NutSegBufInit'
nutpiper.o(.text+0xc34): In function `NutAppMain':
: undefined reference to `NutIrInitSony'
nutpiper.o(.text+0xcf0): In function `NutAppMain':
: undefined reference to `VsSetVolume'
nutpiper.o(.text+0xcfc): In function `NutAppMain':
: undefined reference to `VsBeep'
nutpiper.o(.text+0xd2c): In function `NutAppMain':
: undefined reference to `devLcd'
nutpiper.o(.text+0xd38): In function `NutAppMain':
: undefined reference to `devEth0'
config.o(.text+0x4c): In function `$a':
: undefined reference to `eeprom_read_byte'
config.o(.text+0x84): In function `$a':
: undefined reference to `eeprom_write_byte'
config.o(.text+0xe8): In function `ConfigSaveString':
: undefined reference to `eeprom_read_byte'
config.o(.text+0x120): In function `ConfigSaveString':
: undefined reference to `eeprom_write_byte'
config.o(.text+0x1ac): In function `ConfigLoadString':
: undefined reference to `eeprom_read_byte'
config.o(.text+0x248): In function `ConfigLoadBinary':
: undefined reference to `eeprom_read_byte'
player.o(.text+0x518): In function `Player':
: undefined reference to `VsPlayerInterrupts'
player.o(.text+0x524): In function `Player':
: undefined reference to `NutSegBufReset'
player.o(.text+0x530): In function `Player':
: undefined reference to `VsPlayerInterrupts'
player.o(.text+0x548): In function `Player':
: undefined reference to `VsPlayerInterrupts'
player.o(.text+0x55c): In function `Player':
: undefined reference to `NutSegBufWriteRequest'
player.o(.text+0x56c): In function `Player':
: undefined reference to `VsPlayerInterrupts'
player.o(.text+0x584): In function `Player':
: undefined reference to `VsGetStatus'
player.o(.text+0x598): In function `Player':
: undefined reference to `VsPlayerKick'
player.o(.text+0x64c): In function `Player':
: undefined reference to `VsPlayerInterrupts'
player.o(.text+0x668): In function `Player':
: undefined reference to `NutSegBufWriteCommit'
player.o(.text+0x678): In function `Player':
: undefined reference to `VsPlayerInterrupts'
player.o(.text+0x6f4): In function `Player':
: undefined reference to `VsGetStatus'
player.o(.text+0x70c): In function `Player':
: undefined reference to `VsPlayerInterrupts'
player.o(.text+0x718): In function `Player':
: undefined reference to `NutSegBufUsed'
player.o(.text+0x738): In function `Player':
: undefined reference to `NutSegBufUsed'
player.o(.text+0x750): In function `Player':
: undefined reference to `NutSegBufAvailable'
player.o(.text+0x76c): In function `Player':
: undefined reference to `VsPlayerKick'
player.o(.text+0x77c): In function `Player':
: undefined reference to `VsPlayerInterrupts'
player.o(.text+0x7f8): In function `Player':
: undefined reference to `VsPlayerFlush'
player.o(.text+0x7fc): In function `Player':
: undefined reference to `VsGetStatus'
player.o(.text+0x828): In function `Player':
: undefined reference to `VsPlayerReset'
player.o(.text+0x870): In function `PlayerInit':
: undefined reference to `VsPlayerInit'
player.o(.text+0x884): In function `PlayerInit':
: undefined reference to `VsPlayerReset'
J:/ethernut-4.1.4-arm-3.4.3/nutbld/lib/libnutnet.a(tcpsock.o)(.text+0x3c): In function `NutTcpDiscardBuffers':
: undefined reference to `NutNetBufFree'
J:/ethernut-4.1.4-arm-3.4.3/nutbld/lib/libnutnet.a(tcpsock.o)(.text+0x6c): In function `NutTcpDiscardBuffers':
: undefined reference to `NutNetBufFree'
J:/ethernut-4.1.4-arm-3.4.3/nutbld/lib/libnutnet.a(tcpsock.o)(.text+0x9c): In function `NutTcpDiscardBuffers':
: undefined reference to `NutNetBufFree'
J:/ethernut-4.1.4-arm-3.4.3/nutbld/lib/libnutnet.a(tcpsock.o)(.text+0xf28): In function `NutTcpReceive':
: undefined reference to `NutNetBufFree'
J:/ethernut-4.1.4-arm-3.4.3/nutbld/lib/libnutnet.a(udpsock.o)(.text+0x184): In function `NutUdpSendTo':
: undefined reference to `NutNetBufAlloc'
J:/ethernut-4.1.4-arm-3.4.3/nutbld/lib/libnutnet.a(udpsock.o)(.text+0x1ec): In function `NutUdpSendTo':
: undefined reference to `NutNetBufFree'
J:/ethernut-4.1.4-arm-3.4.3/nutbld/lib/libnutnet.a(udpsock.o)(.text+0x350): In function `NutUdpReceiveFrom':
: undefined reference to `NutNetBufFree'
J:/ethernut-4.1.4-arm-3.4.3/nutbld/lib/libnutnet.a(udpsock.o)(.text+0x3f0): In function `NutUdpDestroySocket':
: undefined reference to `NutNetBufFree'
J:/ethernut-4.1.4-arm-3.4.3/nutbld/lib/libnutnet.a(tcpout.o)(.text+0x90): In function `NutTcpOutput':
: undefined reference to `NutNetBufAlloc'
J:/ethernut-4.1.4-arm-3.4.3/nutbld/lib/libnutnet.a(tcpout.o)(.text+0x48c): In function `NutTcpOutput':
: undefined reference to `NutNetBufAlloc'
J:/ethernut-4.1.4-arm-3.4.3/nutbld/lib/libnutnet.a(tcpout.o)(.text+0x89c): In function `NutTcpOutput':
: undefined reference to `NutNetBufClone'
J:/ethernut-4.1.4-arm-3.4.3/nutbld/lib/libnutnet.a(tcpout.o)(.text+0x8e4): In function `NutTcpOutput':
: undefined reference to `NutNetBufFree'
J:/ethernut-4.1.4-arm-3.4.3/nutbld/lib/libnutnet.a(tcpout.o)(.text+0x948): In function `NutTcpReject':
: undefined reference to `NutNetBufFree'
J:/ethernut-4.1.4-arm-3.4.3/nutbld/lib/libnutnet.a(tcpout.o)(.text+0x11c4): In function `NutTcpReject':
: undefined reference to `NutNetBufFree'
J:/ethernut-4.1.4-arm-3.4.3/nutbld/lib/libnutnet.a(tcpsm.o)(.text+0x9cc): In function `NutTcpProcessAck':
: undefined reference to `NutNetBufFree'
J:/ethernut-4.1.4-arm-3.4.3/nutbld/lib/libnutnet.a(tcpsm.o)(.text+0x11d0): In function `NutTcpStateListen':
: undefined reference to `NutNetBufFree'
J:/ethernut-4.1.4-arm-3.4.3/nutbld/lib/libnutnet.a(tcpsm.o)(.text+0x1374): more undefined references to `NutNetBufFree' follow
J:/ethernut-4.1.4-arm-3.4.3/nutbld/lib/libnutnet.a(udpout.o)(.text+0x2c): In function `NutUdpOutput':
: undefined reference to `NutNetBufAlloc'
J:/ethernut-4.1.4-arm-3.4.3/nutbld/lib/libnutnet.a(ipout.o)(.text+0x2c): In function `NutIpOutput':
: undefined reference to `NutNetBufAlloc'
J:/ethernut-4.1.4-arm-3.4.3/nutbld/lib/libnutnet.a(ipout.o)(.text+0x46c): In function `NutIpOutput':
: undefined reference to `NutNetBufFree'
J:/ethernut-4.1.4-arm-3.4.3/nutbld/lib/libnutnet.a(ipout.o)(.text+0x68c): In function `NutIpOutput':
: undefined reference to `NutNetBufFree'
J:/ethernut-4.1.4-arm-3.4.3/nutbld/lib/libnutnet.a(ipout.o)(.text+0x708): In function `NutIpOutput':
: undefined reference to `NutNetBufFree'
J:/ethernut-4.1.4-arm-3.4.3/nutbld/lib/libnutnet.a(arpcache.o)(.text+0x5c8): In function `NutArpCacheQuery':
: undefined reference to `NutNetBufFree'
J:/ethernut-4.1.4-arm-3.4.3/nutbld/lib/libnutnet.a(arpout.o)(.text+0x2c): 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 -O0 -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=playmp3.lst -DETHERNUT3 -IJ:/ethernut-4.1.4-arm-3.4.3/nutbld/include -IJ:/ethernut-4.1.4-arm-3.4.3/nut/include playmp3.c -o playmp3.o
playmp3.c: In function `PlayMp3File':
playmp3.c:191: warning: int format, size_t arg (arg 2)
playmp3.c:234: warning: unsigned int format, size_t arg (arg 2)
arm-elf-gcc -c -mcpu=arm7tdmi -O0 -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=urom.lst -DETHERNUT3 -IJ:/ethernut-4.1.4-arm-3.4.3/nutbld/include -IJ:/ethernut-4.1.4-arm-3.4.3/nut/include urom.c -o urom.o
arm-elf-gcc playmp3.o urom.o -mcpu=arm7tdmi -nostartfiles -TJ:/ethernut-4.1.4-arm-3.4.3/nut/arch/arm/ldscripts/at91_ram.ld -Wl,-Map=playmp3.map,--cref,--no-warn-mismatch -LJ:/ethernut-4.1.4-arm-3.4.3/nutbld/lib J:/ethernut-4.1.4-arm-3.4.3/nutbld/lib/nutinit.o -lnutnet -lnutpro -lnutfs -lnutos -lnutdev -lnutnet -lnutcrt -o playmp3.c.elf
playmp3.o(.text+0x8c): In function `NutAppMain':
: undefined reference to `NutSegBufInit'
playmp3.o(.text+0xa4): In function `NutAppMain':
: undefined reference to `VsPlayerInit'
playmp3.o(.text+0xb8): In function `NutAppMain':
: undefined reference to `VsPlayerReset'
playmp3.o(.text+0xdc): In function `NutAppMain':
: undefined reference to `VsSetVolume'
playmp3.o(.text+0xf8): In function `NutAppMain':
: undefined reference to `VsSetVolume'
playmp3.o(.text+0x114): In function `NutAppMain':
: undefined reference to `VsSetVolume'
playmp3.o(.text+0x130): In function `NutAppMain':
: undefined reference to `VsSetVolume'
playmp3.o(.text+0x14c): In function `NutAppMain':
: undefined reference to `devDebug0'
playmp3.o(.text+0x1e8): In function `$a':
: undefined reference to `VsPlayerInterrupts'
playmp3.o(.text+0x1f4): In function `$a':
: undefined reference to `NutSegBufReset'
playmp3.o(.text+0x200): In function `$a':
: undefined reference to `VsPlayerInterrupts'
playmp3.o(.text+0x208): In function `$a':
: undefined reference to `VsPlayerInterrupts'
playmp3.o(.text+0x21c): In function `$a':
: undefined reference to `NutSegBufWriteRequest'
playmp3.o(.text+0x22c): In function `$a':
: undefined reference to `VsPlayerInterrupts'
playmp3.o(.text+0x27c): In function `$a':
: undefined reference to `VsPlayerInterrupts'
playmp3.o(.text+0x298): In function `$a':
: undefined reference to `NutSegBufWriteCommit'
playmp3.o(.text+0x2a8): In function `$a':
: undefined reference to `VsPlayerInterrupts'
playmp3.o(.text+0x2bc): In function `$a':
: undefined reference to `VsGetStatus'
playmp3.o(.text+0x2d8): In function `$a':
: undefined reference to `VsPlayerKick'
playmp3.o(.text+0x2f4): In function `$a':
: undefined reference to `VsPlayerFlush'
playmp3.o(.text+0x2f8): In function `$a':
: undefined reference to `VsGetStatus'
playmp3.o(.text+0x324): In function `$a':
: undefined reference to `VsPlayerReset'
J:/ethernut-4.1.4-arm-3.4.3/nutbld/lib/nutinit.o(.text+0x28): In function `NutIdle':
: undefined reference to `NutThreadCreate'
J:/ethernut-4.1.4-arm-3.4.3/nutbld/lib/nutinit.o(.text+0x8c): In function `NutInit':
: undefined reference to `NutThreadCreate'
J:/ethernut-4.1.4-arm-3.4.3/nutbld/lib/libnutos.a(thread.o)(.text+0x1d4): In function `NutThreadResume':
: undefined reference to `NutThreadSwitch'
J:/ethernut-4.1.4-arm-3.4.3/nutbld/lib/libnutos.a(thread.o)(.text+0x37c): In function `NutThreadSetPriority':
: undefined reference to `NutThreadSwitch'
J:/ethernut-4.1.4-arm-3.4.3/nutbld/lib/libnutos.a(timer.o)(.text+0x38): In function `NutTimerInit':
: undefined reference to `NutRegisterTimer'
J:/ethernut-4.1.4-arm-3.4.3/nutbld/lib/libnutos.a(timer.o)(.text+0x474): In function `NutTimerStart':
: undefined reference to `NutTimerMillisToTicks'
J:/ethernut-4.1.4-arm-3.4.3/nutbld/lib/libnutos.a(timer.o)(.text+0x63c): In function `NutGetSeconds':
: undefined reference to `NutGetTickClock'
J:/ethernut-4.1.4-arm-3.4.3/nutbld/lib/libnutos.a(timer.o)(.text+0x67c): In function `NutGetMillis':
: undefined reference to `NutGetTickClock'
J:/ethernut-4.1.4-arm-3.4.3/nutbld/lib/libnutos.a(timer.o)(.text+0x698): In function `NutGetMillis':
: undefined reference to `NutGetTickClock'
J:/ethernut-4.1.4-arm-3.4.3/nutbld/lib/libnutos.a(timer.o)(.text+0x6ec): In function `NutGetMillis':
: undefined reference to `NutGetTickClock'
collect2: ld returned 1 exit status
make: *** [playmp3.c.elf] Error 1
ELF File Information:
portdio
arm-elf-gcc -c -mcpu=arm7tdmi -O0 -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=portdio.lst -DETHERNUT3 -IJ:/ethernut-4.1.4-arm-3.4.3/nutbld/include -IJ:/ethernut-4.1.4-arm-3.4.3/nut/include portdio.c -o portdio.o
arm-elf-gcc portdio.o -mcpu=arm7tdmi -nostartfiles -TJ:/ethernut-4.1.4-arm-3.4.3/nut/arch/arm/ldscripts/at91_ram.ld -Wl,-Map=portdio.map,--cref,--no-warn-mismatch -LJ:/ethernut-4.1.4-arm-3.4.3/nutbld/lib J:/ethernut-4.1.4-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 0x20b5c:
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 0167cc 00 AX 0 0 4
[ 2] .data PROGBITS 000167cc 01e7cc 0000c4 00 WA 0 0 4
[ 3] .bss NOBITS 00016890 01e890 000500 00 WA 0 0 4
[ 4] .comment PROGBITS 00000000 01e890 0004ec 00 0 0 1
[ 5] .debug_line PROGBITS 00000000 01ed7c 000762 00 0 0 1
[ 6] .debug_info PROGBITS 00000000 01f4de 0009ef 00 0 0 1
[ 7] .debug_abbrev PROGBITS 00000000 01fecd 000500 00 0 0 1
[ 8] .debug_aranges PROGBITS 00000000 0203d0 000180 00 0 0 8
[ 9] .debug_frame PROGBITS 00000000 020550 000140 00 0 0 4
[10] .debug_pubnames PROGBITS 00000000 020690 000106 00 0 0 1
[11] .debug_str PROGBITS 00000000 020796 000333 01 MS 0 0 1
[12] .shstrtab STRTAB 00000000 020ac9 000092 00 0 0 1
[13] .symtab SYMTAB 00000000 020db4 003090 10 14 213 4
[14] .strtab STRTAB 00000000 023e44 001720 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 0x16890 0x16d90 RWE 0x8000
Section to Segment mapping:
Segment Sections...
00 .text .data .bss
pppc
arm-elf-gcc -c -mcpu=arm7tdmi -O0 -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=pppc.lst -DETHERNUT3 -IJ:/ethernut-4.1.4-arm-3.4.3/nutbld/include -IJ:/ethernut-4.1.4-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 -TJ:/ethernut-4.1.4-arm-3.4.3/nut/arch/arm/ldscripts/at91_ram.ld -Wl,-Map=pppc.map,--cref,--no-warn-mismatch -LJ:/ethernut-4.1.4-arm-3.4.3/nutbld/lib J:/ethernut-4.1.4-arm-3.4.3/nutbld/lib/nutinit.o -lnutpro -lnutarch -lnutnet -lnutdev -lnutarch -lnutnet -lnutos -lnutcrt -o pppc.c.elf
pppc.o(.text+0x6b0): In function `NutAppMain':
: undefined reference to `devUart0'
pppc.o(.text+0x6b4): In function `NutAppMain':
: undefined reference to `devPpp'
J:/ethernut-4.1.4-arm-3.4.3/nutbld/lib/libnutarch.a(ostimer_at91.o)(.text+0xe4): In function `NutRegisterTimer':
: undefined reference to `NutRegisterIrqHandler'
J:/ethernut-4.1.4-arm-3.4.3/nutbld/lib/libnutarch.a(ostimer_at91.o)(.text+0xf0): In function `NutRegisterTimer':
: undefined reference to `NutIrqSetPriority'
J:/ethernut-4.1.4-arm-3.4.3/nutbld/lib/libnutarch.a(ostimer_at91.o)(.text+0xf8): In function `NutRegisterTimer':
: undefined reference to `NutIrqEnable'
J:/ethernut-4.1.4-arm-3.4.3/nutbld/lib/libnutarch.a(ostimer_at91.o)(.text+0x148): In function `NutGetCpuClock':
: undefined reference to `Cy2239xGetFreq'
collect2: ld returned 1 exit status
make: *** [pppc.c.elf] Error 1
ELF File Information:
rs232d
arm-elf-gcc -c -mcpu=arm7tdmi -O0 -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=rs232d.lst -DETHERNUT3 -IJ:/ethernut-4.1.4-arm-3.4.3/nutbld/include -IJ:/ethernut-4.1.4-arm-3.4.3/nut/include rs232d.c -o rs232d.o
arm-elf-gcc rs232d.o -mcpu=arm7tdmi -nostartfiles -TJ:/ethernut-4.1.4-arm-3.4.3/nut/arch/arm/ldscripts/at91_ram.ld -Wl,-Map=rs232d.map,--cref,--no-warn-mismatch -LJ:/ethernut-4.1.4-arm-3.4.3/nutbld/lib J:/ethernut-4.1.4-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 0x21320:
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 0177dc 00 AX 0 0 4
[ 2] .data PROGBITS 000177dc 01f7dc 000190 00 WA 0 0 4
[ 3] .bss NOBITS 0001796c 01f96c 000508 00 WA 0 0 4
[ 4] .comment PROGBITS 00000000 01f96c 0004b6 00 0 0 1
[ 5] .debug_line PROGBITS 00000000 01fe22 00053d 00 0 0 1
[ 6] .debug_info PROGBITS 00000000 02035f 0006e3 00 0 0 1
[ 7] .debug_abbrev PROGBITS 00000000 020a42 00035a 00 0 0 1
[ 8] .debug_aranges PROGBITS 00000000 020da0 000120 00 0 0 8
[ 9] .debug_frame PROGBITS 00000000 020ec0 0000c8 00 0 0 4
[10] .debug_pubnames PROGBITS 00000000 020f88 0000ae 00 0 0 1
[11] .debug_str PROGBITS 00000000 021036 000257 01 MS 0 0 1
[12] .shstrtab STRTAB 00000000 02128d 000092 00 0 0 1
[13] .symtab SYMTAB 00000000 021578 003300 10 14 238 4
[14] .strtab STRTAB 00000000 024878 001946 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 0x1796c 0x17e74 RWE 0x8000
Section to Segment mapping:
Segment Sections...
00 .text .data .bss
simple
arm-elf-gcc -c -mcpu=arm7tdmi -O0 -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=simple.lst -DETHERNUT3 -IJ:/ethernut-4.1.4-arm-3.4.3/nutbld/include -IJ:/ethernut-4.1.4-arm-3.4.3/nut/include simple.c -o simple.o
arm-elf-gcc simple.o -mcpu=arm7tdmi -nostartfiles -TJ:/ethernut-4.1.4-arm-3.4.3/nut/arch/arm/ldscripts/at91_ram.ld -Wl,-Map=simple.map,--cref,--no-warn-mismatch -LJ:/ethernut-4.1.4-arm-3.4.3/nutbld/lib J:/ethernut-4.1.4-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 0xd8b8:
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 0048f0 00 AX 0 0 4
[ 2] .data PROGBITS 000048f0 00c8f0 00000c 00 WA 0 0 4
[ 3] .bss NOBITS 000048fc 00c8fc 000450 00 WA 0 0 4
[ 4] .comment PROGBITS 00000000 00c8fc 000156 00 0 0 1
[ 5] .debug_line PROGBITS 00000000 00ca52 00034f 00 0 0 1
[ 6] .debug_info PROGBITS 00000000 00cda1 0004a5 00 0 0 1
[ 7] .debug_abbrev PROGBITS 00000000 00d246 00024c 00 0 0 1
[ 8] .debug_aranges PROGBITS 00000000 00d498 0000c0 00 0 0 8
[ 9] .debug_frame PROGBITS 00000000 00d558 000088 00 0 0 4
[10] .debug_pubnames PROGBITS 00000000 00d5e0 000074 00 0 0 1
[11] .debug_str PROGBITS 00000000 00d654 0001d1 01 MS 0 0 1
[12] .shstrtab STRTAB 00000000 00d825 000092 00 0 0 1
[13] .symtab SYMTAB 00000000 00db10 0012c0 10 14 ba 4
[14] .strtab STRTAB 00000000 00edd0 0008da 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 0x048fc 0x04d4c RWE 0x8000
Section to Segment mapping:
Segment Sections...
00 .text .data .bss
tcps
arm-elf-gcc -c -mcpu=arm7tdmi -O0 -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=tcps.lst -DETHERNUT3 -IJ:/ethernut-4.1.4-arm-3.4.3/nutbld/include -IJ:/ethernut-4.1.4-arm-3.4.3/nut/include tcps.c -o tcps.o
arm-elf-gcc tcps.o -mcpu=arm7tdmi -nostartfiles -TJ:/ethernut-4.1.4-arm-3.4.3/nut/arch/arm/ldscripts/at91_ram.ld -Wl,-Map=tcps.map,--cref,--no-warn-mismatch -LJ:/ethernut-4.1.4-arm-3.4.3/nutbld/lib J:/ethernut-4.1.4-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 0x210cc:
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 016c44 00 AX 0 0 4
[ 2] .data PROGBITS 00016c44 01ec44 00013c 00 WA 0 0 4
[ 3] .bss NOBITS 00016d80 01ed80 000598 00 WA 0 0 4
[ 4] .comment PROGBITS 00000000 01ed80 00056a 00 0 0 1
[ 5] .debug_line PROGBITS 00000000 01f2ea 000762 00 0 0 1
[ 6] .debug_info PROGBITS 00000000 01fa4c 0009ef 00 0 0 1
[ 7] .debug_abbrev PROGBITS 00000000 02043b 000500 00 0 0 1
[ 8] .debug_aranges PROGBITS 00000000 020940 000180 00 0 0 8
[ 9] .debug_frame PROGBITS 00000000 020ac0 000140 00 0 0 4
[10] .debug_pubnames PROGBITS 00000000 020c00 000106 00 0 0 1
[11] .debug_str PROGBITS 00000000 020d06 000333 01 MS 0 0 1
[12] .shstrtab STRTAB 00000000 021039 000092 00 0 0 1
[13] .symtab SYMTAB 00000000 021324 003310 10 14 22f 4
[14] .strtab STRTAB 00000000 024634 001845 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 0x16d80 0x17318 RWE 0x8000
Section to Segment mapping:
Segment Sections...
00 .text .data .bss
threads
arm-elf-gcc -c -mcpu=arm7tdmi -O0 -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=threads.lst -DETHERNUT3 -IJ:/ethernut-4.1.4-arm-3.4.3/nutbld/include -IJ:/ethernut-4.1.4-arm-3.4.3/nut/include threads.c -o threads.o
arm-elf-gcc threads.o -mcpu=arm7tdmi -nostartfiles -TJ:/ethernut-4.1.4-arm-3.4.3/nut/arch/arm/ldscripts/at91_ram.ld -Wl,-Map=threads.map,--cref,--no-warn-mismatch -LJ:/ethernut-4.1.4-arm-3.4.3/nutbld/lib J:/ethernut-4.1.4-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 0x115a4:
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 0080e8 00 AX 0 0 4
[ 2] .data PROGBITS 000080e8 0100e8 000118 00 WA 0 0 4
[ 3] .bss NOBITS 00008200 010200 000460 00 WA 0 0 4
[ 4] .comment PROGBITS 00000000 010200 00029a 00 0 0 1
[ 5] .debug_line PROGBITS 00000000 01049a 000401 00 0 0 1
[ 6] .debug_info PROGBITS 00000000 01089b 000577 00 0 0 1
[ 7] .debug_abbrev PROGBITS 00000000 010e12 0002ca 00 0 0 1
[ 8] .debug_aranges PROGBITS 00000000 0110e0 0000e0 00 0 0 8
[ 9] .debug_frame PROGBITS 00000000 0111c0 0000a8 00 0 0 4
[10] .debug_pubnames PROGBITS 00000000 011268 000091 00 0 0 1
[11] .debug_str PROGBITS 00000000 0112f9 000217 01 MS 0 0 1
[12] .shstrtab STRTAB 00000000 011510 000092 00 0 0 1
[13] .symtab SYMTAB 00000000 0117fc 001c40 10 14 12d 4
[14] .strtab STRTAB 00000000 01343c 000d38 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 0x08200 0x08660 RWE 0x8000
Section to Segment mapping:
Segment Sections...
00 .text .data .bss
timers
arm-elf-gcc -c -mcpu=arm7tdmi -O0 -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=timers.lst -DETHERNUT3 -IJ:/ethernut-4.1.4-arm-3.4.3/nutbld/include -IJ:/ethernut-4.1.4-arm-3.4.3/nut/include timers.c -o timers.o
arm-elf-gcc timers.o -mcpu=arm7tdmi -nostartfiles -TJ:/ethernut-4.1.4-arm-3.4.3/nut/arch/arm/ldscripts/at91_ram.ld -Wl,-Map=timers.map,--cref,--no-warn-mismatch -LJ:/ethernut-4.1.4-arm-3.4.3/nutbld/lib J:/ethernut-4.1.4-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 0x109bc:
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 0071e0 00 AX 0 0 4
[ 2] .data PROGBITS 000071e0 00f1e0 0000c4 00 WA 0 0 4
[ 3] .bss NOBITS 000072a4 00f2a4 000470 00 WA 0 0 4
[ 4] .comment PROGBITS 00000000 00f2a4 0002ac 00 0 0 1
[ 5] .debug_line PROGBITS 00000000 00f550 0004d5 00 0 0 1
[ 6] .debug_info PROGBITS 00000000 00fa25 00069a 00 0 0 1
[ 7] .debug_abbrev PROGBITS 00000000 0100bf 000372 00 0 0 1
[ 8] .debug_aranges PROGBITS 00000000 010438 000100 00 0 0 8
[ 9] .debug_frame PROGBITS 00000000 010538 0000d0 00 0 0 4
[10] .debug_pubnames PROGBITS 00000000 010608 0000ae 00 0 0 1
[11] .debug_str PROGBITS 00000000 0106b6 000271 01 MS 0 0 1
[12] .shstrtab STRTAB 00000000 010927 000092 00 0 0 1
[13] .symtab SYMTAB 00000000 010c14 001b10 10 14 118 4
[14] .strtab STRTAB 00000000 012724 000b92 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 0x072a4 0x07714 RWE 0x8000
Section to Segment mapping:
Segment Sections...
00 .text .data .bss
uart
arm-elf-gcc -c -mcpu=arm7tdmi -O0 -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=uart.lst -DETHERNUT3 -IJ:/ethernut-4.1.4-arm-3.4.3/nutbld/include -IJ:/ethernut-4.1.4-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 -TJ:/ethernut-4.1.4-arm-3.4.3/nut/arch/arm/ldscripts/at91_ram.ld -Wl,-Map=uart.map,--cref,--no-warn-mismatch -LJ:/ethernut-4.1.4-arm-3.4.3/nutbld/lib J:/ethernut-4.1.4-arm-3.4.3/nutbld/lib/nutinit.o -lnutcrt -lnutarch -lnutdev -lnutos -lnutdev -lnutarch -o uart.c.elf
uart.o(.text+0xa8): In function `NutAppMain':
: undefined reference to `_write_P'
collect2: ld returned 1 exit status
make: *** [uart.c.elf] Error 1
ELF File Information: