Hi, All ! > Just compiled full set of gcc-current. > > all seem to work. > > Does anybody want it? >
I use c++ for msp430 in one project that needs non standard floating point library (48 bits, based on TI FPP). The operator overloading works fine :). So you can just write: real a,b,c; a=1; b=2; c=a*b; But in version that I have built, constructors for global objects are NOT called at startup. (Also there were some error during build and install). Is it fixed in this version ? If so I want it ! All the best ! Bye, Oleg. P.S. I do not think Java will be useful for msp430 :).