This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug bootstrap/38523] [4.4 regression] arm build fails to link cc1-dummy



------- Comment #3 from laurent at guerby dot net  2008-12-15 11:46 -------
>From Richard Earnshaw:

<<
GCC (to be precise binutils) has limit on the maximum program size on
ARM, which is 32MBytes (based on the span of the BL instruction).
Unfortunately, when GCC is built without optimization and with checking
enabled the image exceeds this limit.  You can work around this by
configuring with --disable-stage1-checking.

See the discussion of this back in May 2007 (the initial diagnosis of
the problem was wrong :-) starting here:

http://gcc.gnu.org/ml/gcc/2007-05/msg00108.html
>>


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38523


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]