This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


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

Re: linker problem


Hi Eric,

> I installed a binary version of gcc3.0.1 on an ia64 machine and
>  encounter a linker error:
> 
> /usr/bin/ld: section .debug_info [0000000000000000 -> 0000000001f173a1] 
> overlaps section .hash [0000000000000120 -> 00000000000049ab]

>  How to overcome this problem ?

Which version of LD are you using ?

Are you using a customised linker script or your own debug sections ?

The linker should only complain about overlapping sections that have
both the ALLOC and LOAD attributes.  Normally debug sections will not
have these attributes, and so this warning would not appear.

Cheers
        Nick



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