public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] Re: how do I configure libstdc++ for a non-unix OS - eCOS
@ 2000-12-06 11:34 Benjamin Kosnik
  2000-12-06 13:53 ` Jonathan Larmour
  0 siblings, 1 reply; 2+ messages in thread
From: Benjamin Kosnik @ 2000-12-06 11:34 UTC (permalink / raw)
  To: libstdc++, AshCan, ecos-discuss

This is an interesting question. From looking at your error messages,
it looks like you are using gcc-2.95.2 as your base compiler, from
which I assume you are not actually using libstdc++-v3, but
libstdc++-v2. I can't help you with that port.

I can, however, help with the libstdc++-v3 port, especially if you are
using a more recent compiler. Most of your error messages look like
they are from unresolved bits in libio: libstdc++-v3 can be configured
without libio. (This functionality originally came from a port to
another embedded OS, so I suspect that libstdc++-v3 could be made to
work with eCOS if sufficient time and energy was spent working on it.)
The other bits have to do with the "C" library eCOS uses, which I
assume is newlib, and which libstdc++-v3 already deals with for cross
compilers and cygwin.

-benjamin

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [ECOS] Re: how do I configure libstdc++ for a non-unix OS - eCOS
  2000-12-06 11:34 [ECOS] Re: how do I configure libstdc++ for a non-unix OS - eCOS Benjamin Kosnik
@ 2000-12-06 13:53 ` Jonathan Larmour
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Larmour @ 2000-12-06 13:53 UTC (permalink / raw)
  To: Benjamin Kosnik; +Cc: libstdc++, AshCan, ecos-discuss

Benjamin Kosnik wrote:
> 
> The other bits have to do with the "C" library eCOS uses, which I
> assume is newlib, and which libstdc++-v3 already deals with for cross
> compilers and cygwin.

It isn't newlib. But yes I was going to look at the cstdio stuff at some
point, but I haven't yet and don't know if it works.

Jifl
-- 
Red Hat, 35 Cambridge Place, Cambridge, UK. CB2 1NS  Tel: +44 (1223) 728762
"Plan to be spontaneous tomorrow."  ||  These opinions are all my own fault

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2000-12-06 13:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-12-06 11:34 [ECOS] Re: how do I configure libstdc++ for a non-unix OS - eCOS Benjamin Kosnik
2000-12-06 13:53 ` Jonathan Larmour

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).