Compile results and segment sizes Nut/OS 4.2.1 AVR-gcc 3.4.6



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




basemon



avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=basemon.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.6/include  -I../.././nut/include  basemon.c -o basemon.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=xmemtest.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.6/include  -I../.././nut/include  xmemtest.c -o xmemtest.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=dataflash.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.6/include  -I../.././nut/include  dataflash.c -o dataflash.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=realtek.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.6/include  -I../.././nut/include  realtek.c -o realtek.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=smsc.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.6/include  -I../.././nut/include  smsc.c -o smsc.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=uart.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.6/include  -I../.././nut/include  uart.c -o uart.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=webdemo.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.6/include  -I../.././nut/include  webdemo.c -o webdemo.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=utils.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.6/include  -I../.././nut/include  utils.c -o utils.o
crurom -r -ourom.c html
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=urom.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.6/include  -I../.././nut/include  urom.c -o urom.o
avr-gcc basemon.o xmemtest.o dataflash.o realtek.o smsc.o uart.o webdemo.o utils.o urom.o -mmcu=atmega128 -Wl,--defsym=main=0,-Map=basemon.map,--cref -L../.././nutbld_avr_3.4.6/lib -Wl,--start-group -lnutnet -lnutpro -lnutfs -lnutos -lnutarch -lnutdev -lnutarch -lnutnet -lnutcrt -Wl,--end-group -o basemon.c.elf

ELF File Information:

There are 11 section headers, starting at offset 0x10808:

Section Headers:
  [Nr] Name              Type            Addr     Off    Size   ES Flg Lk Inf Al
  [ 0]                   NULL            00000000 000000 000000 00      0   0  0
  [ 1] .data             PROGBITS        00800100 00f9a4 00098a 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 00f910 00  AX  0   0  1
  [ 3] .bss              NOBITS          00800a8a 01032e 00019d 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        00800c27 01032e 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 01032e 000000 00   W  0   0  1
  [ 6] .stab             PROGBITS        00000000 010330 000408 0c      7   0  4
  [ 7] .stabstr          STRTAB          00000000 010738 000084 00      0   0  1
  [ 8] .shstrtab         STRTAB          00000000 0107bc 00004b 00      0   0  1
  [ 9] .symtab           SYMTAB          00000000 0109c0 004350 10     10 710  4
  [10] .strtab           STRTAB          00000000 014d10 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 0x0
There are 3 program headers, starting at offset 52

Program Headers:
  Type           Offset   VirtAddr   PhysAddr   FileSiz MemSiz  Flg Align
  LOAD           0x000094 0x00000000 0x00000000 0x0f910 0x0f910 R E 0x1
  LOAD           0x00f9a4 0x00800100 0x0000f910 0x0098a 0x0098a RW  0x1
  LOAD           0x01032e 0x00800a8a 0x00800a8a 0x00000 0x0019d RW  0x1

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


events



avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=events.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.6/include  -I../.././nut/include  events.c -o events.o
avr-gcc events.o -mmcu=atmega128 -Wl,--defsym=main=0,-Map=events.map,--cref -L../.././nutbld_avr_3.4.6/lib -Wl,--start-group ../.././nutbld_avr_3.4.6/lib/nutinit.o -lnutos -lnutarch -lnutdev -lnutarch -lnutcrt -Wl,--end-group -o events.c.elf

ELF File Information:

There are 11 section headers, starting at offset 0x2340:

Section Headers:
  [Nr] Name              Type            Addr     Off    Size   ES Flg Lk Inf Al
  [ 0]                   NULL            00000000 000000 000000 00      0   0  0
  [ 1] .data             PROGBITS        00800100 001d06 000162 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 001c72 00  AX  0   0  1
  [ 3] .bss              NOBITS          00800262 001e68 00007a 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        008002dc 001e68 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 001e68 000000 00   W  0   0  1
  [ 6] .stab             PROGBITS        00000000 001e68 000408 0c      7   0  4
  [ 7] .stabstr          STRTAB          00000000 002270 000084 00      0   0  1
  [ 8] .shstrtab         STRTAB          00000000 0022f4 00004b 00      0   0  1
  [ 9] .symtab           SYMTAB          00000000 0024f8 001640 10     10 203  4
  [10] .strtab           STRTAB          00000000 003b38 000a4c 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 0x0
