Compile results and segment sizes Nut/OS 4.0.2 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.0.2-arm-3.4.3/nutbld/include -IJ:/ethernut-4.0.2-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.0.2-arm-3.4.3/nutbld/include -IJ:/ethernut-4.0.2-arm-3.4.3/nut/include events.c -o events.o
arm-elf-gcc events.o -mcpu=arm7tdmi -nostartfiles -TJ:/ethernut-4.0.2-arm-3.4.3/nut/arch/arm/ldscripts/at91_ram.ld -Wl,-Map=events.map,--cref,--no-warn-mismatch -LJ:/ethernut-4.0.2-arm-3.4.3/nutbld/lib J:/ethernut-4.0.2-arm-3.4.3/nutbld/lib/nutinit.o -lnutos -lnutarch -lnutdev -lnutcrt -o events.c.elf
ELF File Information:
There are 15 section headers, starting at offset 0xccdc:
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 003914 00 AX 0 0 4
[ 2] .data PROGBITS 00003914 00b914 0000a4 00 WA 0 0 4
[ 3] .bss NOBITS 000039b8 00b9b8 000468 00 WA 0 0 4
[ 4] .comment PROGBITS 00000000 00b9b8 00021c 00 0 0 1
[ 5] .debug_line PROGBITS 00000000 00bbd4 000401 00 0 0 1
[ 6] .debug_info PROGBITS 00000000 00bfd5 000577 00 0 0 1
[ 7] .debug_abbrev PROGBITS 00000000 00c54c 0002ca 00 0 0 1
[ 8] .debug_aranges PROGBITS 00000000 00c818 0000e0 00 0 0 8
[ 9] .debug_frame PROGBITS 00000000 00c8f8 0000a8 00 0 0 4
[10] .debug_pubnames PROGBITS 00000000 00c9a0 000091 00 0 0 1
[11] .debug_str PROGBITS 00000000 00ca31 000217 01 MS 0 0 1
[12] .shstrtab STRTAB 00000000 00cc48 000092 00 0 0 1
[13] .symtab SYMTAB 00000000 00cf34 001430 10 14 d2 4
[14] .strtab STRTAB 00000000 00e364 0008ac 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 0x039b8 0x03e20 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.0.2-arm-3.4.3/nutbld/include -IJ:/ethernut-4.0.2-arm-3.4.3/nut/include ftpserv.c -o ftpserv.o
ftpserv.c:77:2: warning: #warning Requires Ethernut 2
ftpserv.c: In function `FtpService':
ftpserv.c:214: warning: unsigned int format, size_t arg (arg 2)
ftpserv.c:216: warning: unsigned int format, size_t arg (arg 2)
arm-elf-gcc ftpserv.o -mcpu=arm7tdmi -nostartfiles -TJ:/ethernut-4.0.2-arm-3.4.3/nut/arch/arm/ldscripts/at91_ram.ld -Wl,-Map=ftpserv.map,--cref,--no-warn-mismatch -LJ:/ethernut-4.0.2-arm-3.4.3/nutbld/lib J:/ethernut-4.0.2-arm-3.4.3/nutbld/lib/nutinit.o -lnutpro -lnutfs -lnutarch -lnutnet -lnutos -lnutdev -lnutcrt -o ftpserv.c.elf
ftpserv.o(.text+0xd4): In function `FtpService':
: undefined reference to `NutFtpServerSession'
ftpserv.o(.text+0x298): In function `NutAppMain':
: undefined reference to `devPnut'
collect2: ld returned 1 exit status
make: *** [ftpserv.c.elf] Error 1
ELF File Information:
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.0.2-arm-3.4.3/nutbld/include -IJ:/ethernut-4.0.2-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.0.2-arm-3.4.3/nutbld/include -IJ:/ethernut-4.0.2-arm-3.4.3/nut/include urom.c -o urom.o
arm-elf-gcc httpserv.o urom.o -mcpu=arm7tdmi -nostartfiles -TJ:/ethernut-4.0.2-arm-3.4.3/nut/arch/arm/ldscripts/at91_ram.ld -Wl,-Map=httpserv.map,--cref,--no-warn-mismatch -LJ:/ethernut-4.0.2-arm-3.4.3/nutbld/lib J:/ethernut-4.0.2-arm-3.4.3/nutbld/lib/nutinit.o -lnutpro -lnutos -lnutarch -lnutdev -lnutnet -lnutfs -lnutcrt -o httpserv.c.elf
ELF File Information:
There are 16 section headers, starting at offset 0x30260:
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 021b78 00 AX 0 0 4
[ 2] .data PROGBITS 00021b78 029b78 00069c 00 WA 0 0 4
[ 3] .bss NOBITS 00022214 02a214 000554 00 WA 0 0 4
[ 4] .comment PROGBITS 00000000 02a214 00069c 00 0 0 1
[ 5] .debug_line PROGBITS 00000000 02a8b0 000eb2 00 0 0 1
[ 6] .debug_info PROGBITS 00000000 02b762 002b6e 00 0 0 1
[ 7] .debug_abbrev PROGBITS 00000000 02e2d0 000cbb 00 0 0 1
[ 8] .debug_aranges PROGBITS 00000000 02ef90 000280 00 0 0 8
[ 9] .debug_frame PROGBITS 00000000 02f210 0002a4 00 0 0 4
[10] .debug_pubnames PROGBITS 00000000 02f4b4 000243 00 0 0 1
[11] .debug_str PROGBITS 00000000 02f6f7 0009e6 01 MS 0 0 1
[12] .debug_ranges PROGBITS 00000000 0300dd 0000e0 00 0 0 1
[13] .shstrtab STRTAB 00000000 0301bd 0000a0 00 0 0 1
[14] .symtab SYMTAB 00000000 0304e0 004060 10 15 2db 4
[15] .strtab STRTAB 00000000 034540 001e64 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 0x22214 0x22768 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.0.2-arm-3.4.3/nutbld/include -IJ:/ethernut-4.0.2-arm-3.4.3/nut/include inetq.c -o inetq.o
arm-elf-gcc inetq.o -mcpu=arm7tdmi -nostartfiles -TJ:/ethernut-4.0.2-arm-3.4.3/nut/arch/arm/ldscripts/at91_ram.ld -Wl,-Map=inetq.map,--cref,--no-warn-mismatch -LJ:/ethernut-4.0.2-arm-3.4.3/nutbld/lib J:/ethernut-4.0.2-arm-3.4.3/nutbld/lib/nutinit.o -lnutpro -lnutos -lnutarch -lnutdev -lnutnet -lnutfs -lnutcrt -o inetq.c.elf
ELF File Information:
There are 15 section headers, starting at offset 0x1f120:
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 015230 00 AX 0 0 4
[ 2] .data PROGBITS 00015230 01d230 0001a8 00 WA 0 0 4
[ 3] .bss NOBITS 000153d8 01d3d8 000944 00 WA 0 0 4
[ 4] .comment PROGBITS 00000000 01d3d8 0004ec 00 0 0 1
[ 5] .debug_line PROGBITS 00000000 01d8c4 000611 00 0 0 1
[ 6] .debug_info PROGBITS 00000000 01ded5 000806 00 0 0 1
[ 7] .debug_abbrev PROGBITS 00000000 01e6db 000402 00 0 0 1
[ 8] .debug_aranges PROGBITS 00000000 01eae0 000140 00 0 0 8
[ 9] .debug_frame PROGBITS 00000000 01ec20 0000f0 00 0 0 4
[10] .debug_pubnames PROGBITS 00000000 01ed10 0000cb 00 0 0 1
[11] .debug_str PROGBITS 00000000 01eddb 0002b1 01 MS 0 0 1
[12] .shstrtab STRTAB 00000000 01f08c 000092 00 0 0 1
[13] .symtab SYMTAB 00000000 01f378 002ee0 10 14 20c 4
[14] .strtab STRTAB 00000000 022258 001608 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 0x153d8 0x15d1c 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.0.2-arm-3.4.3/nutbld/include -IJ:/ethernut-4.0.2-arm-3.4.3/nut/include logtime.c -o logtime.o
arm-elf-gcc logtime.o -mcpu=arm7tdmi -nostartfiles -TJ:/ethernut-4.0.2-arm-3.4.3/nut/arch/arm/ldscripts/at91_ram.ld -Wl,-Map=logtime.map,--cref,--no-warn-mismatch -LJ:/ethernut-4.0.2-arm-3.4.3/nutbld/lib J:/ethernut-4.0.2-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 0x22f70:
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 018c68 00 AX 0 0 4
[ 2] .data PROGBITS 00018c68 020c68 0002dc 00 WA 0 0 4
[ 3] .bss NOBITS 00018f44 020f44 000574 00 WA 0 0 4
[ 4] .comment PROGBITS 00000000 020f44 000534 00 0 0 1
[ 5] .debug_line PROGBITS 00000000 021478 000688 00 0 0 1
[ 6] .debug_info PROGBITS 00000000 021b00 0008e6 00 0 0 1
[ 7] .debug_abbrev PROGBITS 00000000 0223e6 00048b 00 0 0 1
[ 8] .debug_aranges PROGBITS 00000000 022878 000160 00 0 0 8
[ 9] .debug_frame PROGBITS 00000000 0229d8 000120 00 0 0 4
[10] .debug_pubnames PROGBITS 00000000 022af8 0000e8 00 0 0 1
[11] .debug_str PROGBITS 00000000 022be0 0002fc 01 MS 0 0 1
[12] .shstrtab STRTAB 00000000 022edc 000092 00 0 0 1
[13] .symtab SYMTAB 00000000 0231c8 0036d0 10 14 270 4
[14] .strtab STRTAB 00000000 026898 0019d5 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 0x18f44 0x194b8 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.0.2-arm-3.4.3/nutbld/include -IJ:/ethernut-4.0.2-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.0.2-arm-3.4.3/nutbld/include -IJ:/ethernut-4.0.2-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.0.2-arm-3.4.3/nutbld/include -IJ:/ethernut-4.0.2-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.0.2-arm-3.4.3/nutbld/include -IJ:/ethernut-4.0.2-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.0.2-arm-3.4.3/nutbld/include -IJ:/ethernut-4.0.2-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.0.2-arm-3.4.3/nut/arch/arm/ldscripts/at91_ram.ld -Wl,-Map=nutpiper.map,--cref,--no-warn-mismatch -LJ:/ethernut-4.0.2-arm-3.4.3/nutbld/lib J:/ethernut-4.0.2-arm-3.4.3/nutbld/lib/nutinit.o -lnutarch -lnutpro -lnutos -lnutdev -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'
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.0.2-arm-3.4.3/nutbld/include -IJ:/ethernut-4.0.2-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)
crurom -r -ourom.c sounds
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.0.2-arm-3.4.3/nutbld/include -IJ:/ethernut-4.0.2-arm-3.4.3/nut/include urom.c -o urom.o
arm-elf-gcc playmp3.o urom.o -mcpu=arm7tdmi -nostartfiles -TJ:/ethernut-4.0.2-arm-3.4.3/nut/arch/arm/ldscripts/at91_ram.ld -Wl,-Map=playmp3.map,--cref,--no-warn-mismatch -LJ:/ethernut-4.0.2-arm-3.4.3/nutbld/lib J:/ethernut-4.0.2-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.0.2-arm-3.4.3/nutbld/lib/nutinit.o(.text+0x28): In function `NutIdle':
: undefined reference to `NutThreadCreate'
J:/ethernut-4.0.2-arm-3.4.3/nutbld/lib/nutinit.o(.text+0x8c): In function `NutInit':
: undefined reference to `NutThreadCreate'
J:/ethernut-4.0.2-arm-3.4.3/nutbld/lib/libnutos.a(thread.o)(.text+0x1d4): In function `NutThreadResume':
: undefined reference to `NutThreadSwitch'
J:/ethernut-4.0.2-arm-3.4.3/nutbld/lib/libnutos.a(thread.o)(.text+0x37c): In function `NutThreadSetPriority':
: undefined reference to `NutThreadSwitch'
J:/ethernut-4.0.2-arm-3.4.3/nutbld/lib/libnutos.a(timer.o)(.text+0x38): In function `NutTimerInit':
: undefined reference to `NutRegisterTimer'
J:/ethernut-4.0.2-arm-3.4.3/nutbld/lib/libnutos.a(timer.o)(.text+0x474): In function `NutTimerStart':
: undefined reference to `NutTimerMillisToTicks'
J:/ethernut-4.0.2-arm-3.4.3/nutbld/lib/libnutos.a(timer.o)(.text+0x63c): In function `NutGetSeconds':
: undefined reference to `NutGetTickClock'
J:/ethernut-4.0.2-arm-3.4.3/nutbld/lib/libnutos.a(timer.o)(.text+0x67c): In function `NutGetMillis':
: undefined reference to `NutGetTickClock'
J:/ethernut-4.0.2-arm-3.4.3/nutbld/lib/libnutos.a(timer.o)(.text+0x698): In function `NutGetMillis':
: undefined reference to `NutGetTickClock'
J:/ethernut-4.0.2-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.0.2-arm-3.4.3/nutbld/include -IJ:/ethernut-4.0.2-arm-3.4.3/nut/include portdio.c -o portdio.o
arm-elf-gcc portdio.o -mcpu=arm7tdmi -nostartfiles -TJ:/ethernut-4.0.2-arm-3.4.3/nut/arch/arm/ldscripts/at91_ram.ld -Wl,-Map=portdio.map,--cref,--no-warn-mismatch -LJ:/ethernut-4.0.2-arm-3.4.3/nutbld/lib J:/ethernut-4.0.2-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 0x1f5ec:
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 015240 00 AX 0 0 4
[ 2] .data PROGBITS 00015240 01d240 000128 00 WA 0 0 4
[ 3] .bss NOBITS 00015368 01d368 00052c 00 WA 0 0 4
[ 4] .comment PROGBITS 00000000 01d368 0004a4 00 0 0 1
[ 5] .debug_line PROGBITS 00000000 01d80c 000762 00 0 0 1
[ 6] .debug_info PROGBITS 00000000 01df6e 0009ef 00 0 0 1
[ 7] .debug_abbrev PROGBITS 00000000 01e95d 000500 00 0 0 1
[ 8] .debug_aranges PROGBITS 00000000 01ee60 000180 00 0 0 8
[ 9] .debug_frame PROGBITS 00000000 01efe0 000140 00 0 0 4
[10] .debug_pubnames PROGBITS 00000000 01f120 000106 00 0 0 1
[11] .debug_str PROGBITS 00000000 01f226 000333 01 MS 0 0 1
[12] .shstrtab STRTAB 00000000 01f559 000092 00 0 0 1
[13] .symtab SYMTAB 00000000 01f844 002e00 10 14 1ff 4
[14] .strtab STRTAB 00000000 022644 001586 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 0x15368 0x15894 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.0.2-arm-3.4.3/nutbld/include -IJ:/ethernut-4.0.2-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.0.2-arm-3.4.3/nut/arch/arm/ldscripts/at91_ram.ld -Wl,-Map=pppc.map,--cref,--no-warn-mismatch -LJ:/ethernut-4.0.2-arm-3.4.3/nutbld/lib J:/ethernut-4.0.2-arm-3.4.3/nutbld/lib/nutinit.o -lnutpro -lnutarch -lnutnet -lnutdev -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.0.2-arm-3.4.3/nutbld/lib/libnutnet.a(ifconfig.o)(.text+0x308): In function `NutNetIfSetup':
: undefined reference to `NutNetSaveConfig'
J:/ethernut-4.0.2-arm-3.4.3/nutbld/lib/libnutnet.a(ifconfig.o)(.text+0x324): In function `NutNetIfSetup':
: undefined reference to `confnet'
J:/ethernut-4.0.2-arm-3.4.3/nutbld/lib/libnutnet.a(ifconfig.o)(.text+0x32c): In function `NutNetIfSetup':
: undefined reference to `confnet'
J:/ethernut-4.0.2-arm-3.4.3/nutbld/lib/libnutnet.a(ifconfig.o)(.text+0x330): In function `NutNetIfSetup':
: undefined reference to `confnet'
J:/ethernut-4.0.2-arm-3.4.3/nutbld/lib/libnutdev.a(chat.o)(.text+0x5d8): In function `$a':
: undefined reference to `NutDelay'
J:/ethernut-4.0.2-arm-3.4.3/nutbld/lib/libnutdev.a(chat.o)(.text+0x6f4): In function `$a':
: undefined reference to `NutDelay'
J:/ethernut-4.0.2-arm-3.4.3/nutbld/lib/libnutos.a(timer.o)(.text+0x38): In function `NutTimerInit':
: undefined reference to `NutRegisterTimer'
J:/ethernut-4.0.2-arm-3.4.3/nutbld/lib/libnutos.a(timer.o)(.text+0x474): In function `NutTimerStart':
: undefined reference to `NutTimerMillisToTicks'
J:/ethernut-4.0.2-arm-3.4.3/nutbld/lib/libnutos.a(timer.o)(.text+0x63c): In function `NutGetSeconds':
: undefined reference to `NutGetTickClock'
J:/ethernut-4.0.2-arm-3.4.3/nutbld/lib/libnutos.a(timer.o)(.text+0x67c): In function `NutGetMillis':
: undefined reference to `NutGetTickClock'
J:/ethernut-4.0.2-arm-3.4.3/nutbld/lib/libnutos.a(timer.o)(.text+0x698): In function `NutGetMillis':
: undefined reference to `NutGetTickClock'
J:/ethernut-4.0.2-arm-3.4.3/nutbld/lib/libnutos.a(timer.o)(.text+0x6ec): In function `NutGetMillis':
: undefined reference to `NutGetTickClock'
J:/ethernut-4.0.2-arm-3.4.3/nutbld/lib/libnutos.a(event.o)(.text+0xf4): In function `NutEventWait':
: undefined reference to `NutTimerMillisToTicks'
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.0.2-arm-3.4.3/nutbld/include -IJ:/ethernut-4.0.2-arm-3.4.3/nut/include rs232d.c -o rs232d.o
arm-elf-gcc rs232d.o -mcpu=arm7tdmi -nostartfiles -TJ:/ethernut-4.0.2-arm-3.4.3/nut/arch/arm/ldscripts/at91_ram.ld -Wl,-Map=rs232d.map,--cref,--no-warn-mismatch -LJ:/ethernut-4.0.2-arm-3.4.3/nutbld/lib J:/ethernut-4.0.2-arm-3.4.3/nutbld/lib/nutinit.o -lnutpro -lnutos -lnutarch -lnutdev -lnutfs -lnutnet -lnutcrt -o rs232d.c.elf
ELF File Information:
There are 15 section headers, starting at offset 0x1fd90:
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 016230 00 AX 0 0 4
[ 2] .data PROGBITS 00016230 01e230 0001f4 00 WA 0 0 4
[ 3] .bss NOBITS 00016424 01e424 000534 00 WA 0 0 4
[ 4] .comment PROGBITS 00000000 01e424 00046e 00 0 0 1
[ 5] .debug_line PROGBITS 00000000 01e892 00053d 00 0 0 1
[ 6] .debug_info PROGBITS 00000000 01edcf 0006e3 00 0 0 1
[ 7] .debug_abbrev PROGBITS 00000000 01f4b2 00035a 00 0 0 1
[ 8] .debug_aranges PROGBITS 00000000 01f810 000120 00 0 0 8
[ 9] .debug_frame PROGBITS 00000000 01f930 0000c8 00 0 0 4
[10] .debug_pubnames PROGBITS 00000000 01f9f8 0000ae 00 0 0 1
[11] .debug_str PROGBITS 00000000 01faa6 000257 01 MS 0 0 1
[12] .shstrtab STRTAB 00000000 01fcfd 000092 00 0 0 1
[13] .symtab SYMTAB 00000000 01ffe8 003070 10 14 224 4
[14] .strtab STRTAB 00000000 023058 0017ac 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 0x16424 0x16958 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.0.2-arm-3.4.3/nutbld/include -IJ:/ethernut-4.0.2-arm-3.4.3/nut/include simple.c -o simple.o
arm-elf-gcc simple.o -mcpu=arm7tdmi -nostartfiles -TJ:/ethernut-4.0.2-arm-3.4.3/nut/arch/arm/ldscripts/at91_ram.ld -Wl,-Map=simple.map,--cref,--no-warn-mismatch -LJ:/ethernut-4.0.2-arm-3.4.3/nutbld/lib J:/ethernut-4.0.2-arm-3.4.3/nutbld/lib/nutinit.o -lnutos -lnutarch -lnutdev -o simple.c.elf
ELF File Information:
There are 15 section headers, starting at offset 0xb1f0:
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 002284 00 AX 0 0 4
[ 2] .data PROGBITS 00002284 00a284 00000c 00 WA 0 0 4
[ 3] .bss NOBITS 00002290 00a290 000444 00 WA 0 0 4
[ 4] .comment PROGBITS 00000000 00a290 0000fc 00 0 0 1
[ 5] .debug_line PROGBITS 00000000 00a38c 00034f 00 0 0 1
[ 6] .debug_info PROGBITS 00000000 00a6db 0004a5 00 0 0 1
[ 7] .debug_abbrev PROGBITS 00000000 00ab80 00024c 00 0 0 1
[ 8] .debug_aranges PROGBITS 00000000 00add0 0000c0 00 0 0 8
[ 9] .debug_frame PROGBITS 00000000 00ae90 000088 00 0 0 4
[10] .debug_pubnames PROGBITS 00000000 00af18 000074 00 0 0 1
[11] .debug_str PROGBITS 00000000 00af8c 0001d1 01 MS 0 0 1
[12] .shstrtab STRTAB 00000000 00b15d 000092 00 0 0 1
[13] .symtab SYMTAB 00000000 00b448 000e40 10 14 91 4
[14] .strtab STRTAB 00000000 00c288 000689 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 0x02290 0x026d4 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.0.2-arm-3.4.3/nutbld/include -IJ:/ethernut-4.0.2-arm-3.4.3/nut/include tcps.c -o tcps.o
arm-elf-gcc tcps.o -mcpu=arm7tdmi -nostartfiles -TJ:/ethernut-4.0.2-arm-3.4.3/nut/arch/arm/ldscripts/at91_ram.ld -Wl,-Map=tcps.map,--cref,--no-warn-mismatch -LJ:/ethernut-4.0.2-arm-3.4.3/nutbld/lib J:/ethernut-4.0.2-arm-3.4.3/nutbld/lib/nutinit.o -lnutpro -lnutos -lnutarch -lnutdev -lnutnet -lnutfs -lnutcrt -o tcps.c.elf
ELF File Information:
There are 15 section headers, starting at offset 0x1fafc:
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 015658 00 AX 0 0 4
[ 2] .data PROGBITS 00015658 01d658 0001a0 00 WA 0 0 4
[ 3] .bss NOBITS 000157f8 01d7f8 0005c4 00 WA 0 0 4
[ 4] .comment PROGBITS 00000000 01d7f8 000522 00 0 0 1
[ 5] .debug_line PROGBITS 00000000 01dd1a 000762 00 0 0 1
[ 6] .debug_info PROGBITS 00000000 01e47c 0009ef 00 0 0 1
[ 7] .debug_abbrev PROGBITS 00000000 01ee6b 000500 00 0 0 1
[ 8] .debug_aranges PROGBITS 00000000 01f370 000180 00 0 0 8
[ 9] .debug_frame PROGBITS 00000000 01f4f0 000140 00 0 0 4
[10] .debug_pubnames PROGBITS 00000000 01f630 000106 00 0 0 1
[11] .debug_str PROGBITS 00000000 01f736 000333 01 MS 0 0 1
[12] .shstrtab STRTAB 00000000 01fa69 000092 00 0 0 1
[13] .symtab SYMTAB 00000000 01fd54 003040 10 14 217 4
[14] .strtab STRTAB 00000000 022d94 0016ab 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 0x157f8 0x15dbc 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.0.2-arm-3.4.3/nutbld/include -IJ:/ethernut-4.0.2-arm-3.4.3/nut/include threads.c -o threads.o
arm-elf-gcc threads.o -mcpu=arm7tdmi -nostartfiles -TJ:/ethernut-4.0.2-arm-3.4.3/nut/arch/arm/ldscripts/at91_ram.ld -Wl,-Map=threads.map,--cref,--no-warn-mismatch -LJ:/ethernut-4.0.2-arm-3.4.3/nutbld/lib J:/ethernut-4.0.2-arm-3.4.3/nutbld/lib/nutinit.o -lnutos -lnutarch -lnutdev -lnutos -lnutcrt -o threads.c.elf
ELF File Information:
There are 15 section headers, starting at offset 0xef24:
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 005ab4 00 AX 0 0 4
[ 2] .data PROGBITS 00005ab4 00dab4 000118 00 WA 0 0 4
[ 3] .bss NOBITS 00005bcc 00dbcc 000454 00 WA 0 0 4
[ 4] .comment PROGBITS 00000000 00dbcc 000252 00 0 0 1
[ 5] .debug_line PROGBITS 00000000 00de1e 000401 00 0 0 1
[ 6] .debug_info PROGBITS 00000000 00e21f 000577 00 0 0 1
[ 7] .debug_abbrev PROGBITS 00000000 00e796 0002ca 00 0 0 1
[ 8] .debug_aranges PROGBITS 00000000 00ea60 0000e0 00 0 0 8
[ 9] .debug_frame PROGBITS 00000000 00eb40 0000a8 00 0 0 4
[10] .debug_pubnames PROGBITS 00000000 00ebe8 000091 00 0 0 1
[11] .debug_str PROGBITS 00000000 00ec79 000217 01 MS 0 0 1
[12] .shstrtab STRTAB 00000000 00ee90 000092 00 0 0 1
[13] .symtab SYMTAB 00000000 00f17c 001800 10 14 106 4
[14] .strtab STRTAB 00000000 01097c 000afc 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 0x05bcc 0x06020 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.0.2-arm-3.4.3/nutbld/include -IJ:/ethernut-4.0.2-arm-3.4.3/nut/include timers.c -o timers.o
arm-elf-gcc timers.o -mcpu=arm7tdmi -nostartfiles -TJ:/ethernut-4.0.2-arm-3.4.3/nut/arch/arm/ldscripts/at91_ram.ld -Wl,-Map=timers.map,--cref,--no-warn-mismatch -LJ:/ethernut-4.0.2-arm-3.4.3/nutbld/lib J:/ethernut-4.0.2-arm-3.4.3/nutbld/lib/nutinit.o -lnutos -lnutarch -lnutdev -lnutcrt -o timers.c.elf
ELF File Information:
There are 15 section headers, starting at offset 0xe304:
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 004b74 00 AX 0 0 4
[ 2] .data PROGBITS 00004b74 00cb74 0000c4 00 WA 0 0 4
[ 3] .bss NOBITS 00004c38 00cc38 000464 00 WA 0 0 4
[ 4] .comment PROGBITS 00000000 00cc38 000264 00 0 0 1
[ 5] .debug_line PROGBITS 00000000 00ce9c 0004d5 00 0 0 1
[ 6] .debug_info PROGBITS 00000000 00d371 00069a 00 0 0 1
[ 7] .debug_abbrev PROGBITS 00000000 00da0b 000372 00 0 0 1
[ 8] .debug_aranges PROGBITS 00000000 00dd80 000100 00 0 0 8
[ 9] .debug_frame PROGBITS 00000000 00de80 0000d0 00 0 0 4
[10] .debug_pubnames PROGBITS 00000000 00df50 0000ae 00 0 0 1
[11] .debug_str PROGBITS 00000000 00dffe 000271 01 MS 0 0 1
[12] .shstrtab STRTAB 00000000 00e26f 000092 00 0 0 1
[13] .symtab SYMTAB 00000000 00e55c 001690 10 14 ed 4
[14] .strtab STRTAB 00000000 00fbec 000956 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 0x04c38 0x0509c 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.0.2-arm-3.4.3/nutbld/include -IJ:/ethernut-4.0.2-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.0.2-arm-3.4.3/nut/arch/arm/ldscripts/at91_ram.ld -Wl,-Map=uart.map,--cref,--no-warn-mismatch -LJ:/ethernut-4.0.2-arm-3.4.3/nutbld/lib J:/ethernut-4.0.2-arm-3.4.3/nutbld/lib/nutinit.o -lnutarch -lnutdev -lnutos -lnutcrt -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: