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: writing linker scripts...


Hi Alan,

> The linker now complains that my text and data sections overlap.....
> 
> This is actually NOT a problem, as the machine has a separate instruction and data memory.
> 
> Is there a reasonable way to make the linker happy?

One thing you can do is use the linker command line switch:

  -no-check-sections

Cheers
        Nick




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