There are 3 program headers, starting at offset 52

Program Headers:
  Type           Offset   VirtAddr   PhysAddr   FileSiz MemSiz  Flg Align
  LOAD           0x000094 0x00000000 0x00000000 0x01c72 0x01c72 R E 0x1
  LOAD           0x001d06 0x00800100 0x00001c72 0x00162 0x00162 RW  0x1
  LOAD           0x001e68 0x00800262 0x00800262 0x00000 0x0007a RW  0x1

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


ftpd



avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=ftpserv.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.6/include  -I../.././nut/include  ftpserv.c -o ftpserv.o
avr-gcc ftpserv.o -mmcu=atmega128 -Wl,--defsym=main=0,-Map=ftpserv.map,--cref -L../.././nutbld_avr_3.4.6/lib -Wl,--start-group ../.././nutbld_avr_3.4.6/lib/nutinit.o -lnutpro -lnutfs -lnutarch -lnutnet -lnutos -lnutdev -lnutarch -lnutcrt -Wl,--end-group -o ftpserv.c.elf

ELF File Information:

There are 11 section headers, starting at offset 0xe088:

Section Headers:
  [Nr] Name              Type            Addr     Off    Size   ES Flg Lk Inf Al
  [ 0]                   NULL            00000000 000000 000000 00      0   0  0
  [ 1] .data             PROGBITS        00800100 00d79e 000412 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 00d70a 00  AX  0   0  1
  [ 3] .bss              NOBITS          00800512 00dbb0 000120 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        00800632 00dbb0 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 00dbb0 000000 00   W  0   0  1
  [ 6] .stab             PROGBITS        00000000 00dbb0 000408 0c      7   0  4
  [ 7] .stabstr          STRTAB          00000000 00dfb8 000084 00      0   0  1
  [ 8] .shstrtab         STRTAB          00000000 00e03c 00004b 00      0   0  1
  [ 9] .symtab           SYMTAB          00000000 00e240 003fd0 10     10 669  4
  [10] .strtab           STRTAB          00000000 012210 001ceb 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 0x0
There are 3 program headers, starting at offset 52

Program Headers:
  Type           Offset   VirtAddr   PhysAddr   FileSiz MemSiz  Flg Align
  LOAD           0x000094 0x00000000 0x00000000 0x0d70a 0x0d70a R E 0x1
  LOAD           0x00d79e 0x00800100 0x0000d70a 0x00412 0x00412 RW  0x1
  LOAD           0x00dbb0 0x00800512 0x00800512 0x00000 0x00120 RW  0x1

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


httpd



avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=httpserv.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.6/include  -I../.././nut/include  httpserv.c -o httpserv.o
crurom -r -ourom.c sample
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=urom.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.6/include  -I../.././nut/include  urom.c -o urom.o
avr-gcc httpserv.o urom.o -mmcu=atmega128 -Wl,--defsym=main=0,-Map=httpserv.map,--cref -L../.././nutbld_avr_3.4.6/lib -Wl,--start-group ../.././nutbld_avr_3.4.6/lib/nutinit.o  -lnutpro -lnutos -lnutarch -lnutdev -lnutarch -lnutnet -lnutfs -lnutcrt -Wl,--end-group -o httpserv.c.elf

ELF File Information:

There are 11 section headers, starting at offset 0x1482c:

Section Headers:
  [Nr] Name              Type            Addr     Off    Size   ES Flg Lk Inf Al
  [ 0]                   NULL            00000000 000000 000000 00      0   0  0
  [ 1] .data             PROGBITS        00800100 013cda 000678 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 013c46 00  AX  0   0  1
  [ 3] .bss              NOBITS          00800778 014352 000116 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        0080088e 014352 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 014352 000000 00   W  0   0  1
  [ 6] .stab             PROGBITS        00000000 014354 000408 0c      7   0  4
  [ 7] .stabstr          STRTAB          00000000 01475c 000084 00      0   0  1
  [ 8] .shstrtab         STRTAB          00000000 0147e0 00004b 00      0   0  1
  [ 9] .symtab           SYMTAB          00000000 0149e4 0041d0 10     10 699  4
  [10] .strtab           STRTAB          00000000 018bb4 001e49 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 0x0
