internal compiler error at check_fds.c

Martin Guy martinwguy@gmail.com
Wed May 1 07:53:00 GMT 2013


On 30 April 2013 21:34, Thomas Schneider <thosch97@gmail.com> wrote:
> I tried to build a cross-gcc for i586-linux-gnu several times, and it
> failed everytime with that error. I don't really know what went wrong,

Hi Thomas
  "Internal compiler error" is a bug in GCC, not crosstool-ng
  It's being triggered while using your new compiler to compile a file
in libc, so you may be able to avoid it by playing with your
optimization flags for libc.
  It seems not to have been reported yet at gcc.gnu.org/bugzilla and
GCC is telling you the line number and file in gcc where the error is
being detected, so an alternative is to go there and see if you can
fix it. :)

    M

--
For unsubscribe information see http://sourceware.org/lists.html#faq



More information about the crossgcc mailing list