It looks like there is only a problem whit the fstreams. If i use ostringstreams and strinngs in conjunction whit fprinf()/fgetc() and avoid any cout/ofstream usw, then it works great...

John Dallaway schrieb:
Hi Oliver

oliver munz @ s p e a g wrote:

Is there any "hello_uSTL.cxx" and a working makefile for it?

There's a trivial example in the eCos reference:

  http://ecos.sourceware.org/docs-latest/ref/using-ustl-library.html

You don't need any special compiler switches. Build your application
.cxx files in the same way that you build application .c files for use
with eCos. Having said that, you might decide to build with "-Wno-undef"
to eliminate various (benign) warning messages triggered by the uSTL
header files.

I hope this helps...

John Dallaway
eCos maintainer





--
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