There are 3 program headers, starting at offset 52

Program Headers:
  Type           Offset   VirtAddr   PhysAddr   FileSiz MemSiz  Flg Align
  LOAD           0x000094 0x00000000 0x00000000 0x13c46 0x13c46 R E 0x1
  LOAD           0x013cda 0x00800100 0x00013c46 0x00678 0x00678 RW  0x1
  LOAD           0x014352 0x00800778 0x00800778 0x00000 0x00116 RW  0x1

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


inetq



avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=inetq.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.6/include  -I../.././nut/include  inetq.c -o inetq.o
avr-gcc inetq.o -mmcu=atmega128 -Wl,--defsym=main=0,-Map=inetq.map,--cref -L../.././nutbld_avr_3.4.6/lib -Wl,--start-group ../.././nutbld_avr_3.4.6/lib/nutinit.o -lnutpro -lnutos -lnutarch -lnutdev -lnutarch -lnutnet -lnutfs -lnutcrt -Wl,--end-group -o inetq.c.elf

ELF File Information:

There are 11 section headers, starting at offset 0x9ef8:

Section Headers:
  [Nr] Name              Type            Addr     Off    Size   ES Flg Lk Inf Al
  [ 0]                   NULL            00000000 000000 000000 00      0   0  0
  [ 1] .data             PROGBITS        00800100 00975c 0002c2 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 0096c8 00  AX  0   0  1
  [ 3] .bss              NOBITS          008003c2 009a1e 000500 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        008008c2 009a1e 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 009a1e 000000 00   W  0   0  1
  [ 6] .stab             PROGBITS        00000000 009a20 000408 0c      7   0  4
  [ 7] .stabstr          STRTAB          00000000 009e28 000084 00      0   0  1
  [ 8] .shstrtab         STRTAB          00000000 009eac 00004b 00      0   0  1
  [ 9] .symtab           SYMTAB          00000000 00a0b0 002f70 10     10 494  4
  [10] .strtab           STRTAB          00000000 00d020 001501 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 0x0
There are 3 program headers, starting at offset 52

Program Headers:
  Type           Offset   VirtAddr   PhysAddr   FileSiz MemSiz  Flg Align
  LOAD           0x000094 0x00000000 0x00000000 0x096c8 0x096c8 R E 0x1
  LOAD           0x00975c 0x00800100 0x000096c8 0x002c2 0x002c2 RW  0x1
  LOAD           0x009a1e 0x008003c2 0x008003c2 0x00000 0x00500 RW  0x1

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


isp2



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

ELF File Information:




logtime



avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=logtime.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.6/include  -I../.././nut/include  logtime.c -o logtime.o
avr-gcc logtime.o -mmcu=atmega128 -Wl,--defsym=main=0,-Map=logtime.map,--cref -L../.././nutbld_avr_3.4.6/lib -Wl,--start-group ../.././nutbld_avr_3.4.6/lib/nutinit.o -lnutpro -lnutnet -lnutcrt -lnutos -lnutdev -lnutarch -lnutos -lnutdev -lnutnet -Wl,--end-group -o logtime.c.elf

ELF File Information:

There are 11 section headers, starting at offset 0xc970:

Section Headers:
  [Nr] Name              Type            Addr     Off    Size   ES Flg Lk Inf Al
  [ 0]                   NULL            00000000 000000 000000 00      0   0  0
  [ 1] .data             PROGBITS        00800100 00c096 000400 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 00c002 00  AX  0   0  2
  [ 3] .bss              NOBITS          00800500 00c496 000123 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        00800623 00c496 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 00c496 000000 00   W  0   0  1
  [ 6] .stab             PROGBITS        00000000 00c498 000408 0c      7   0  4
  [ 7] .stabstr          STRTAB          00000000 00c8a0 000084 00      0   0  1
  [ 8] .shstrtab         STRTAB          00000000 00c924 00004b 00      0   0  1
  [ 9] .symtab           SYMTAB          00000000 00cb28 0037c0 10     10 583  4
  [10] .strtab           STRTAB          00000000 0102e8 001a33 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 0x0
There are 3 program headers, starting at offset 52

