This is the mail archive of the ecos-bugs@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]
Other format: [Raw text]

[Bug 1000133] Problem declaring stacks for new threads


http://bugs.ecos.sourceware.org/show_bug.cgi?id=1000133


jifl@ecoscentric.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |NOTABUG




------- Additional Comments From jifl@ecoscentric.com  2005-25-01 16:22 -------
This is a classic indication you are out of memory, at least as defined in the
memory definitions for the board port - you have too many things trying to use
the internal SRAM. In this case, the BSS is trying to use the internal SRAM on
your chip. You probably need to change your port so that BSS is using external
RAM if there is any - if not, i.e. the 512K is on-chip, then you will need to
reduce the RAM usage of your application.

Have a look at http://ecos.sourceware.org/fom-serv/ecos/cache/89.html which is
relevant, particularly with generating a linker map.



------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.


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