Re: [avr-gcc-list] May avr-libc use functions from libgcc?

2012-10-07 Thread Gabriel Dos Reis
On Sun, Oct 7, 2012 at 12:56 PM, Weddington, Eric eric.wedding...@atmel.com wrote: -Original Message- From: avr-gcc-list-bounces+eric.weddington=atmel@nongnu.org [mailto:avr-gcc-list-bounces+eric.weddington=atmel@nongnu.org] On Behalf Of Georg-Johann Lay Sent: Sunday, October

Re: [avr-gcc-list] Use on AVR

2012-06-09 Thread Gabriel Dos Reis
forwarding to the avr-gcc list... On Sat, Jun 9, 2012 at 10:15 AM, Torbjorn Granlund t...@gmplib.org wrote: bodr...@mail.dm.unipi.it writes:  IIRC, with avr-gcc, the unsigned long type exists and it is 32 bits long.  Using them for all operations probably is not the faster way to handle  

Re: [avr-gcc-list] using exceptions

2012-05-03 Thread Gabriel Dos Reis
On Thu, May 3, 2012 at 3:33 AM, Georg-Johann Lay a...@gjlay.de wrote: Gabriel Dos Reis schrieb: Georg-Johann Lay wrote: Gabriel Dos Reis wrote: I guess I would need to get my feet wet with 1. minimal free-standing  C++ implementations without exceptions 2. get support for RTTI (without

Re: [avr-gcc-list] using exceptions

2012-05-03 Thread Gabriel Dos Reis
On Thu, May 3, 2012 at 5:13 PM, Sergey A. Borshch sb...@users.sourceforge.net wrote: On 05/03/2012 05:20 PM, Gabriel Dos Reis wrote: and flashT  if we decide to have one. And to have great incompatibility with C11 address space qualifiers. See how C11 handles std::atomicT. Anyway, all I am

Re: [avr-gcc-list] using exceptions

2012-05-02 Thread Gabriel Dos Reis
On Wed, May 2, 2012 at 7:58 AM, Georg-Johann Lay a...@gjlay.de wrote: Gabriel Dos Reis wrote: My recent interests in AVR grew out of educational and research activities -- as I explained in a relatively recent post on libstdc++. I am still learning AVR and its toolsets but I can definitely

Re: [avr-gcc-list] using exceptions

2012-05-02 Thread Gabriel Dos Reis
On Wed, May 2, 2012 at 10:03 AM, Weddington, Eric eric.wedding...@atmel.com wrote: We're talking about university students and research projects. It does NOT have to be efficient. They're working on something new. It's the nature of research projects to try and find out what are the issues.

Re: [avr-gcc-list] using exceptions

2012-05-02 Thread Gabriel Dos Reis
On Wed, May 2, 2012 at 10:18 AM, David Brown da...@westcontrol.com wrote: I agree with what you are saying.  I'm just trying to suggest that getting Haskell to work on the AVR is more akin to getting Linux to work on the AVR - while perhaps Lua, OCAML, more C++, or other options might be a

Re: [avr-gcc-list] using exceptions

2012-05-01 Thread Gabriel Dos Reis
On Tue, May 1, 2012 at 8:04 AM, Georg-Johann Lay a...@gjlay.de wrote: Gabriel Dos Reis schrieb: Georg-Johann Lay wrote: Kövesdi György schrieb: I am using avr-g++ for building my projects for avr and i am happy with it. :-) But i would need exception support, and could not find how

Re: [avr-gcc-list] using exceptions

2012-05-01 Thread Gabriel Dos Reis
On Tue, May 1, 2012 at 12:15 PM, Weddington, Eric eric.wedding...@atmel.com wrote: -Original Message- From: avr-gcc-list-bounces+eric.weddington=atmel@nongnu.org [mailto:avr- gcc-list-bounces+eric.weddington=atmel@nongnu.org] On Behalf Of Gabriel Dos Reis Sent: Tuesday, May 01

Re: [avr-gcc-list] using exceptions

2012-05-01 Thread Gabriel Dos Reis
On Tue, May 1, 2012 at 2:34 PM, Bob Paddock graceindustr...@gmail.com wrote: a subgroup        of students (under my direction) has set up to write a compiler for a subset        of Haskell targetting AVR.  This is quite an exciting research project. There is the Atom subset of Haskell

Re: [avr-gcc-list] using exceptions

2012-05-01 Thread Gabriel Dos Reis
On Tue, May 1, 2012 at 3:36 PM, Weddington, Eric eric.wedding...@atmel.com wrote: -Original Message- From: dosr...@gmail.com [mailto:dosr...@gmail.com] On Behalf Of Gabriel Dos Reis Sent: Tuesday, May 01, 2012 11:48 AM To: Weddington, Eric Cc: Georg-Johann Lay; avr-gcc-list

Re: [avr-gcc-list] using exceptions

2012-05-01 Thread Gabriel Dos Reis
, 2012 2:06 PM To: Bob Paddock; Gabriel Dos Reis Cc: avr-gcc-list@nongnu.org Subject: Re: [avr-gcc-list] using exceptions There is the Atom subset of Haskell meant for embedding, if you are not aware of it: Atom is a Haskell DSL for designing hard real-time embedded software. At Eaton

Re: [avr-gcc-list] using exceptions

2012-04-29 Thread Gabriel Dos Reis
On Sat, Apr 28, 2012 at 6:07 PM, Georg-Johann Lay a...@gjlay.de wrote: Kövesdi György schrieb: I am using avr-g++ for building my projects for avr and i am happy with it. :-) But i would need exception support, and could not find how to get it work. :-( I found some mails in the archive