Program Headers:
  Type           Offset   VirtAddr   PhysAddr   FileSiz MemSiz  Flg Align
  LOAD           0x000094 0x00000000 0x00000000 0x0c002 0x0c002 R E 0x1
  LOAD           0x00c096 0x00800100 0x0000c002 0x00400 0x00400 RW  0x1
  LOAD           0x00c496 0x00800500 0x00800500 0x00000 0x00123 RW  0x1

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


nutpiper



avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=nutpiper.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.6/include  -I../.././nut/include  nutpiper.c -o nutpiper.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=config.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.6/include  -I../.././nut/include  config.c -o config.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=player.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.6/include  -I../.././nut/include  player.c -o player.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=display.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.6/include  -I../.././nut/include  display.c -o display.o
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=scanner.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.6/include  -I../.././nut/include  scanner.c -o scanner.o
avr-gcc nutpiper.o config.o player.o display.o scanner.o -mmcu=atmega128 -Wl,--defsym=main=0,-Map=nutpiper.map,--cref -L../.././nutbld_avr_3.4.6/lib -Wl,--start-group ../.././nutbld_avr_3.4.6/lib/nutinit.o -lnutarch -lnutpro -lnutos -lnutdev -lnutarch -lnutnet -lnutcrt -Wl,--end-group -o nutpiper.c.elf

ELF File Information:

There are 11 section headers, starting at offset 0xdb68:

Section Headers:
  [Nr] Name              Type            Addr     Off    Size   ES Flg Lk Inf Al
  [ 0]                   NULL            00000000 000000 000000 00      0   0  0
  [ 1] .data             PROGBITS        00800100 00cf18 000776 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 00ce84 00  AX  0   0  2
  [ 3] .bss              NOBITS          00800876 00d68e 00015c 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        008009d2 00d68e 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 00d68e 000000 00   W  0   0  1
  [ 6] .stab             PROGBITS        00000000 00d690 000408 0c      7   0  4
  [ 7] .stabstr          STRTAB          00000000 00da98 000084 00      0   0  1
  [ 8] .shstrtab         STRTAB          00000000 00db1c 00004b 00      0   0  1
  [ 9] .symtab           SYMTAB          00000000 00dd20 003a10 10     10 592  4
  [10] .strtab           STRTAB          00000000 011730 001b40 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 0x0
There are 3 program headers, starting at offset 52

Program Headers:
  Type           Offset   VirtAddr   PhysAddr   FileSiz MemSiz  Flg Align
  LOAD           0x000094 0x00000000 0x00000000 0x0ce84 0x0ce84 R E 0x1
  LOAD           0x00cf18 0x00800100 0x0000ce84 0x00776 0x00776 RW  0x1
  LOAD           0x00d68e 0x00800876 0x00800876 0x00000 0x0015c RW  0x1

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


playmp3



avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=playmp3.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.6/include  -I../.././nut/include  playmp3.c -o playmp3.o
crurom -r -ourom.c sounds
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=urom.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.6/include  -I../.././nut/include  urom.c -o urom.o
avr-gcc playmp3.o urom.o -mmcu=atmega128 -Wl,--defsym=main=0,-Map=playmp3.map,--cref -L../.././nutbld_avr_3.4.6/lib -Wl,--start-group ../.././nutbld_avr_3.4.6/lib/nutinit.o -lnutfs -lnutos -lnutcrt -lnutdev -lnutarch -Wl,--end-group -o playmp3.c.elf

ELF File Information:

There are 11 section headers, starting at offset 0x9ac8:

Section Headers:
  [Nr] Name              Type            Addr     Off    Size   ES Flg Lk Inf Al
  [ 0]                   NULL            00000000 000000 000000 00      0   0  0
  [ 1] .data             PROGBITS        00800100 009404 0001ec 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 009370 00  AX  0   0  1
  [ 3] .bss              NOBITS          008002ec 0095f0 00008f 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        0080037b 0095f0 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 0095f0 000000 00   W  0   0  1
  [ 6] .stab             PROGBITS        00000000 0095f0 000408 0c      7   0  4
  [ 7] .stabstr          STRTAB          00000000 0099f8 000084 00      0   0  1
  [ 8] .shstrtab         STRTAB          00000000 009a7c 00004b 00      0   0  1
  [ 9] .symtab           SYMTAB          00000000 009c80 001f60 10     10 304  4
  [10] .strtab           STRTAB          00000000 00bbe0 000e66 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 0x0
