> On Wed, 21 Sep 2011, gmail wrote:
> Is there a package for STL and eCos 3.0?

The problem with what was once called STL (which has actually been part of
the C++ language since 1998) is that it has no way to report out-of-memory
errors other than by throwing bad_alloc. uSTL doesn't seem to be any
different. But last I looked, eCos didn't support C++ exceptions, because
the kernel didn't provide the helper functions needed to make them
thread-safe. eCosCentric's version did, but that was something you could
only use if you bought their package. Is this still the case? I haven't
worked with eCos for about four years now, so I haven't been keeping track.

-- 

Ciao,               Paul D. DeRocco
Paul                mailto:pdero...@ix.netcom.com 


-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

Reply via email to