This is the mail archive of the
binutils@sources.redhat.com
mailing list for the binutils project.
Re: linker problem
- To: hiufungeric dot tse at utoronto dot ca
- Subject: Re: linker problem
- From: Nick Clifton <nickc at cambridge dot redhat dot com>
- Date: 17 Oct 2001 12:05:58 +0100
- Cc: binutils at sourceware dot cygnus dot com
- References: <1002919604.3bc756b4337a2@webmail1.ns.utoronto.ca>
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