There are 3 program headers, starting at offset 52

Program Headers:
  Type           Offset   VirtAddr   PhysAddr   FileSiz MemSiz  Flg Align
  LOAD           0x000094 0x00000000 0x00000000 0x09370 0x09370 R E 0x1
  LOAD           0x009404 0x00800100 0x00009370 0x001ec 0x001ec RW  0x1
  LOAD           0x0095f0 0x008002ec 0x008002ec 0x00000 0x0008f RW  0x1

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


portdio



avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=portdio.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.6/include  -I../.././nut/include  portdio.c -o portdio.o
avr-gcc portdio.o -mmcu=atmega128 -Wl,--defsym=main=0,-Map=portdio.map,--cref -L../.././nutbld_avr_3.4.6/lib -Wl,--start-group ../.././nutbld_avr_3.4.6/lib/nutinit.o -lnutpro -lnutfs -lnutnet -lnutdev -lnutarch -lnutcrt -lnutnet -lnutdev -lnutos -Wl,--end-group -o portdio.c.elf

ELF File Information:

There are 11 section headers, starting at offset 0x9e44:

Section Headers:
  [Nr] Name              Type            Addr     Off    Size   ES Flg Lk Inf Al
  [ 0]                   NULL            00000000 000000 000000 00      0   0  0
  [ 1] .data             PROGBITS        00800100 0095d6 000396 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 009542 00  AX  0   0  1
  [ 3] .bss              NOBITS          00800496 00996c 0000fa 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        00800590 00996c 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 00996c 000000 00   W  0   0  1
  [ 6] .stab             PROGBITS        00000000 00996c 000408 0c      7   0  4
  [ 7] .stabstr          STRTAB          00000000 009d74 000084 00      0   0  1
  [ 8] .shstrtab         STRTAB          00000000 009df8 00004b 00      0   0  1
  [ 9] .symtab           SYMTAB          00000000 009ffc 002d00 10     10 454  4
  [10] .strtab           STRTAB          00000000 00ccfc 001491 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 0x0
There are 3 program headers, starting at offset 52

Program Headers:
  Type           Offset   VirtAddr   PhysAddr   FileSiz MemSiz  Flg Align
  LOAD           0x000094 0x00000000 0x00000000 0x09542 0x09542 R E 0x1
  LOAD           0x0095d6 0x00800100 0x00009542 0x00396 0x00396 RW  0x1
  LOAD           0x00996c 0x00800496 0x00800496 0x00000 0x000fa RW  0x1

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


pppc



avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=pppc.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.6/include  -I../.././nut/include  pppc.c -o pppc.o
avr-gcc pppc.o -mmcu=atmega128 -Wl,--defsym=main=0,-Map=pppc.map,--cref -L../.././nutbld_avr_3.4.6/lib -Wl,--start-group ../.././nutbld_avr_3.4.6/lib/nutinit.o -lnutpro -lnutarch -lnutnet -lnutdev -lnutarch -lnutnet -lnutos -lnutcrt -Wl,--end-group -o pppc.c.elf

ELF File Information:

There are 11 section headers, starting at offset 0xc8a0:

Section Headers:
  [Nr] Name              Type            Addr     Off    Size   ES Flg Lk Inf Al
  [ 0]                   NULL            00000000 000000 000000 00      0   0  0
  [ 1] .data             PROGBITS        00800100 00c07c 00034a 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 00bfe8 00  AX  0   0  2
  [ 3] .bss              NOBITS          0080044a 00c3c6 000355 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        0080079f 00c3c6 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 00c3c6 000000 00   W  0   0  1
  [ 6] .stab             PROGBITS        00000000 00c3c8 000408 0c      7   0  4
  [ 7] .stabstr          STRTAB          00000000 00c7d0 000084 00      0   0  1
  [ 8] .shstrtab         STRTAB          00000000 00c854 00004b 00      0   0  1
  [ 9] .symtab           SYMTAB          00000000 00ca58 003cb0 10     10 629  4
  [10] .strtab           STRTAB          00000000 010708 0019f8 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 0x0
There are 3 program headers, starting at offset 52

