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]
Other format: [Raw text]

Re: Binutils 2.15.97 available


On Mon, Apr 25, 2005 at 04:11:25PM +0200, Etienne Lorrain wrote:
>   Hi,
> 
>   I have s strange problem with this version, but 2.15 works.
>   Do you know what
> Error: `dataPS2' can't be equated to common symbol
>   means?
> 

That means you can't have a symbol equate to common symbol. It doesn't
do what you want. Binutils 2.15 allocates MOUSE as a common symbol and
allocates dataPS2 as another common symbol with size = size of MOUSE
+ 4. dataPS2 won't be the same as &MOUSE.data.PS2.


H.J.


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