Compile results and segment sizes Nut/OS 4.1.5 ARM-gcc 3.4.3



BASEMON
EVENTS
FTPD
HTTPD
INETQ
ISP2
LOGTIME
NUTPIPER
PLAYMP3
PORTDIO
PPPC
RS232D
SIMPLE
TCPS
THREADS
TIMERS
UART




basemon



arm-elf-gcc -c -mcpu=arm7tdmi -Os -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=basemon.lst -DETHERNUT3 -IJ:/ethernut-4.1.5-arm-3.4.3/nutbld/include  -IJ:/ethernut-4.1.5-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 -Os -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=events.lst -DETHERNUT3 -IJ:/ethernut-4.1.5-arm-3.4.3/nutbld/include  -IJ:/ethernut-4.1.5-arm-3.4.3/nut/include  events.c -o events.o
arm-elf-gcc events.o -mcpu=arm7tdmi -nostartfiles -TJ:/ethernut-4.1.5-arm-3.4.3/nut/arch/arm/ldscripts/at91_ram.ld -Wl,-Map=events.map,--cref,--no-warn-mismatch -LJ:/ethernut-4.1.5-arm-3.4.3/nutbld/lib J:/ethernut-4.1.5-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 0xd460:

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 0040a4 00  AX  0   0  4
  [ 2] .data             PROGBITS        000040a4 00c0a4 0000a4 00  WA  0   0  4
  [ 3] .bss              NOBITS          00004148 00c148 000474 00  WA  0   0  4
  [ 4] .comment          PROGBITS        00000000 00c148 000264 00      0   0  1
  [ 5] .debug_line       PROGBITS        00000000 00c3ac 000489 00      0   0  1
  [ 6] .debug_info       PROGBITS        00000000 00c835 000550 00      0   0  1
  [ 7] .debug_abbrev     PROGBITS        00000000 00cd85 000272 00      0   0  1
  [ 8] .debug_aranges    PROGBITS        00000000 00cff8 000100 00      0   0  8
  [ 9] .debug_frame      PROGBITS        00000000 00d0f8 000088 00      0   0  4
  [10] .debug_pubnames   PROGBITS        00000000 00d180 000074 00      0   0  1
  [11] .debug_str        PROGBITS        00000000 00d1f4 0001d7 01  MS  0   0  1
  [12] .shstrtab         STRTAB          00000000 00d3cb 000092 00      0   0  1
  [13] .symtab           SYMTAB          00000000 00d6b8 001a30 10     14 114  4
  [14] .strtab           STRTAB          00000000 00f0e8 000af8 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 0x04148 0x045bc RWE 0x8000

 Section to Segment mapping:
  Segment Sections...
   00     .text .data .bss 


ftpd



arm-elf-gcc -c -mcpu=arm7tdmi -Os -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=ftpserv.lst -DETHERNUT3 -IJ:/ethernut-4.1.5-arm-3.4.3/nutbld/include  -IJ:/ethernut-4.1.5-arm-3.4.3/nut/include  ftpserv.c -o ftpserv.o
arm-elf-gcc ftpserv.o -mcpu=arm7tdmi -nostartfiles -TJ:/ethernut-4.1.5-arm-3.4.3/nut/arch/arm/ldscripts/at91_ram.ld -Wl,-Map=ftpserv.map,--cref,--no-warn-mismatch -LJ:/ethernut-4.1.5-arm-3.4.3/nutbld/lib J:/ethernut-4.1.5-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 0x1fcd0:

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 011448 00  AX  0   0  4
  [ 2] .data             PROGBITS        00011448 019448 00066c 00  WA  0   0  4
  [ 3] .bss              NOBITS          00011ab4 019ab4 000524 00  WA  0   0  4
  [ 4] .comment          PROGBITS        00000000 019ab4 000762 00      0   0  1
  [ 5] .debug_line       PROGBITS        00000000 01a216 000d2d 00      0   0  1
  [ 6] .debug_info       PROGBITS        00000000 01af43 003119 00      0   0  1
  [ 7] .debug_abbrev     PROGBITS        00000000 01e05c 000bff 00      0   0  1
  [ 8] .debug_aranges    PROGBITS        00000000 01ec60 000240 00      0   0  8
  [ 9] .debug_frame      PROGBITS        00000000 01eea0 00022c 00      0   0  4
  [10] .debug_pubnames   PROGBITS        00000000 01f0cc 0001f0 00      0   0  1
  [11] .debug_str        PROGBITS        00000000 01f2bc 000902 01  MS  0   0  1
  [12] .debug_ranges     PROGBITS        00000000 01fbbe 000070 00      0   0  1
  [13] .shstrtab         STRTAB          00000000 01fc2e 0000a0 00      0   0  1
  [14] .symtab           SYMTAB          00000000 01ff50 004b30 10     15 344  4
  [15] .strtab           STRTAB          00000000 024a80 001f3b 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 0x11ab4 0x11fd8 RWE 0x8000

 Section to Segment mapping:
  Segment Sections...
   00     .text .data .bss 


httpd