Program Headers:
  Type           Offset   VirtAddr   PhysAddr   FileSiz MemSiz  Flg Align
  LOAD           0x000094 0x00000000 0x00000000 0x0bfe8 0x0bfe8 R E 0x1
  LOAD           0x00c07c 0x00800100 0x0000bfe8 0x0034a 0x0034a RW  0x1
  LOAD           0x00c3c6 0x0080044a 0x0080044a 0x00000 0x00355 RW  0x1

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


rs232d



avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=rs232d.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.6/include  -I../.././nut/include  rs232d.c -o rs232d.o
avr-gcc rs232d.o -mmcu=atmega128 -Wl,--defsym=main=0,-Map=rs232d.map,--cref -L../.././nutbld_avr_3.4.6/lib -Wl,--start-group ../.././nutbld_avr_3.4.6/lib/nutinit.o -lnutpro -lnutos -lnutarch -lnutdev -lnutarch -lnutfs -lnutnet -lnutcrt -Wl,--end-group -o rs232d.c.elf

ELF File Information:

There are 11 section headers, starting at offset 0xa2fc:

Section Headers:
  [Nr] Name              Type            Addr     Off    Size   ES Flg Lk Inf Al
  [ 0]                   NULL            00000000 000000 000000 00      0   0  0
  [ 1] .data             PROGBITS        00800100 009cc8 00015a 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 009c34 00  AX  0   0  2
  [ 3] .bss              NOBITS          0080025a 009e22 0000fd 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        00800357 009e22 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 009e22 000000 00   W  0   0  1
  [ 6] .stab             PROGBITS        00000000 009e24 000408 0c      7   0  4
  [ 7] .stabstr          STRTAB          00000000 00a22c 000084 00      0   0  1
  [ 8] .shstrtab         STRTAB          00000000 00a2b0 00004b 00      0   0  1
  [ 9] .symtab           SYMTAB          00000000 00a4b4 002ec0 10     10 482  4
  [10] .strtab           STRTAB          00000000 00d374 0016bc 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 0x0
There are 3 program headers, starting at offset 52

Program Headers:
  Type           Offset   VirtAddr   PhysAddr   FileSiz MemSiz  Flg Align
  LOAD           0x000094 0x00000000 0x00000000 0x09c34 0x09c34 R E 0x1
  LOAD           0x009cc8 0x00800100 0x00009c34 0x0015a 0x0015a RW  0x1
  LOAD           0x009e22 0x0080025a 0x0080025a 0x00000 0x000fd RW  0x1

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


simple



avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=simple.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.6/include  -I../.././nut/include  simple.c -o simple.o
avr-gcc simple.o -mmcu=atmega128 -Wl,--defsym=main=0,-Map=simple.map,--cref -L../.././nutbld_avr_3.4.6/lib -Wl,--start-group ../.././nutbld_avr_3.4.6/lib/nutinit.o -lnutos -lnutarch -lnutdev -lnutarch -lnutcrt  -Wl,--end-group -o simple.c.elf

ELF File Information:

There are 11 section headers, starting at offset 0x1ab0:

Section Headers:
  [Nr] Name              Type            Addr     Off    Size   ES Flg Lk Inf Al
  [ 0]                   NULL            00000000 000000 000000 00      0   0  0
  [ 1] .data             PROGBITS        00800100 0015be 00001a 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 00152a 00  AX  0   0  1
  [ 3] .bss              NOBITS          0080011a 0015d8 00006e 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        00800188 0015d8 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 0015d8 000000 00   W  0   0  1
  [ 6] .stab             PROGBITS        00000000 0015d8 000408 0c      7   0  4
  [ 7] .stabstr          STRTAB          00000000 0019e0 000084 00      0   0  1
  [ 8] .shstrtab         STRTAB          00000000 001a64 00004b 00      0   0  1
  [ 9] .symtab           SYMTAB          00000000 001c68 000f30 10     10 110  4
  [10] .strtab           STRTAB          00000000 002b98 0008e2 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 0x0
There are 3 program headers, starting at offset 52

Program Headers:
  Type           Offset   VirtAddr   PhysAddr   FileSiz MemSiz  Flg Align
  LOAD           0x000094 0x00000000 0x00000000 0x0152a 0x0152a R E 0x1
  LOAD           0x0015be 0x00800100 0x0000152a 0x0001a 0x0001a RW  0x1
  LOAD           0x0015d8 0x0080011a 0x0080011a 0x00000 0x0006e RW  0x1

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


