People, Hi, I'm involved in a project that will use a software written in c++ with the glorious msp430. With this in mind, i try to build the mspgcc with c++ support, without success. Searching in the archive of this mailing list don't fix my problem. I follow the installation notes (see mspgcc-manual from pages 48 to 50).
$ msp430-gcc -mmcu=msp430x148 corch.cc msp430-gcc: corch.cc: C++ compiler not installed on this system So, thinking a little and after downloading gcc-g++-3.2.3.tar.bz2 [the packages to support c++ in gcc] and rebuilding all $ msp430-g++ -mmcu=msp430x148 corch.cc msp430-ld: cannot find -lstdc++ Reading the page, clearly says "C++ without libstdc++" so, finally searching through the mailing list as i say before, i found that the secret is ./configure ---enable-languages=c,c++. So i clean my installation directories and try (without gcc-g++...) again. Sadly this refuses me one more time with the message msp430-gcc: corch.cc: C++ compiler not installed on this system Any way, anybody has build mspgcc with c++ support for a production development? in that case, the resulting executable is of a reasonably size? Because, I'm considering that it will less painful to "port" to c the software, after all. greetings sorry about my pathetic English
