This is the mail archive of the ecos-discuss@sources.redhat.com 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: c++ again


Bob Koninckx wrote:
[...]
3) my experience is, that the trouble comes from the header files (due to some defines!?) and therefor headers in <whatever>/gnutools/arm-elf/include collide with <ownprojektpath>/ecos_install/include (especially c++ headers) so that strange errors about not defined function appear even when I only add #inlcude<iostream> into the main.cpp



That's your problem. C++ works, however, libstdc++ is not included with
eCos. If you need this, search the archives, a while ago there was a
post that explains how to use STLport with eCos.

Actually, that is not 100% accurate.


libstdc++ support is included as standard with our commercial version of eCos, eCosPro. It is just not available in the free anoncvs version.

-- Alex






Bob


Any ideas?

Thanks in advanced - Jörn






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