On Fri, 25 Sep 2015 01:06:12 +0100
Ken Moffat <zarniwh...@ntlworld.com> wrote:

> An ICE (internal compiler error) means something *apparently* went
> wrong in your compiler.  On one of my machines (an AMD phenom - they
> are notorious for this), building with -j4 often provokes this sort
> of error, particularly when building a new kernel.


  Ken,

Do you have any knowledge about how the newer AMD processors
(Phenom II, A10, etc.) hold up in this regard?

As to the problem of the OP, is it possible that gcc was not complied
for the correct target such that in unusual circumstances it really
will attempt to execute an unsupported CPU instruction?

If a reattempt is made to build atk (after cleaning the source tree)
does the exact same error occur at the same place? If so, a hardware
problem is less likely.

Another possibility is some kind of stack corruption (caused by
a bug in gcc or one of the libraries it depends on) where data
is somehow overwriting exec code.


  Cheers,

  Mike Shell
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to