9 years, 4 months ago.

freestanding vs hosted implementation

Hello, I'm making a research about embbedded OS that are using C++ compilers. Particularly I need to know:

1) Are you using a freestanding or hosted implementation of the C++ library headers? I mean, how do you define the macro STDC_HOSTED?

2) What C++ and C library headers are you currently supplying, since there are some of them that are not required on the standard (e.g.: iostream, exception, array, thread)?

These question are related with the toolchains that you provide.

Thanks in advance!

Be the first to answer this question.