arm-elf-gcc -c -mcpu=arm7tdmi -Os -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=httpserv.lst -DETHERNUT3 -IJ:/ethernut-4.1.5-arm-3.4.3/nutbld/include  -IJ:/ethernut-4.1.5-arm-3.4.3/nut/include  httpserv.c -o httpserv.o
crurom -r -ourom.c sample
arm-elf-gcc -c -mcpu=arm7tdmi -Os -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=urom.lst -DETHERNUT3 -IJ:/ethernut-4.1.5-arm-3.4.3/nutbld/include  -IJ:/ethernut-4.1.5-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.5-arm-3.4.3/nut/arch/arm/ldscripts/at91_ram.ld -Wl,-Map=httpserv.map,--cref,--no-warn-mismatch -LJ:/ethernut-4.1.5-arm-3.4.3/nutbld/lib J:/ethernut-4.1.5-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 0x25750:

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 016f4c 00  AX  0   0  4
  [ 2] .data             PROGBITS        00016f4c 01ef4c 000638 00  WA  0   0  4
  [ 3] .bss              NOBITS          00017584 01f584 000528 00  WA  0   0  4
  [ 4] .comment          PROGBITS        00000000 01f584 0006f6 00      0   0  1
  [ 5] .debug_line       PROGBITS        00000000 01fc7a 000f3b 00      0   0  1
  [ 6] .debug_info       PROGBITS        00000000 020bb5 002bda 00      0   0  1
  [ 7] .debug_abbrev     PROGBITS        00000000 02378f 000ccf 00      0   0  1
  [ 8] .debug_aranges    PROGBITS        00000000 024460 0002a0 00      0   0  8
  [ 9] .debug_frame      PROGBITS        00000000 024700 0002a4 00      0   0  4
  [10] .debug_pubnames   PROGBITS        00000000 0249a4 000243 00      0   0  1
  [11] .debug_str        PROGBITS        00000000 024be7 0009e6 01  MS  0   0  1
  [12] .debug_ranges     PROGBITS        00000000 0255cd 0000e0 00      0   0  1
  [13] .shstrtab         STRTAB          00000000 0256ad 0000a0 00      0   0  1
  [14] .symtab           SYMTAB          00000000 0259d0 004280 10     15 2e7  4
  [15] .strtab           STRTAB          00000000 029c50 001d26 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 0x17584 0x17aac RWE 0x8000

 Section to Segment mapping:
  Segment Sections...
   00     .text .data .bss 


inetq



arm-elf-gcc -c -mcpu=arm7tdmi -Os -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=inetq.lst -DETHERNUT3 -IJ:/ethernut-4.1.5-arm-3.4.3/nutbld/include  -IJ:/ethernut-4.1.5-arm-3.4.3/nut/include  inetq.c -o inetq.o
arm-elf-gcc inetq.o -mcpu=arm7tdmi -nostartfiles -TJ:/ethernut-4.1.5-arm-3.4.3/nut/arch/arm/ldscripts/at91_ram.ld -Wl,-Map=inetq.map,--cref,--no-warn-mismatch -LJ:/ethernut-4.1.5-arm-3.4.3/nutbld/lib J:/ethernut-4.1.5-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 0x16898:

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 00c778 00  AX  0   0  4
  [ 2] .data             PROGBITS        0000c778 014778 000144 00  WA  0   0  4
  [ 3] .bss              NOBITS          0000c8bc 0148bc 000918 00  WA  0   0  4
  [ 4] .comment          PROGBITS        00000000 0148bc 000546 00      0   0  1
  [ 5] .debug_line       PROGBITS        00000000 014e02 000709 00      0   0  1
  [ 6] .debug_info       PROGBITS        00000000 01550b 0008de 00      0   0  1
  [ 7] .debug_abbrev     PROGBITS        00000000 015de9 00042a 00      0   0  1
  [ 8] .debug_aranges    PROGBITS        00000000 016218 000180 00      0   0  8
  [ 9] .debug_frame      PROGBITS        00000000 016398 0000f0 00      0   0  4
  [10] .debug_pubnames   PROGBITS        00000000 016488 0000cb 00      0   0  1
  [11] .debug_str        PROGBITS        00000000 016553 0002b1 01  MS  0   0  1
  [12] .shstrtab         STRTAB          00000000 016804 000092 00      0   0  1
  [13] .symtab           SYMTAB          00000000 016af0 0031e0 10     14 225  4
  [14] .strtab           STRTAB          00000000 019cd0 001540 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 0x0c8bc 0x0d1d4 RWE 0x8000

 Section to Segment mapping:
  Segment Sections...
   00     .text .data .bss 


isp2



