[ECOS] Re: uSTL how to use it?
John Dallaway
john@dallaway.org.uk
Tue Mar 2 10:04:00 GMT 2010
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
More information about the Ecos-discuss
mailing list