avr-gcc-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avr-gcc-list] Bug in GCC 4.8


From: Kshitij Kumar Singh
Subject: Re: [avr-gcc-list] Bug in GCC 4.8
Date: Fri, 11 May 2012 15:37:25 +0530

On Thu, May 10, 2012 at 10:12 PM, Georg-Johann Lay <address@hidden> wrote:
> [giving up with TOFU]
>
> You must do something fundamentally wrong...
it wasn't that messed up, haha....

Like I said in my first post, I wasn't using the trunk but a snapshot,
(gcc-4.8-20120506.tar.bz2, to be precise) at that time to build
avr-gcc. Configure was like

--target=avr
--prefix=/c/kks --disable-nls --with-dwarf2
--disable-shared --disable-libada --disable-libssp
 --enable-languages=c,c++

It didn't give any errors then, but then make gave an error about a
lack of an exception model. I had to then add
''--enable-sjlj-exceptions" to the configure options. In my previous
outings with beta/snapshot builds of avr-gcc ., I never had to specify
that option explicitly. Either way, after fixing that, make threw up
that internal compiler error and I posted here for help.

After checking out the current trunk, however, things worked out of the box.
Thanks again for helping.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]