[Mspgcc-users] 64-bit double

2013-06-10 Thread Thomas Taranowski
Does anyone know of plans to support the standard 64-bit double type for mspgcc? I have a small source application which uses the 8-byte double that I’m trying to make cross platform. -Tom -- This SF.net email is

Re: [Mspgcc-users] 64-bit double

2013-06-10 Thread Peter Bigot
No plans in mspgcc. https://sourceforge.net/p/mspgcc/bugs/171/ Red Hat version might have different plans. Peter On Mon, Jun 10, 2013 at 5:29 PM, Thomas Taranowski t...@baringforge.comwrote: Does anyone know of plans to support the standard 64-bit double type for mspgcc? I have a small

[Mspgcc-users] mspg++ and c++ includes

2013-06-10 Thread Thomas Taranowski
mspg++ seems to be functioning, but all the standard c++ includes seen to be missing. For example, cstdio, cstdlib, etc. Am I missing some part of the install, or is this work yet to be done? -Tom -- This SF.net email

Re: [Mspgcc-users] mspg++ and c++ includes

2013-06-10 Thread Peter Bigot
C++ is not supported by mspgcc. Some people are using it to some degree with some success, and may be able to provide hints about improved compatibility, but no effort has been made to ensure it functions. It is to be hoped this will be addressed by Red Hat's version. On Mon, Jun 10, 2013 at

Re: [Mspgcc-users] mspg++ and c++ includes

2013-06-10 Thread Paul Sokolovsky
Hello, On Mon, 10 Jun 2013 17:45:00 -0500 Peter Bigot big...@acm.org wrote: C++ is not supported by mspgcc. Some people are using it to some degree with some success, and may be able to provide hints about improved compatibility, but no effort has been made to ensure it functions. C++ as

Re: [Mspgcc-users] mspg++ and c++ includes

2013-06-10 Thread Thomas Taranowski
Thanks for the comment Paul. What are you using for your compiler flags? I'm having a couple issues with mine. I'm currently using the following: -ffunction-sections -fdata-sections -DGCC_MSP430 -Wall -fno-exceptions -fno-rtti -fno-enforce-eh-specs -nodefaultlibs This works well in with -O2

Re: [Mspgcc-users] mspg++ and c++ includes

2013-06-10 Thread Peter Johansson
On Mon, Jun 10, 2013 at 8:00 PM, Paul Sokolovsky pmis...@gmail.com wrote: C++ as a language works really well with mspgcc. C++ stdlib is different story. The vast majority of MSP430s are rather limited in capabilities and this is borne out in even in the C library. Outside of the

Re: [Mspgcc-users] mspg++ and c++ includes

2013-06-10 Thread William Chops Westfield
On Jun 10, 2013, at 5:23 PM, Thomas Taranowski wrote: I really want something to just disable the libstdc++ include. Energia (Arduino for MSP430) is probably the most common MSP430 C++ application, and it doesn't seem to do anything special, nor include (in it's distribution) ANY C++