gcc 4.1 i686 gives an internal compiler error

David Daney ddaney at avtrex.com
Thu Apr 27 17:22:06 UTC 2006


Milrith wrote:
> I had the same problem, and I worked around it by disabling precompiled
> headers by making a patch to the libstdc++ configure script to disable
> this option (just a line to comment if I remember well).
> 

Precompiled headers tend not to work will with Linux address space 
randomization.

I think you can disable that by doing:

echo 0 > /proc/proc/sys/kernel/exec-shield

Your results may vary.



> Le Thu, 27 Apr 2006 14:04:43 +0100 "Alessio Massaro"
> <alessio.massaro at oxinst.co.uk> a écrit : 
> 
>>gcc 4.1i686 gives the following internal compiler error during a buildroot
>>build
>>
>>I think this is why I never get the ccache precompiled headers out of my
>>builds.
>>
>>Does anybody have a cure?
>>
>>-thnx
> 
> _______________________________________________
> uClibc mailing list
> uClibc at uclibc.org
> http://busybox.net/cgi-bin/mailman/listinfo/uclibc




More information about the uClibc mailing list