tcps



avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=tcps.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.6/include  -I../.././nut/include  tcps.c -o tcps.o
avr-gcc tcps.o -mmcu=atmega128 -Wl,--defsym=main=0,-Map=tcps.map,--cref -L../.././nutbld_avr_3.4.6/lib -Wl,--start-group ../.././nutbld_avr_3.4.6/lib/nutinit.o -lnutpro -lnutos -lnutarch -lnutdev -lnutarch -lnutnet -lnutfs -lnutcrt -Wl,--end-group -o tcps.c.elf

ELF File Information:

There are 11 section headers, starting at offset 0xa130:

Section Headers:
  [Nr] Name              Type            Addr     Off    Size   ES Flg Lk Inf Al
  [ 0]                   NULL            00000000 000000 000000 00      0   0  0
  [ 1] .data             PROGBITS        00800100 009a18 00023e 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 009984 00  AX  0   0  1
  [ 3] .bss              NOBITS          0080033e 009c56 000180 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        008004be 009c56 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 009c56 000000 00   W  0   0  1
  [ 6] .stab             PROGBITS        00000000 009c58 000408 0c      7   0  4
  [ 7] .stabstr          STRTAB          00000000 00a060 000084 00      0   0  1
  [ 8] .shstrtab         STRTAB          00000000 00a0e4 00004b 00      0   0  1
  [ 9] .symtab           SYMTAB          00000000 00a2e8 0032b0 10     10 530  4
  [10] .strtab           STRTAB          00000000 00d598 0015f8 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 0x0
There are 3 program headers, starting at offset 52

Program Headers:
  Type           Offset   VirtAddr   PhysAddr   FileSiz MemSiz  Flg Align
  LOAD           0x000094 0x00000000 0x00000000 0x09984 0x09984 R E 0x1
  LOAD           0x009a18 0x00800100 0x00009984 0x0023e 0x0023e RW  0x1
  LOAD           0x009c56 0x0080033e 0x0080033e 0x00000 0x00180 RW  0x1

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


threads



avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=threads.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.6/include  -I../.././nut/include  threads.c -o threads.o
avr-gcc threads.o -mmcu=atmega128 -Wl,--defsym=main=0,-Map=threads.map,--cref -L../.././nutbld_avr_3.4.6/lib -Wl,--start-group ../.././nutbld_avr_3.4.6/lib/nutinit.o -lnutos -lnutarch -lnutdev -lnutarch -lnutos -lnutcrt  -Wl,--end-group -o threads.c.elf

ELF File Information:

There are 11 section headers, starting at offset 0x3330:

Section Headers:
  [Nr] Name              Type            Addr     Off    Size   ES Flg Lk Inf Al
  [ 0]                   NULL            00000000 000000 000000 00      0   0  0
  [ 1] .data             PROGBITS        00800100 002d88 0000ce 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 002cf4 00  AX  0   0  2
  [ 3] .bss              NOBITS          008001ce 002e56 000075 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        00800243 002e56 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 002e56 000000 00   W  0   0  1
  [ 6] .stab             PROGBITS        00000000 002e58 000408 0c      7   0  4
  [ 7] .stabstr          STRTAB          00000000 003260 000084 00      0   0  1
  [ 8] .shstrtab         STRTAB          00000000 0032e4 00004b 00      0   0  1
  [ 9] .symtab           SYMTAB          00000000 0034e8 0019d0 10     10 249  4
  [10] .strtab           STRTAB          00000000 004eb8 000cbc 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 0x0
There are 3 program headers, starting at offset 52

Program Headers:
  Type           Offset   VirtAddr   PhysAddr   FileSiz MemSiz  Flg Align
  LOAD           0x000094 0x00000000 0x00000000 0x02cf4 0x02cf4 R E 0x1
  LOAD           0x002d88 0x00800100 0x00002cf4 0x000ce 0x000ce RW  0x1
  LOAD           0x002e56 0x008001ce 0x008001ce 0x00000 0x00075 RW  0x1

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


timers



avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=timers.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.6/include  -I../.././nut/include  timers.c -o timers.o
avr-gcc timers.o -mmcu=atmega128 -Wl,--defsym=main=0,-Map=timers.map,--cref -L../.././nutbld_avr_3.4.6/lib -Wl,--start-group ../.././nutbld_avr_3.4.6/lib/nutinit.o -lnutos -lnutarch -lnutdev -lnutarch -lnutcrt -Wl,--end-group -o timers.c.elf

ELF File Information:

There are 11 section headers, starting at offset 0x2ecc:

Section Headers:
  [Nr] Name              Type            Addr     Off    Size   ES Flg Lk Inf Al
  [ 0]                   NULL            00000000 000000 000000 00      0   0  0
  [ 1] .data             PROGBITS        00800100 0027e2 000212 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 00274e 00  AX  0   0  1
  [ 3] .bss              NOBITS          00800312 0029f4 000078 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        0080038a 0029f4 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 0029f4 000000 00   W  0   0  1
  [ 6] .stab             PROGBITS        00000000 0029f4 000408 0c      7   0  4
  [ 7] .stabstr          STRTAB          00000000 002dfc 000084 00      0   0  1
  [ 8] .shstrtab         STRTAB          00000000 002e80 00004b 00      0   0  1
  [ 9] .symtab           SYMTAB          00000000 003084 001850 10     10 223  4
  [10] .strtab           STRTAB          00000000 0048d4 000aff 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 0x0
There are 3 program headers, starting at offset 52

Program Headers:
  Type           Offset   VirtAddr   PhysAddr   FileSiz MemSiz  Flg Align
  LOAD           0x000094 0x00000000 0x00000000 0x0274e 0x0274e R E 0x1
  LOAD           0x0027e2 0x00800100 0x0000274e 0x00212 0x00212 RW  0x1
  LOAD           0x0029f4 0x00800312 0x00800312 0x00000 0x00078 RW  0x1

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


uart



avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall -Wstrict-prototypes -Wa,-ahlms=uart.lst -DETHERNUT2 -D__HARVARD_ARCH__ -I../.././nutbld_avr_3.4.6/include  -I../.././nut/include  uart.c -o uart.o
avr-gcc uart.o -mmcu=atmega128 -Wl,--defsym=main=0,-Map=uart.map,--cref -L../.././nutbld_avr_3.4.6/lib -Wl,--start-group ../.././nutbld_avr_3.4.6/lib/nutinit.o -lnutcrt -lnutarch -lnutdev -lnutos -lnutdev -lnutarch  -Wl,--end-group -o uart.c.elf

ELF File Information:

There are 11 section headers, starting at offset 0x3b60:

Section Headers:
  [Nr] Name              Type            Addr     Off    Size   ES Flg Lk Inf Al
  [ 0]                   NULL            00000000 000000 000000 00      0   0  0
  [ 1] .data             PROGBITS        00800100 00354e 00013a 00  WA  0   0  1
  [ 2] .text             PROGBITS        00000000 000094 0034ba 00  AX  0   0  2
  [ 3] .bss              NOBITS          0080023a 003688 0000f5 00  WA  0   0  1
  [ 4] .noinit           PROGBITS        0080032f 003688 000000 00   W  0   0  1
  [ 5] .eeprom           PROGBITS        00810000 003688 000000 00   W  0   0  1
  [ 6] .stab             PROGBITS        00000000 003688 000408 0c      7   0  4
  [ 7] .stabstr          STRTAB          00000000 003a90 000084 00      0   0  1
  [ 8] .shstrtab         STRTAB          00000000 003b14 00004b 00      0   0  1
  [ 9] .symtab           SYMTAB          00000000 003d18 001c90 10     10 286  4
  [10] .strtab           STRTAB          00000000 0059a8 000d52 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 0x0
There are 3 program headers, starting at offset 52

Program Headers:
  Type           Offset   VirtAddr   PhysAddr   FileSiz MemSiz  Flg Align
  LOAD           0x000094 0x00000000 0x00000000 0x034ba 0x034ba R E 0x1
  LOAD           0x00354e 0x00800100 0x000034ba 0x0013a 0x0013a RW  0x1
  LOAD           0x003688 0x0080023a 0x0080023a 0x00000 0x000f5 RW  0x1

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