Motorola DSP56800 Guía de usuario Pagina 306

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 446
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 305
ELF Linker and Command Language
Linker Command File Keyword Listing
306
Targeting MC56F83xx/DSP5685x Controllers
Example
SECTIONS {
.text : {
F_textSegmentStart = .;
footpad.c (.text)
. = ALIGN (0x10);
padfoot.c (.text)
F_textSegmentEnd = .;
} > TEXT
.data : { *(.data) } > DATA
.bss : { *(.bss) > BSS
*(COMMON)
}
}
SIZEOF
The SIZEOF function returns the size of the given segment or section. The return
value is the size in bytes.
Prototype
SIZEOF(sectionName | segmentName | symbol)
NOTE In order to use segmentName with this command, the segmentName
must start with the period character even though segmentNames are
not required to start with the period character by the linker, as is the
case with sectionName.
Vista de pagina 305
1 2 ... 301 302 303 304 305 306 307 308 309 310 311 ... 445 446

Comentarios a estos manuales

Sin comentarios