On Sunday 27 August 2006 14:37, Bernd Trog wrote:

> --- Rolf Magnus <[EMAIL PROTECTED]> wrote:
> > Well, this is with sjlj exception handling. I now managed to compile it
> > with the newer exception handling method, and (at least I think that was
> > the
>
> [..]
>
> Interesting. How do you switch between these two exception handling
> methods?

It's a configure switch for building gcc and libstdc++. From configure --help:

  --enable-sjlj-exceptions
                          force use of builtin_setjmp for exceptions
                          [default=auto]

I used that at the begining, because I couldn't get it to compile otherwise.


_______________________________________________
AVR-GCC-list mailing list
AVR-GCC-list@nongnu.org
http://lists.nongnu.org/mailman/listinfo/avr-gcc-list

Reply via email to