Compile results and segment sizes Nut/OS 4.0.3 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.3-arm-3.4.3/nutbld/include -IJ:/ethernut-4.0.3-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.3-arm-3.4.3/nutbld/include -IJ:/ethernut-4.0.3-arm-3.4.3/nut/include events.c -o events.o
arm-elf-gcc events.o -mcpu=arm7tdmi -nostartfiles -TJ:/ethernut-4.0.3-arm-3.4.3/nut/arch/arm/ldscripts/at91_ram.ld -Wl,-Map=events.map,--cref,--no-warn-mismatch -LJ:/ethernut-4.0.3-arm-3.4.3/nutbld/lib J:/ethernut-4.0.3-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 0xcd2c:
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 003960 00 AX 0 0 4
[ 2] .data PROGBITS 00003960 00b960 0000a4 00 WA 0 0 4
[ 3] .bss NOBITS 00003a04 00ba04 000468 00 WA 0 0 4
[ 4] .comment PROGBITS 00000000 00ba04 00021c 00 0 0 1
[ 5] .debug_line PROGBITS 00000000 00bc20 000401 00 0 0 1
[ 6] .debug_info PROGBITS 00000000 00c021 000577 00 0 0 1
[ 7] .debug_abbrev PROGBITS 00000000 00c598 0002ca 00 0 0 1
[ 8] .debug_aranges PROGBITS 00000000 00c868 0000e0 00 0 0 8
[ 9] .debug_frame PROGBITS 00000000 00c948 0000a8 00 0 0 4
[10] .debug_pubnames PROGBITS 00000000 00c9f0 000091 00 0 0 1
[11] .debug_str PROGBITS 00000000 00ca81 000217 01 MS 0 0 1
[12] .shstrtab STRTAB 00000000 00cc98 000092 00 0 0 1
[13] .symtab SYMTAB 00000000 00cf84 001440 10 14 d3 4
[14] .strtab STRTAB 00000000 00e3c4 0008ba 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 0x03a04 0x03e6c 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.3-arm-3.4.3/nutbld/include -IJ:/ethernut-4.0.3-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.3-arm-3.4.3/nut/arch/arm/ldscripts/at91_ram.ld -Wl,-Map=ftpserv.map,--cref,--no-warn-mismatch -LJ:/ethernut-4.0.3-arm-3.4.3/nutbld/lib J:/ethernut-4.0.3-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.3-arm-3.4.3/nutbld/include -IJ:/ethernut-4.0.3-arm-3.4.3/nut/include httpserv.c -o httpserv.o
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.3-arm-3.4.3/nutbld/include -IJ:/ethernut-4.0.3-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.3-arm-3.4.3/nut/arch/arm/ldscripts/at91_ram.ld -Wl,-Map=httpserv.map,--cref,--no-warn-mismatch -LJ:/ethernut-4.0.3-arm-3.4.3/nutbld/lib J:/ethernut-4.0.3-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 0x302a8:
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 021bc4 00 AX 0 0 4
[ 2] .data PROGBITS 00021bc4 029bc4 00069c 00 WA 0 0 4
[ 3] .bss NOBITS 00022260 02a260 000554 00 WA 0 0 4
[ 4] .comment PROGBITS 00000000 02a260 00069c 00 0 0 1
[ 5] .debug_line PROGBITS 00000000 02a8fc 000eb2 00 0 0 1
[ 6] .debug_info PROGBITS 00000000 02b7ae 002b6e 00 0 0 1
[ 7] .debug_abbrev PROGBITS 00000000 02e31c 000cbb 00 0 0 1
[ 8] .debug_aranges PROGBITS 00000000 02efd8 000280 00 0 0 8
[ 9] .debug_frame PROGBITS 00000000 02f258 0002a4 00 0 0 4
[10] .debug_pubnames PROGBITS 00000000 02f4fc 000243 00 0 0 1
[11] .debug_str PROGBITS 00000000 02f73f 0009e6 01 MS 0 0 1
[12] .debug_ranges PROGBITS 00000000 030125 0000e0 00 0 0 1
[13] .shstrtab STRTAB 00000000 030205 0000a0 00 0 0 1
[14] .symtab SYMTAB 00000000 030528 004070 10 15 2dc 4
[15] .strtab STRTAB 00000000 034598 001e72 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 0x22260 0x227b4 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.3-arm-3.4.3/nutbld/include -IJ:/ethernut-4.0.3-arm-3.4.3/nut/include inetq.c -o inetq.o
arm-elf-gcc inetq.o -mcpu=arm7tdmi -nostartfiles -TJ:/ethernut-4.0.3-arm-3.4.3/nut/arch/arm/ldscripts/at91_ram.ld -Wl,-Map=inetq.map,--cref,--no-warn-mismatch -LJ:/ethernut-4.0.3-arm-3.4.3/nutbld/lib J:/ethernut-4.0.3-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 0x1f170:
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 01527c 00 AX 0 0 4
[ 2] .data PROGBITS 0001527c 01d27c 0001a8 00 WA 0 0 4
[ 3] .bss NOBITS 00015424 01d424 000944 00 WA 0 0 4
[ 4] .comment PROGBITS 00000000 01d424 0004ec 00 0 0 1
[ 5] .debug_line PROGBITS 00000000 01d910 000611 00 0 0 1
[ 6] .debug_info PROGBITS 00000000 01df21 000806 00 0 0 1
[ 7] .debug_abbrev PROGBITS 00000000 01e727 000402 00 0 0 1
[ 8] .debug_aranges PROGBITS 00000000 01eb30 000140 00 0 0 8
[ 9] .debug_frame PROGBITS 00000000 01ec70 0000f0 00 0 0 4
[10] .debug_pubnames PROGBITS 00000000 01ed60 0000cb 00 0 0 1
[11] .debug_str PROGBITS 00000000 01ee2b 0002b1 01 MS 0 0 1
[12] .shstrtab STRTAB 00000000 01f0dc 000092 00 0 0 1
[13] .symtab SYMTAB 00000000 01f3c8 002ef0 10 14 20d 4
[14] .strtab STRTAB 00000000 0222b8 001616 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 0x15424 0x15d68 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.3-arm-3.4.3/nutbld/include -IJ:/ethernut-4.0.3-arm-3.4.3/nut/include logtime.c -o logtime.o
arm-elf-gcc logtime.o -mcpu=arm7tdmi -nostartfiles -TJ:/ethernut-4.0.3-arm-3.4.3/nut/arch/arm/ldscripts/at91_ram.ld -Wl,-Map=logtime.map,--cref,--no-warn-mismatch -LJ:/ethernut-4.0.3-arm-3.4.3/nutbld/lib J:/ethernut-4.0.3-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 0x22fb8:
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 018cb4 00 AX 0 0 4
[ 2] .data PROGBITS 00018cb4 020cb4 0002dc 00 WA 0 0 4
[ 3] .bss NOBITS 00018f90 020f90 000574 00 WA 0 0 4
[ 4] .comment PROGBITS 00000000 020f90 000534 00 0 0 1
[ 5] .debug_line PROGBITS 00000000 0214c4 000688 00 0 0 1
[ 6] .debug_info PROGBITS 00000000 021b4c 0008e6 00 0 0 1
[ 7] .debug_abbrev PROGBITS 00000000 022432 00048b 00 0 0 1
[ 8] .debug_aranges PROGBITS 00000000 0228c0 000160 00 0 0 8
[ 9] .debug_frame PROGBITS 00000000 022a20 000120 00 0 0 4
[10] .debug_pubnames PROGBITS 00000000 022b40 0000e8 00 0 0 1
[11] .debug_str PROGBITS 00000000 022c28 0002fc 01 MS 0 0 1
[12] .shstrtab STRTAB 00000000 022f24 000092 00 0 0 1
[13] .symtab SYMTAB 00000000 023210 0036e0 10 14 271 4
[14] .strtab STRTAB 00000000 0268f0 0019e3 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 0x18f90 0x19504 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.3-arm-3.4.3/nutbld/include -IJ:/ethernut-4.0.3-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.3-arm-3.4.3/nutbld/include -IJ:/ethernut-4.0.3-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.3-arm-3.4.3/nutbld/include -IJ:/ethernut-4.0.3-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.3-arm-3.4.3/nutbld/include -IJ:/ethernut-4.0.3-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.3-arm-3.4.3/nutbld/include -IJ:/ethernut-4.0.3-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.3-arm-3.4.3/nut/arch/arm/ldscripts/at91_ram.ld -Wl,-Map=nutpiper.map,--cref,--no-warn-mismatch -LJ:/ethernut-4.0.3-arm-3.4.3/nutbld/lib J:/ethernut-4.0.3-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.3-arm-3.4.3/nutbld/include -IJ:/ethernut-4.0.3-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.0.3-arm-3.4.3/nutbld/include -IJ:/ethernut-4.0.3-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.3-arm-3.4.3/nut/arch/arm/ldscripts/at91_ram.ld -Wl,-Map=playmp3.map,--cref,--no-warn-mismatch -LJ:/ethernut-4.0.3-arm-3.4.3/nutbld/lib J:/ethernut-4.0.3-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.3-arm-3.4.3/nutbld/lib/nutinit.o(.text+0x4c): In function `NutIdle':
: undefined reference to `NutThreadCreate'
J:/ethernut-4.0.3-arm-3.4.3/nutbld/lib/nutinit.o(.text+0xc0): In function `NutInit':
: undefined reference to `NutThreadCreate'
J:/ethernut-4.0.3-arm-3.4.3/nutbld/lib/libnutos.a(thread.o)(.text+0x1d4): In function `NutThreadResume':
: undefined reference to `NutThreadSwitch'
J:/ethernut-4.0.3-arm-3.4.3/nutbld/lib/libnutos.a(thread.o)(.text+0x37c): In function `NutThreadSetPriority':
: undefined reference to `NutThreadSwitch'
J:/ethernut-4.0.3-arm-3.4.3/nutbld/lib/libnutos.a(timer.o)(.text+0x38): In function `NutTimerInit':
: undefined reference to `NutRegisterTimer'
J:/ethernut-4.0.3-arm-3.4.3/nutbld/lib/libnutos.a(timer.o)(.text+0x474): In function `NutTimerStart':
: undefined reference to `NutTimerMillisToTicks'
J:/ethernut-4.0.3-arm-3.4.3/nutbld/lib/libnutos.a(timer.o)(.text+0x63c): In function `NutGetSeconds':
: undefined reference to `NutGetTickClock'
J:/ethernut-4.0.3-arm-3.4.3/nutbld/lib/libnutos.a(timer.o)(.text+0x67c): In function `NutGetMillis':
: undefined reference to `NutGetTickClock'
J:/ethernut-4.0.3-arm-3.4.3/nutbld/lib/libnutos.a(timer.o)(.text+0x698): In function `NutGetMillis':
: undefined reference to `NutGetTickClock'
J:/ethernut-4.0.3-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.3-arm-3.4.3/nutbld/include -IJ:/ethernut-4.0.3-arm-3.4.3/nut/include portdio.c -o portdio.o
arm-elf-gcc portdio.o -mcpu=arm7tdmi -nostartfiles -TJ:/ethernut-4.0.3-arm-3.4.3/nut/arch/arm/ldscripts/at91_ram.ld -Wl,-Map=portdio.map,--cref,--no-warn-mismatch -LJ:/ethernut-4.0.3-arm-3.4.3/nutbld/lib J:/ethernut-4.0.3-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 0x1f63c:
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 01528c 00 AX 0 0 4
[ 2] .data PROGBITS 0001528c 01d28c 000128 00 WA 0 0 4
[ 3] .bss NOBITS 000153b4 01d3b4 00052c 00 WA 0 0 4
[ 4] .comment PROGBITS 00000000 01d3b4 0004a4 00 0 0 1
[ 5] .debug_line PROGBITS 00000000 01d858 000762 00 0 0 1
[ 6] .debug_info PROGBITS 00000000 01dfba 0009ef 00 0 0 1
[ 7] .debug_abbrev PROGBITS 00000000 01e9a9 000500 00 0 0 1
[ 8] .debug_aranges PROGBITS 00000000 01eeb0 000180 00 0 0 8
[ 9] .debug_frame PROGBITS 00000000 01f030 000140 00 0 0 4
[10] .debug_pubnames PROGBITS 00000000 01f170 000106 00 0 0 1
[11] .debug_str PROGBITS 00000000 01f276 000333 01 MS 0 0 1
[12] .shstrtab STRTAB 00000000 01f5a9 000092 00 0 0 1
[13] .symtab SYMTAB 00000000 01f894 002e10 10 14 200 4
[14] .strtab STRTAB 00000000 0226a4 001594 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 0x153b4 0x158e0 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.3-arm-3.4.3/nutbld/include -IJ:/ethernut-4.0.3-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.3-arm-3.4.3/nut/arch/arm/ldscripts/at91_ram.ld -Wl,-Map=pppc.map,--cref,--no-warn-mismatch -LJ:/ethernut-4.0.3-arm-3.4.3/nutbld/lib J:/ethernut-4.0.3-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.3-arm-3.4.3/nutbld/lib/libnutnet.a(ifconfig.o)(.text+0x308): In function `NutNetIfSetup':
: undefined reference to `NutNetSaveConfig'
J:/ethernut-4.0.3-arm-3.4.3/nutbld/lib/libnutnet.a(ifconfig.o)(.text+0x324): In function `NutNetIfSetup':
: undefined reference to `confnet'
J:/ethernut-4.0.3-arm-3.4.3/nutbld/lib/libnutnet.a(ifconfig.o)(.text+0x32c): In function `NutNetIfSetup':
: undefined reference to `confnet'
J:/ethernut-4.0.3-arm-3.4.3/nutbld/lib/libnutnet.a(ifconfig.o)(.text+0x330): In function `NutNetIfSetup':
: undefined reference to `confnet'
J:/ethernut-4.0.3-arm-3.4.3/nutbld/lib/libnutdev.a(chat.o)(.text+0x5d8): In function `$a':
: undefined reference to `NutDelay'
J:/ethernut-4.0.3-arm-3.4.3/nutbld/lib/libnutdev.a(chat.o)(.text+0x6f4): In function `$a':
: undefined reference to `NutDelay'
J:/ethernut-4.0.3-arm-3.4.3/nutbld/lib/libnutos.a(timer.o)(.text+0x38): In function `NutTimerInit':
: undefined reference to `NutRegisterTimer'
J:/ethernut-4.0.3-arm-3.4.3/nutbld/lib/libnutos.a(timer.o)(.text+0x474): In function `NutTimerStart':
: undefined reference to `NutTimerMillisToTicks'
J:/ethernut-4.0.3-arm-3.4.3/nutbld/lib/libnutos.a(timer.o)(.text+0x63c): In function `NutGetSeconds':
: undefined reference to `NutGetTickClock'
J:/ethernut-4.0.3-arm-3.4.3/nutbld/lib/libnutos.a(timer.o)(.text+0x67c): In function `NutGetMillis':
: undefined reference to `NutGetTickClock'
J:/ethernut-4.0.3-arm-3.4.3/nutbld/lib/libnutos.a(timer.o)(.text+0x698): In function `NutGetMillis':
: undefined reference to `NutGetTickClock'
J:/ethernut-4.0.3-arm-3.4.3/nutbld/lib/libnutos.a(timer.o)(.text+0x6ec): In function `NutGetMillis':
: undefined reference to `NutGetTickClock'
J:/ethernut-4.0.3-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.3-arm-3.4.3/nutbld/include -IJ:/ethernut-4.0.3-arm-3.4.3/nut/include rs232d.c -o rs232d.o
arm-elf-gcc rs232d.o -mcpu=arm7tdmi -nostartfiles -TJ:/ethernut-4.0.3-arm-3.4.3/nut/arch/arm/ldscripts/at91_ram.ld -Wl,-Map=rs232d.map,--cref,--no-warn-mismatch -LJ:/ethernut-4.0.3-arm-3.4.3/nutbld/lib J:/ethernut-4.0.3-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 0x1fdd8:
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 01627c 00 AX 0 0 4
[ 2] .data PROGBITS 0001627c 01e27c 0001f4 00 WA 0 0 4
[ 3] .bss NOBITS 00016470 01e470 000534 00 WA 0 0 4
[ 4] .comment PROGBITS 00000000 01e470 00046e 00 0 0 1
[ 5] .debug_line PROGBITS 00000000 01e8de 00053d 00 0 0 1
[ 6] .debug_info PROGBITS 00000000 01ee1b 0006e3 00 0 0 1
[ 7] .debug_abbrev PROGBITS 00000000 01f4fe 00035a 00 0 0 1
[ 8] .debug_aranges PROGBITS 00000000 01f858 000120 00 0 0 8
[ 9] .debug_frame PROGBITS 00000000 01f978 0000c8 00 0 0 4
[10] .debug_pubnames PROGBITS 00000000 01fa40 0000ae 00 0 0 1
[11] .debug_str PROGBITS 00000000 01faee 000257 01 MS 0 0 1
[12] .shstrtab STRTAB 00000000 01fd45 000092 00 0 0 1
[13] .symtab SYMTAB 00000000 020030 003080 10 14 225 4
[14] .strtab STRTAB 00000000 0230b0 0017ba 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 0x16470 0x169a4 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.3-arm-3.4.3/nutbld/include -IJ:/ethernut-4.0.3-arm-3.4.3/nut/include simple.c -o simple.o
arm-elf-gcc simple.o -mcpu=arm7tdmi -nostartfiles -TJ:/ethernut-4.0.3-arm-3.4.3/nut/arch/arm/ldscripts/at91_ram.ld -Wl,-Map=simple.map,--cref,--no-warn-mismatch -LJ:/ethernut-4.0.3-arm-3.4.3/nutbld/lib J:/ethernut-4.0.3-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 0xb238:
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 0022d0 00 AX 0 0 4
[ 2] .data PROGBITS 000022d0 00a2d0 00000c 00 WA 0 0 4
[ 3] .bss NOBITS 000022dc 00a2dc 000444 00 WA 0 0 4
[ 4] .comment PROGBITS 00000000 00a2dc 0000fc 00 0 0 1
[ 5] .debug_line PROGBITS 00000000 00a3d8 00034f 00 0 0 1
[ 6] .debug_info PROGBITS 00000000 00a727 0004a5 00 0 0 1
[ 7] .debug_abbrev PROGBITS 00000000 00abcc 00024c 00 0 0 1
[ 8] .debug_aranges PROGBITS 00000000 00ae18 0000c0 00 0 0 8
[ 9] .debug_frame PROGBITS 00000000 00aed8 000088 00 0 0 4
[10] .debug_pubnames PROGBITS 00000000 00af60 000074 00 0 0 1
[11] .debug_str PROGBITS 00000000 00afd4 0001d1 01 MS 0 0 1
[12] .shstrtab STRTAB 00000000 00b1a5 000092 00 0 0 1
[13] .symtab SYMTAB 00000000 00b490 000e50 10 14 92 4
[14] .strtab STRTAB 00000000 00c2e0 000697 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 0x022dc 0x02720 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.3-arm-3.4.3/nutbld/include -IJ:/ethernut-4.0.3-arm-3.4.3/nut/include tcps.c -o tcps.o
arm-elf-gcc tcps.o -mcpu=arm7tdmi -nostartfiles -TJ:/ethernut-4.0.3-arm-3.4.3/nut/arch/arm/ldscripts/at91_ram.ld -Wl,-Map=tcps.map,--cref,--no-warn-mismatch -LJ:/ethernut-4.0.3-arm-3.4.3/nutbld/lib J:/ethernut-4.0.3-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 0x1fb44:
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 0156a4 00 AX 0 0 4
[ 2] .data PROGBITS 000156a4 01d6a4 0001a0 00 WA 0 0 4
[ 3] .bss NOBITS 00015844 01d844 0005c4 00 WA 0 0 4
[ 4] .comment PROGBITS 00000000 01d844 000522 00 0 0 1
[ 5] .debug_line PROGBITS 00000000 01dd66 000762 00 0 0 1
[ 6] .debug_info PROGBITS 00000000 01e4c8 0009ef 00 0 0 1
[ 7] .debug_abbrev PROGBITS 00000000 01eeb7 000500 00 0 0 1
[ 8] .debug_aranges PROGBITS 00000000 01f3b8 000180 00 0 0 8
[ 9] .debug_frame PROGBITS 00000000 01f538 000140 00 0 0 4
[10] .debug_pubnames PROGBITS 00000000 01f678 000106 00 0 0 1
[11] .debug_str PROGBITS 00000000 01f77e 000333 01 MS 0 0 1
[12] .shstrtab STRTAB 00000000 01fab1 000092 00 0 0 1
[13] .symtab SYMTAB 00000000 01fd9c 003050 10 14 218 4
[14] .strtab STRTAB 00000000 022dec 0016b9 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 0x15844 0x15e08 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.3-arm-3.4.3/nutbld/include -IJ:/ethernut-4.0.3-arm-3.4.3/nut/include threads.c -o threads.o
arm-elf-gcc threads.o -mcpu=arm7tdmi -nostartfiles -TJ:/ethernut-4.0.3-arm-3.4.3/nut/arch/arm/ldscripts/at91_ram.ld -Wl,-Map=threads.map,--cref,--no-warn-mismatch -LJ:/ethernut-4.0.3-arm-3.4.3/nutbld/lib J:/ethernut-4.0.3-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 0xef74:
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 005b00 00 AX 0 0 4
[ 2] .data PROGBITS 00005b00 00db00 000118 00 WA 0 0 4
[ 3] .bss NOBITS 00005c18 00dc18 000454 00 WA 0 0 4
[ 4] .comment PROGBITS 00000000 00dc18 000252 00 0 0 1
[ 5] .debug_line PROGBITS 00000000 00de6a 000401 00 0 0 1
[ 6] .debug_info PROGBITS 00000000 00e26b 000577 00 0 0 1
[ 7] .debug_abbrev PROGBITS 00000000 00e7e2 0002ca 00 0 0 1
[ 8] .debug_aranges PROGBITS 00000000 00eab0 0000e0 00 0 0 8
[ 9] .debug_frame PROGBITS 00000000 00eb90 0000a8 00 0 0 4
[10] .debug_pubnames PROGBITS 00000000 00ec38 000091 00 0 0 1
[11] .debug_str PROGBITS 00000000 00ecc9 000217 01 MS 0 0 1
[12] .shstrtab STRTAB 00000000 00eee0 000092 00 0 0 1
[13] .symtab SYMTAB 00000000 00f1cc 001810 10 14 107 4
[14] .strtab STRTAB 00000000 0109dc 000b0a 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 0x05c18 0x0606c 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.3-arm-3.4.3/nutbld/include -IJ:/ethernut-4.0.3-arm-3.4.3/nut/include timers.c -o timers.o
arm-elf-gcc timers.o -mcpu=arm7tdmi -nostartfiles -TJ:/ethernut-4.0.3-arm-3.4.3/nut/arch/arm/ldscripts/at91_ram.ld -Wl,-Map=timers.map,--cref,--no-warn-mismatch -LJ:/ethernut-4.0.3-arm-3.4.3/nutbld/lib J:/ethernut-4.0.3-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 0xe354:
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 004bc0 00 AX 0 0 4
[ 2] .data PROGBITS 00004bc0 00cbc0 0000c4 00 WA 0 0 4
[ 3] .bss NOBITS 00004c84 00cc84 000464 00 WA 0 0 4
[ 4] .comment PROGBITS 00000000 00cc84 000264 00 0 0 1
[ 5] .debug_line PROGBITS 00000000 00cee8 0004d5 00 0 0 1
[ 6] .debug_info PROGBITS 00000000 00d3bd 00069a 00 0 0 1
[ 7] .debug_abbrev PROGBITS 00000000 00da57 000372 00 0 0 1
[ 8] .debug_aranges PROGBITS 00000000 00ddd0 000100 00 0 0 8
[ 9] .debug_frame PROGBITS 00000000 00ded0 0000d0 00 0 0 4
[10] .debug_pubnames PROGBITS 00000000 00dfa0 0000ae 00 0 0 1
[11] .debug_str PROGBITS 00000000 00e04e 000271 01 MS 0 0 1
[12] .shstrtab STRTAB 00000000 00e2bf 000092 00 0 0 1
[13] .symtab SYMTAB 00000000 00e5ac 0016a0 10 14 ee 4
[14] .strtab STRTAB 00000000 00fc4c 000964 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 0x04c84 0x050e8 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.3-arm-3.4.3/nutbld/include -IJ:/ethernut-4.0.3-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.3-arm-3.4.3/nut/arch/arm/ldscripts/at91_ram.ld -Wl,-Map=uart.map,--cref,--no-warn-mismatch -LJ:/ethernut-4.0.3-arm-3.4.3/nutbld/lib J:/ethernut-4.0.3-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: