Steve Underwood schrieb:
C++ support would be nice.
IAR supports C++, and I've never seen a single person using it. This makes me reluctant to put effort into C++ for MSPGCC. People have built C++ support for MSPGCC, but it would take some work for complete support.

the latest windows distribution ships with msp430-g++ but there is no libstdc++ so many of the C++ features wont be available. (e.g. must compile with -fno-rtti, not using exceptions or new/delete, see examples/cplusplus/leds for a simple but stupid example)

chris

Reply via email to