This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: gui doesn't create bss section (was: MBX860(40MHz) stubs with cvs snapshot - mapping problem?)


Oops - wrong line - here it is - it adds the bss section.

    .bss   ALIGN (0x10)  :      { __bss_start = ABSOLUTE (.); . = . ;
*(.dynbss) *(.bss) *(COMMON) __bss_end = ABSOLUTE (.); } >  ram
    . = ALIGN(4); _end = .; PROVIDE (end = .);

I'm using 1.3.1.1 config tools, and a repository checked out yesterday from
anoncvs.
--
Michael Barker
michael.d.barker@motorola.com




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]