------- 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