This is the mail archive of the libc-help@sourceware.org mailing list for the glibc 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: Regarding "Inconsistency detected by ld.so" 32 Bit Elf


On 05/07/2013 04:14 PM, Karthikeyan Shanmugam wrote:
> The prelink tool and method is working fine, but the required linking
> libraries can change during the product life cycle (explained detail
> in below).

So you're trying, for reasons you can't or won't explain, to have a hole
in the application memory space that you want to reserve for doing something.

You should run `ld --verbose` and use that linker script as a starting point
for *anything* that you do.

You're problem is too complex to talk about in generic, you need to put
together a reduced test case that shows exactly what you're trying to do
and exactly what fails.

Please note that a reduced test case is ONE source file, ONE linker script,
maybe ONE more source file to build a library with, and some instructions.
It has to be simple enough for others on the list to try out and help you with.
It would also be good if that test case works on x86-64 so others can help you.

Cheers,
Carlos.


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