Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
9 years, 11 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!