makefile:52: Makedefs.isp: No such file or directory
makefile:67: Makerules.isp: No such file or directory
make: *** No rule to make target `Makerules.isp'.  Stop.

ELF File Information:




logtime



arm-elf-gcc -c -mcpu=arm7tdmi -Os -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=logtime.lst -DETHERNUT3 -IJ:/ethernut-4.1.5-arm-3.4.3/nutbld/include  -IJ:/ethernut-4.1.5-arm-3.4.3/nut/include  logtime.c -o logtime.o
arm-elf-gcc logtime.o -mcpu=arm7tdmi -nostartfiles -TJ:/ethernut-4.1.5-arm-3.4.3/nut/arch/arm/ldscripts/at91_ram.ld -Wl,-Map=logtime.map,--cref,--no-warn-mismatch -LJ:/ethernut-4.1.5-arm-3.4.3/nutbld/lib J:/ethernut-4.1.5-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 0x18bd0:

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 00e6a0 00  AX  0   0  4
  [ 2] .data             PROGBITS        0000e6a0 0166a0 000278 00  WA  0   0  4
  [ 3] .bss              NOBITS          0000e918 016918 000548 00  WA  0   0  4
  [ 4] .comment          PROGBITS        00000000 016918 00058e 00      0   0  1
  [ 5] .debug_line       PROGBITS        00000000 016ea6 000780 00      0   0  1
  [ 6] .debug_info       PROGBITS        00000000 017626 0009be 00      0   0  1
  [ 7] .debug_abbrev     PROGBITS        00000000 017fe4 0004b3 00      0   0  1
  [ 8] .debug_aranges    PROGBITS        00000000 018498 0001a0 00      0   0  8
  [ 9] .debug_frame      PROGBITS        00000000 018638 000120 00      0   0  4
  [10] .debug_pubnames   PROGBITS        00000000 018758 0000e8 00      0   0  1
  [11] .debug_str        PROGBITS        00000000 018840 0002fc 01  MS  0   0  1
  [12] .shstrtab         STRTAB          00000000 018b3c 000092 00      0   0  1
  [13] .symtab           SYMTAB          00000000 018e28 003ab0 10     14 297  4
  [14] .strtab           STRTAB          00000000 01c8d8 0018de 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 0x0e918 0x0ee60 RWE 0x8000

 Section to Segment mapping:
  Segment Sections...
   00     .text .data .bss 


nutpiper



arm-elf-gcc -c -mcpu=arm7tdmi -Os -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=nutpiper.lst -DETHERNUT3 -IJ:/ethernut-4.1.5-arm-3.4.3/nutbld/include  -IJ:/ethernut-4.1.5-arm-3.4.3/nut/include  nutpiper.c -o nutpiper.o
arm-elf-gcc -c -mcpu=arm7tdmi -Os -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=config.lst -DETHERNUT3 -IJ:/ethernut-4.1.5-arm-3.4.3/nutbld/include  -IJ:/ethernut-4.1.5-arm-3.4.3/nut/include  config.c -o config.o
arm-elf-gcc -c -mcpu=arm7tdmi -Os -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=player.lst -DETHERNUT3 -IJ:/ethernut-4.1.5-arm-3.4.3/nutbld/include  -IJ:/ethernut-4.1.5-arm-3.4.3/nut/include  player.c -o player.o
player.c: In function `Player':
player.c:291: warning: unsigned int format, size_t arg (arg 3)
arm-elf-gcc -c -mcpu=arm7tdmi -Os -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=display.lst -DETHERNUT3 -IJ:/ethernut-4.1.5-arm-3.4.3/nutbld/include  -IJ:/ethernut-4.1.5-arm-3.4.3/nut/include  display.c -o display.o
arm-elf-gcc -c -mcpu=arm7tdmi -Os -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=scanner.lst -DETHERNUT3 -IJ:/ethernut-4.1.5-arm-3.4.3/nutbld/include  -IJ:/ethernut-4.1.5-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.5-arm-3.4.3/nut/arch/arm/ldscripts/at91_ram.ld -Wl,-Map=nutpiper.map,--cref,--no-warn-mismatch -LJ:/ethernut-4.1.5-arm-3.4.3/nutbld/lib J:/ethernut-4.1.5-arm-3.4.3/nutbld/lib/nutinit.o -lnutarch -lnutpro -lnutos -lnutdev -lnutarch -lnutnet -lnutcrt  -o nutpiper.c.elf
nutpiper.o(.text+0x10): In function `$a':
: undefined reference to `NutIrGet'
nutpiper.o(.text+0x114): In function `NutAppMain':
: undefined reference to `NutSegBufInit'
nutpiper.o(.text+0x15c): In function `NutAppMain':
: undefined reference to `NutIrInitSony'
nutpiper.o(.text+0x1e0): In function `NutAppMain':
: undefined reference to `VsSetVolume'
nutpiper.o(.text+0x1ec): In function `NutAppMain':
: undefined reference to `VsBeep'
nutpiper.o(.text+0x434): In function `NutAppMain':
: undefined reference to `VsPlayerInterrupts'
nutpiper.o(.text+0x43c): In function `NutAppMain':
: undefined reference to `NutSegBufUsed'
nutpiper.o(.text+0x444): In function `NutAppMain':
: undefined reference to `NutSegBufAvailable'
nutpiper.o(.text+0x460): In function `NutAppMain':
: undefined reference to `VsPlayerInterrupts'
nutpiper.o(.text+0x704): In function `NutAppMain':
: undefined reference to `VsSetVolume'
nutpiper.o(.text+0x740): In function `NutAppMain':
: undefined reference to `VsSetVolume'
nutpiper.o(.text+0x7ac): In function `NutAppMain':
: undefined reference to `devEth0'
config.o(.text+0x2c): In function `$a':
: undefined reference to `eeprom_read_byte'
config.o(.text+0x48): In function `$a':
: undefined reference to `eeprom_write_byte'
config.o(.text+0x80): In function `ConfigSaveString':
: undefined reference to `eeprom_read_byte'
config.o(.text+0x98): In function `ConfigSaveString':
: undefined reference to `eeprom_write_byte'
config.o(.text+0xdc): In function `ConfigLoadString':
: undefined reference to `eeprom_read_byte'
config.o(.text+0x130): In function `ConfigLoadBinary':
: undefined reference to `eeprom_read_byte'
player.o(.text+0xc8): In function `Player':
: undefined reference to `VsPlayerInterrupts'
player.o(.text+0xd0): In function `Player':
: undefined reference to `NutSegBufReset'
player.o(.text+0xd8): In function `Player':
: undefined reference to `VsPlayerInterrupts'
player.o(.text+0xec): In function `Player':
: undefined reference to `VsPlayerInterrupts'
player.o(.text+0xfc): In function `Player':
: undefined reference to `NutSegBufWriteRequest'
player.o(.text+0x108): In function `Player':
: undefined reference to `VsPlayerInterrupts'
player.o(.text+0x118): In function `Player':
: undefined reference to `VsGetStatus'
player.o(.text+0x124): In function `Player':
: undefined reference to `VsPlayerKick'
player.o(.text+0x1b4): In function `Player':
: undefined reference to `VsPlayerInterrupts'
player.o(.text+0x1c8): In function `Player':
: undefined reference to `NutSegBufWriteCommit'
player.o(.text+0x1d4): In function `Player':
: undefined reference to `VsPlayerInterrupts'
player.o(.text+0x458): In function `Player':
: undefined reference to `VsGetStatus'
player.o(.text+0x46c): In function `Player':
: undefined reference to `VsPlayerInterrupts'
player.o(.text+0x474): In function `Player':
: undefined reference to `NutSegBufUsed'
player.o(.text+0x490): In function `Player':
: undefined reference to `NutSegBufUsed'
player.o(.text+0x49c): In function `Player':
: undefined reference to `NutSegBufAvailable'
player.o(.text+0x4ac): In function `Player':
: undefined reference to `VsPlayerKick'
player.o(.text+0x4b8): In function `Player':
: undefined reference to `VsPlayerInterrupts'
player.o(.text+0x518): In function `Player':
: undefined reference to `VsPlayerFlush'
player.o(.text+0x524): In function `Player':
: undefined reference to `VsGetStatus'
player.o(.text+0x548): In function `Player':
: undefined reference to `VsPlayerReset'
player.o(.text+0x5a8): In function `PlayerInit':
: undefined reference to `VsPlayerInit'
player.o(.text+0x5b4): In function `PlayerInit':
: undefined reference to `VsPlayerReset'
J:/ethernut-4.1.5-arm-3.4.3/nutbld/lib/libnutnet.a(tcpsock.o)(.text+0x24): In function `NutTcpDiscardBuffers':
: undefined reference to `NutNetBufFree'
J:/ethernut-4.1.5-arm-3.4.3/nutbld/lib/libnutnet.a(tcpsock.o)(.text+0x40): In function `NutTcpDiscardBuffers':
: undefined reference to `NutNetBufFree'
J:/ethernut-4.1.5-arm-3.4.3/nutbld/lib/libnutnet.a(tcpsock.o)(.text+0x5c): In function `NutTcpDiscardBuffers':
: undefined reference to `NutNetBufFree'
J:/ethernut-4.1.5-arm-3.4.3/nutbld/lib/libnutnet.a(tcpsock.o)(.text+0x738): In function `NutTcpReceive':
: undefined reference to `NutNetBufFree'
J:/ethernut-4.1.5-arm-3.4.3/nutbld/lib/libnutnet.a(udpsock.o)(.text+0xec): In function `NutUdpSendTo':
: undefined reference to `NutNetBufAlloc'
J:/ethernut-4.1.5-arm-3.4.3/nutbld/lib/libnutnet.a(udpsock.o)(.text+0x128): In function `NutUdpSendTo':
: undefined reference to `NutNetBufFree'
J:/ethernut-4.1.5-arm-3.4.3/nutbld/lib/libnutnet.a(udpsock.o)(.text+0x1ec): In function `NutUdpReceiveFrom':
: undefined reference to `NutNetBufFree'
J:/ethernut-4.1.5-arm-3.4.3/nutbld/lib/libnutnet.a(udpsock.o)(.text+0x248): In function `NutUdpDestroySocket':
: undefined reference to `NutNetBufFree'
J:/ethernut-4.1.5-arm-3.4.3/nutbld/lib/libnutnet.a(tcpout.o)(.text+0x54): In function `NutTcpOutput':
: undefined reference to `NutNetBufAlloc'
J:/ethernut-4.1.5-arm-3.4.3/nutbld/lib/libnutnet.a(tcpout.o)(.text+0x1d4): In function `NutTcpOutput':
: undefined reference to `NutNetBufAlloc'
J:/ethernut-4.1.5-arm-3.4.3/nutbld/lib/libnutnet.a(tcpout.o)(.text+0x370): In function `NutTcpOutput':
: undefined reference to `NutNetBufClone'
J:/ethernut-4.1.5-arm-3.4.3/nutbld/lib/libnutnet.a(tcpout.o)(.text+0x398): In function `NutTcpOutput':
: undefined reference to `NutNetBufFree'
J:/ethernut-4.1.5-arm-3.4.3/nutbld/lib/libnutnet.a(tcpout.o)(.text+0x610): In function `NutTcpReject':
: undefined reference to `NutNetBufFree'
J:/ethernut-4.1.5-arm-3.4.3/nutbld/lib/libnutnet.a(tcpsm.o)(.text+0x7fc): In function `$a':
: undefined reference to `NutNetBufFree'
J:/ethernut-4.1.5-arm-3.4.3/nutbld/lib/libnutnet.a(tcpsm.o)(.text+0xac8): In function `$a':
: undefined reference to `NutNetBufFree'
J:/ethernut-4.1.5-arm-3.4.3/nutbld/lib/libnutnet.a(tcpsm.o)(.text+0xb44): In function `$a':
: undefined reference to `NutNetBufFree'
J:/ethernut-4.1.5-arm-3.4.3/nutbld/lib/libnutnet.a(tcpsm.o)(.text+0xc7c): more undefined references to `NutNetBufFree' follow
J:/ethernut-4.1.5-arm-3.4.3/nutbld/lib/libnutnet.a(udpout.o)(.text+0x28): In function `NutUdpOutput':
: undefined reference to `NutNetBufAlloc'
J:/ethernut-4.1.5-arm-3.4.3/nutbld/lib/libnutnet.a(ipout.o)(.text+0x28): In function `NutIpOutput':
: undefined reference to `NutNetBufAlloc'
J:/ethernut-4.1.5-arm-3.4.3/nutbld/lib/libnutnet.a(ipout.o)(.text+0x2f8): In function `NutIpOutput':
: undefined reference to `NutNetBufFree'
J:/ethernut-4.1.5-arm-3.4.3/nutbld/lib/libnutnet.a(arpcache.o)(.text+0x358): In function `NutArpCacheQuery':
: undefined reference to `NutNetBufFree'
J:/ethernut-4.1.5-arm-3.4.3/nutbld/lib/libnutnet.a(arpout.o)(.text+0x24): In function `NutArpAllocNetBuf':
: undefined reference to `NutNetBufAlloc'
collect2: ld returned 1 exit status
make: *** [nutpiper.c.elf] Error 1

ELF File Information:




playmp3



arm-elf-gcc -c -mcpu=arm7tdmi -Os -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=playmp3.lst -DETHERNUT3 -IJ:/ethernut-4.1.5-arm-3.4.3/nutbld/include  -IJ:/ethernut-4.1.5-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 -Os -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=urom.lst -DETHERNUT3 -IJ:/ethernut-4.1.5-arm-3.4.3/nutbld/include  -IJ:/ethernut-4.1.5-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.5-arm-3.4.3/nut/arch/arm/ldscripts/at91_ram.ld -Wl,-Map=playmp3.map,--cref,--no-warn-mismatch -LJ:/ethernut-4.1.5-arm-3.4.3/nutbld/lib J:/ethernut-4.1.5-arm-3.4.3/nutbld/lib/nutinit.o -lnutnet -lnutpro -lnutfs -lnutos -lnutdev -lnutnet -lnutcrt  -o playmp3.c.elf
playmp3.o(.text+0x64): In function `$a':
: undefined reference to `VsPlayerInterrupts'
playmp3.o(.text+0x6c): In function `$a':
: undefined reference to `NutSegBufReset'
playmp3.o(.text+0x74): In function `$a':
: undefined reference to `VsPlayerInterrupts'
playmp3.o(.text+0x7c): In function `$a':
: undefined reference to `VsPlayerInterrupts'
playmp3.o(.text+0x8c): In function `$a':
: undefined reference to `NutSegBufWriteRequest'
playmp3.o(.text+0x98): In function `$a':
: undefined reference to `VsPlayerInterrupts'
playmp3.o(.text+0xd8): In function `$a':
: undefined reference to `VsPlayerInterrupts'
playmp3.o(.text+0xe8): In function `$a':
: undefined reference to `NutSegBufWriteCommit'
playmp3.o(.text+0xf0): In function `$a':
: undefined reference to `VsPlayerInterrupts'
playmp3.o(.text+0x110): In function `$a':
: undefined reference to `VsPlayerFlush'
playmp3.o(.text+0x118): In function `$a':
: undefined reference to `VsGetStatus'
playmp3.o(.text+0x130): In function `$a':
: undefined reference to `VsPlayerKick'
playmp3.o(.text+0x140): In function `$a':
: undefined reference to `VsGetStatus'
playmp3.o(.text+0x164): In function `$a':
: undefined reference to `VsPlayerReset'
playmp3.o(.text+0x230): In function `NutAppMain':
: undefined reference to `NutSegBufInit'
playmp3.o(.text+0x240): In function `NutAppMain':
: undefined reference to `VsPlayerInit'
playmp3.o(.text+0x24c): In function `NutAppMain':
: undefined reference to `VsPlayerReset'
playmp3.o(.text+0x268): In function `NutAppMain':
: undefined reference to `VsSetVolume'
playmp3.o(.text+0x284): In function `NutAppMain':
: undefined reference to `VsSetVolume'
playmp3.o(.text+0x2a0): In function `NutAppMain':
: undefined reference to `VsSetVolume'
playmp3.o(.text+0x2bc): In function `NutAppMain':
: undefined reference to `VsSetVolume'
playmp3.o(.text+0x2e0): In function `NutAppMain':
: undefined reference to `devDebug0'
J:/ethernut-4.1.5-arm-3.4.3/nutbld/lib/nutinit.o(.text+0x20): In function `NutIdle':
: undefined reference to `NutThreadCreate'
J:/ethernut-4.1.5-arm-3.4.3/nutbld/lib/nutinit.o(.text+0x4c): In function `NutInit':
: undefined reference to `McuInit'
J:/ethernut-4.1.5-arm-3.4.3/nutbld/lib/nutinit.o(.text+0x80): In function `NutInit':
: undefined reference to `NutThreadCreate'
J:/ethernut-4.1.5-arm-3.4.3/nutbld/lib/libnutos.a(thread.o)(.text+0x10c): In function `NutThreadResume':
: undefined reference to `NutThreadSwitch'
J:/ethernut-4.1.5-arm-3.4.3/nutbld/lib/libnutos.a(thread.o)(.text+0x2d4): In function `NutThreadSetPriority':
: undefined reference to `NutThreadSwitch'
J:/ethernut-4.1.5-arm-3.4.3/nutbld/lib/libnutos.a(timer.o)(.text+0x28): In function `NutTimerInit':
: undefined reference to `NutRegisterTimer'
J:/ethernut-4.1.5-arm-3.4.3/nutbld/lib/libnutos.a(timer.o)(.text+0x2c8): In function `NutTimerStart':
: undefined reference to `NutTimerMillisToTicks'
J:/ethernut-4.1.5-arm-3.4.3/nutbld/lib/libnutos.a(timer.o)(.text+0x3b4): In function `NutGetSeconds':
: undefined reference to `NutGetTickClock'
J:/ethernut-4.1.5-arm-3.4.3/nutbld/lib/libnutos.a(timer.o)(.text+0x3e0): In function `NutGetMillis':
: undefined reference to `NutGetTickClock'
J:/ethernut-4.1.5-arm-3.4.3/nutbld/lib/libnutos.a(timer.o)(.text+0x3f4): In function `NutGetMillis':
: undefined reference to `NutGetTickClock'
J:/ethernut-4.1.5-arm-3.4.3/nutbld/lib/libnutos.a(timer.o)(.text+0x410): 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 -Os -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=portdio.lst -DETHERNUT3 -IJ:/ethernut-4.1.5-arm-3.4.3/nutbld/include  -IJ:/ethernut-4.1.5-arm-3.4.3/nut/include  portdio.c -o portdio.o
arm-elf-gcc portdio.o -mcpu=arm7tdmi -nostartfiles -TJ:/ethernut-4.1.5-arm-3.4.3/nut/arch/arm/ldscripts/at91_ram.ld -Wl,-Map=portdio.map,--cref,--no-warn-mismatch -LJ:/ethernut-4.1.5-arm-3.4.3/nutbld/lib J:/ethernut-4.1.5-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 0x16dac:

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 00c7bc 00  AX  0   0  4
  [ 2] .data             PROGBITS        0000c7bc 0147bc 0000c4 00  WA  0   0  4
  [ 3] .bss              NOBITS          0000c880 014880 000500 00  WA  0   0  4
  [ 4] .comment          PROGBITS        00000000 014880 000510 00      0   0  1
  [ 5] .debug_line       PROGBITS        00000000 014d90 00085a 00      0   0  1
  [ 6] .debug_info       PROGBITS        00000000 0155ea 000ac7 00      0   0  1
  [ 7] .debug_abbrev     PROGBITS        00000000 0160b1 000528 00      0   0  1
  [ 8] .debug_aranges    PROGBITS        00000000 0165e0 0001c0 00      0   0  8
  [ 9] .debug_frame      PROGBITS        00000000 0167a0 000140 00      0   0  4
  [10] .debug_pubnames   PROGBITS        00000000 0168e0 000106 00      0   0  1
  [11] .debug_str        PROGBITS        00000000 0169e6 000333 01  MS  0   0  1
  [12] .shstrtab         STRTAB          00000000 016d19 000092 00      0   0  1
  [13] .symtab           SYMTAB          00000000 017004 003070 10     14 20e  4
  [14] .strtab           STRTAB          00000000 01a074 0014bf 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 0x0c880 0x0cd80 RWE 0x8000

 Section to Segment mapping:
  Segment Sections...
   00     .text .data .bss 


pppc



arm-elf-gcc -c -mcpu=arm7tdmi -Os -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=pppc.lst -DETHERNUT3 -IJ:/ethernut-4.1.5-arm-3.4.3/nutbld/include  -IJ:/ethernut-4.1.5-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.5-arm-3.4.3/nut/arch/arm/ldscripts/at91_ram.ld -Wl,-Map=pppc.map,--cref,--no-warn-mismatch -LJ:/ethernut-4.1.5-arm-3.4.3/nutbld/lib J:/ethernut-4.1.5-arm-3.4.3/nutbld/lib/nutinit.o -lnutpro -lnutarch -lnutnet -lnutdev -lnutarch -lnutnet -lnutos -lnutcrt  -o pppc.c.elf
pppc.o(.text+0x508): In function `NutAppMain':
: undefined reference to `devUart0'
pppc.o(.text+0x50c): In function `NutAppMain':
: undefined reference to `devPpp'
J:/ethernut-4.1.5-arm-3.4.3/nutbld/lib/libnutarch.a(ostimer_at91.o)(.text+0x4c): In function `NutGetCpuClock':
: undefined reference to `Cy2239xGetFreq'
J:/ethernut-4.1.5-arm-3.4.3/nutbld/lib/libnutarch.a(ostimer_at91.o)(.text+0xb0): In function `NutRegisterTimer':
: undefined reference to `NutRegisterIrqHandler'
J:/ethernut-4.1.5-arm-3.4.3/nutbld/lib/libnutarch.a(ostimer_at91.o)(.text+0xbc): In function `NutRegisterTimer':
: undefined reference to `NutIrqSetPriority'
J:/ethernut-4.1.5-arm-3.4.3/nutbld/lib/libnutarch.a(ostimer_at91.o)(.text+0xc4): In function `NutRegisterTimer':
: undefined reference to `NutIrqEnable'
collect2: ld returned 1 exit status
make: *** [pppc.c.elf] Error 1

ELF File Information:




rs232d



arm-elf-gcc -c -mcpu=arm7tdmi -Os -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=rs232d.lst -DETHERNUT3 -IJ:/ethernut-4.1.5-arm-3.4.3/nutbld/include  -IJ:/ethernut-4.1.5-arm-3.4.3/nut/include  rs232d.c -o rs232d.o
arm-elf-gcc rs232d.o -mcpu=arm7tdmi -nostartfiles -TJ:/ethernut-4.1.5-arm-3.4.3/nut/arch/arm/ldscripts/at91_ram.ld -Wl,-Map=rs232d.map,--cref,--no-warn-mismatch -LJ:/ethernut-4.1.5-arm-3.4.3/nutbld/lib J:/ethernut-4.1.5-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 0x16b20:

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 00cd90 00  AX  0   0  4
  [ 2] .data             PROGBITS        0000cd90 014d90 000190 00  WA  0   0  4
  [ 3] .bss              NOBITS          0000cf20 014f20 000508 00  WA  0   0  4
  [ 4] .comment          PROGBITS        00000000 014f20 0004c8 00      0   0  1
  [ 5] .debug_line       PROGBITS        00000000 0153e8 000635 00      0   0  1
  [ 6] .debug_info       PROGBITS        00000000 015a1d 0007bb 00      0   0  1
  [ 7] .debug_abbrev     PROGBITS        00000000 0161d8 000382 00      0   0  1
  [ 8] .debug_aranges    PROGBITS        00000000 016560 000160 00      0   0  8
  [ 9] .debug_frame      PROGBITS        00000000 0166c0 0000c8 00      0   0  4
  [10] .debug_pubnames   PROGBITS        00000000 016788 0000ae 00      0   0  1
  [11] .debug_str        PROGBITS        00000000 016836 000257 01  MS  0   0  1
  [12] .shstrtab         STRTAB          00000000 016a8d 000092 00      0   0  1
  [13] .symtab           SYMTAB          00000000 016d78 0033f0 10     14 245  4
  [14] .strtab           STRTAB          00000000 01a168 0016b5 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 0x0cf20 0x0d428 RWE 0x8000

 Section to Segment mapping:
  Segment Sections...
   00     .text .data .bss 


simple



arm-elf-gcc -c -mcpu=arm7tdmi -Os -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=simple.lst -DETHERNUT3 -IJ:/ethernut-4.1.5-arm-3.4.3/nutbld/include  -IJ:/ethernut-4.1.5-arm-3.4.3/nut/include  simple.c -o simple.o
arm-elf-gcc simple.o -mcpu=arm7tdmi -nostartfiles -TJ:/ethernut-4.1.5-arm-3.4.3/nut/arch/arm/ldscripts/at91_ram.ld -Wl,-Map=simple.map,--cref,--no-warn-mismatch -LJ:/ethernut-4.1.5-arm-3.4.3/nutbld/lib J:/ethernut-4.1.5-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 0xc104:

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 003194 00  AX  0   0  4
  [ 2] .data             PROGBITS        00003194 00b194 00000c 00  WA  0   0  4
  [ 3] .bss              NOBITS          000031a0 00b1a0 000450 00  WA  0   0  4
  [ 4] .comment          PROGBITS        00000000 00b1a0 000156 00      0   0  1
  [ 5] .debug_line       PROGBITS        00000000 00b2f6 0003d7 00      0   0  1
  [ 6] .debug_info       PROGBITS        00000000 00b6cd 00047e 00      0   0  1
  [ 7] .debug_abbrev     PROGBITS        00000000 00bb4b 0001f4 00      0   0  1
  [ 8] .debug_aranges    PROGBITS        00000000 00bd40 0000e0 00      0   0  8
  [ 9] .debug_frame      PROGBITS        00000000 00be20 000068 00      0   0  4
  [10] .debug_pubnames   PROGBITS        00000000 00be88 000057 00      0   0  1
  [11] .debug_str        PROGBITS        00000000 00bedf 000191 01  MS  0   0  1
  [12] .shstrtab         STRTAB          00000000 00c070 000092 00      0   0  1
  [13] .symtab           SYMTAB          00000000 00c35c 001390 10     14  c6  4
  [14] .strtab           STRTAB          00000000 00d6ec 0008dd 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 0x031a0 0x035f0 RWE 0x8000

 Section to Segment mapping:
  Segment Sections...
   00     .text .data .bss 


tcps



arm-elf-gcc -c -mcpu=arm7tdmi -Os -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=tcps.lst -DETHERNUT3 -IJ:/ethernut-4.1.5-arm-3.4.3/nutbld/include  -IJ:/ethernut-4.1.5-arm-3.4.3/nut/include  tcps.c -o tcps.o
arm-elf-gcc tcps.o -mcpu=arm7tdmi -nostartfiles -TJ:/ethernut-4.1.5-arm-3.4.3/nut/arch/arm/ldscripts/at91_ram.ld -Wl,-Map=tcps.map,--cref,--no-warn-mismatch -LJ:/ethernut-4.1.5-arm-3.4.3/nutbld/lib J:/ethernut-4.1.5-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 0x17234:

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 00cb64 00  AX  0   0  4
  [ 2] .data             PROGBITS        0000cb64 014b64 00013c 00  WA  0   0  4
  [ 3] .bss              NOBITS          0000cca0 014ca0 000598 00  WA  0   0  4
  [ 4] .comment          PROGBITS        00000000 014ca0 00057c 00      0   0  1
  [ 5] .debug_line       PROGBITS        00000000 01521c 00085a 00      0   0  1
  [ 6] .debug_info       PROGBITS        00000000 015a76 000ac7 00      0   0  1
  [ 7] .debug_abbrev     PROGBITS        00000000 01653d 000528 00      0   0  1
  [ 8] .debug_aranges    PROGBITS        00000000 016a68 0001c0 00      0   0  8
  [ 9] .debug_frame      PROGBITS        00000000 016c28 000140 00      0   0  4
  [10] .debug_pubnames   PROGBITS        00000000 016d68 000106 00      0   0  1
  [11] .debug_str        PROGBITS        00000000 016e6e 000333 01  MS  0   0  1
  [12] .shstrtab         STRTAB          00000000 0171a1 000092 00      0   0  1
  [13] .symtab           SYMTAB          00000000 01748c 003360 10     14 232  4
  [14] .strtab           STRTAB          00000000 01a7ec 0015e3 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 0x0cca0 0x0d238 RWE 0x8000

 Section to Segment mapping:
  Segment Sections...
   00     .text .data .bss 


threads



arm-elf-gcc -c -mcpu=arm7tdmi -Os -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=threads.lst -DETHERNUT3 -IJ:/ethernut-4.1.5-arm-3.4.3/nutbld/include  -IJ:/ethernut-4.1.5-arm-3.4.3/nut/include  threads.c -o threads.o
arm-elf-gcc threads.o -mcpu=arm7tdmi -nostartfiles -TJ:/ethernut-4.1.5-arm-3.4.3/nut/arch/arm/ldscripts/at91_ram.ld -Wl,-Map=threads.map,--cref,--no-warn-mismatch -LJ:/ethernut-4.1.5-arm-3.4.3/nutbld/lib J:/ethernut-4.1.5-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 0xe598:

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 00512c 00  AX  0   0  4
  [ 2] .data             PROGBITS        0000512c 00d12c 000118 00  WA  0   0  4
  [ 3] .bss              NOBITS          00005244 00d244 000460 00  WA  0   0  4
  [ 4] .comment          PROGBITS        00000000 00d244 00029a 00      0   0  1
  [ 5] .debug_line       PROGBITS        00000000 00d4de 000489 00      0   0  1
  [ 6] .debug_info       PROGBITS        00000000 00d967 000550 00      0   0  1
  [ 7] .debug_abbrev     PROGBITS        00000000 00deb7 000272 00      0   0  1
  [ 8] .debug_aranges    PROGBITS        00000000 00e130 000100 00      0   0  8
  [ 9] .debug_frame      PROGBITS        00000000 00e230 000088 00      0   0  4
  [10] .debug_pubnames   PROGBITS        00000000 00e2b8 000074 00      0   0  1
  [11] .debug_str        PROGBITS        00000000 00e32c 0001d7 01  MS  0   0  1
  [12] .shstrtab         STRTAB          00000000 00e503 000092 00      0   0  1
  [13] .symtab           SYMTAB          00000000 00e7f0 001e60 10     14 14e  4
  [14] .strtab           STRTAB          00000000 010650 000d19 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 0x05244 0x056a4 RWE 0x8000

 Section to Segment mapping:
  Segment Sections...
   00     .text .data .bss 


timers



arm-elf-gcc -c -mcpu=arm7tdmi -Os -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=timers.lst -DETHERNUT3 -IJ:/ethernut-4.1.5-arm-3.4.3/nutbld/include  -IJ:/ethernut-4.1.5-arm-3.4.3/nut/include  timers.c -o timers.o
arm-elf-gcc timers.o -mcpu=arm7tdmi -nostartfiles -TJ:/ethernut-4.1.5-arm-3.4.3/nut/arch/arm/ldscripts/at91_ram.ld -Wl,-Map=timers.map,--cref,--no-warn-mismatch -LJ:/ethernut-4.1.5-arm-3.4.3/nutbld/lib J:/ethernut-4.1.5-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 0xe50c:

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 004c78 00  AX  0   0  4
  [ 2] .data             PROGBITS        00004c78 00cc78 0000c4 00  WA  0   0  4
  [ 3] .bss              NOBITS          00004d3c 00cd3c 000470 00  WA  0   0  4
  [ 4] .comment          PROGBITS        00000000 00cd3c 0002ac 00      0   0  1
  [ 5] .debug_line       PROGBITS        00000000 00cfe8 0005cc 00      0   0  1
  [ 6] .debug_info       PROGBITS        00000000 00d5b4 0006df 00      0   0  1
  [ 7] .debug_abbrev     PROGBITS        00000000 00dc93 00032e 00      0   0  1
  [ 8] .debug_aranges    PROGBITS        00000000 00dfc8 000140 00      0   0  8
  [ 9] .debug_frame      PROGBITS        00000000 00e108 0000b0 00      0   0  4
  [10] .debug_pubnames   PROGBITS        00000000 00e1b8 000091 00      0   0  1
  [11] .debug_str        PROGBITS        00000000 00e249 000231 01  MS  0   0  1
  [12] .shstrtab         STRTAB          00000000 00e47a 000092 00      0   0  1
  [13] .symtab           SYMTAB          00000000 00e764 001cc0 10     14 131  4
  [14] .strtab           STRTAB          00000000 010424 000bac 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 0x04d3c 0x051ac RWE 0x8000

 Section to Segment mapping:
  Segment Sections...
   00     .text .data .bss 


uart



arm-elf-gcc -c -mcpu=arm7tdmi -Os -mthumb-interwork -fomit-frame-pointer -Wall -Wstrict-prototypes -fverbose-asm -Wa,-ahlms=uart.lst -DETHERNUT3 -IJ:/ethernut-4.1.5-arm-3.4.3/nutbld/include  -IJ:/ethernut-4.1.5-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.5-arm-3.4.3/nut/arch/arm/ldscripts/at91_ram.ld -Wl,-Map=uart.map,--cref,--no-warn-mismatch -LJ:/ethernut-4.1.5-arm-3.4.3/nutbld/lib J:/ethernut-4.1.5-arm-3.4.3/nutbld/lib/nutinit.o -lnutcrt -lnutarch -lnutdev -lnutos -lnutdev -lnutarch   -o uart.c.elf
uart.o(.text+0x88): In function `NutAppMain':
: undefined reference to `_write_P'
collect2: ld returned 1 exit status
make: *** [uart.c.elf] Error 1

ELF File Information: