This is the mail archive of the gcc-patches@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]

Re: [PATCH][ARM] bootstrap/38523 arm build fails to link cc1-dummy / configure tweak for stage1


On Wed, 2009-01-14 at 15:42 -0500, Daniel Jacobowitz wrote:
> On Wed, Jan 14, 2009 at 08:53:23PM +0100, Laurent GUERBY wrote:
> > I tried with both 2.19 and CVS binutils ld
> > --stub-group-size=1 and 1024 but the link still fails, I also
> > tried --relax with and without the stub option but without success:
> > 
> > libbackend.a(cfgcleanup.o): In function `VEC_int_base_quick_insert':
> > /n/50/guerby/build-143365/gcc/../../trunk/gcc/vecprim.h:26: relocation
> > truncated to fit: R_ARM_CALL against symbol `memmove@@GLIBC_2.4' defined
> > in .plt section in /usr/lib/gcc/arm-linux-gnueabi/4.3.2/../../../crti.o
> > ...
> > 
> > May be the binutils fix isn't complete enough to cover what crti.o does
> > (part of libc)?
> 
> It's supposed to work - but always possible that it is buggy...

I opened:

http://sourceware.org/bugzilla/show_bug.cgi?id=9743

Laurent


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