I love to use define classes and use inheritance etc, the "minor" features of C++ in my applications. I found that feature alone is enough for me. Where can I get a MSPGCC build that has C++ built in ?
Thanks Greg David Brown-4 wrote: > >> Hi all, >> >> We have a MSP 430 project developed with release 20041112 of the Win32 >> toolchain. Our c source files have been named with the suffix .cpp and >> while we have not used any classes some minor C++ language features >> (namespaces, variable declaration in the middle of blocks, maybe some >> others) have been used. Our makefile invoked the executable >> msp430-g++.exe to compile C++ source files, >> > > Do you actually need C++ ? There are certainly things (other than > classes, > and "heavy" features like exceptions and RTTI) that C++ supports that C > doesn't, such as namespaces. But there are a lot of advantages in > sticking > to plain C, especially since gcc supports a number of C++ features in C > (often via C99). Of your two example features above, namespaces are not > supported (maybe someday?), while variable declaration in the middle of > blocks is fully supported. > > >> I've recently downloaded the latest release (20060424) and found that >> C++ support has been pulled from under us. There's no msp430-g++.exe in >> the install and when we try to compile our files with msp430-gcc.exe we >> get the >> >> msp430-gcc: corch.cc: C++ compiler not installed on this system >> >> error message. >> >> Could anyone out there point me towards an explanation of when and why >> this has changed, as I've scanned the release notes and mailing list >> archive without really finding anything. >> >> Thanks >> >> Richard. >> > > > > > ------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job > easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Mspgcc-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/mspgcc-users > > -- View this message in context: http://www.nabble.com/C%2B%2B-Support-tf1521561.html#a8391220 Sent from the MSP430 gcc - Users mailing list archive at Nabble.com.
