This is the mail archive of the ecos-discuss@sourceware.org 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]

Re: uSTL how to use it?


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


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