[ECOS] gui doesn't create bss section (was: MBX860(40MHz) stubs with cvs snapshot - mapping problem?)
Michael Barker
Michael.D.Barker@Motorola.com
Wed Oct 18 13:15:00 GMT 2000
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
More information about the Ecos-discuss
mailing list