* [Qemu-devel] Inconsistency detected by ld.so error, what can I do?
@ 2012-01-04 9:05 Liu
2012-01-08 10:14 ` Andreas Färber
0 siblings, 1 reply; 3+ messages in thread
From: Liu @ 2012-01-04 9:05 UTC (permalink / raw)
To: qemu-devel
Hi all
I configure qemu as:
./configure --prefix=$PREFIX --target-list=mipsel-softmmu,mipsel-linux-user
a.out is compiled by mipsel-linux-gcc.
When I run a.out using qemu-mipsel, I get a error like this:
Inconsistency detected by ld.so: ../sysdeps/x86_64/dl-machine.h: 466:
elf_machine_rela_relative: Assertion `((reloc->r_info) & 0xffffffff)
== 8' failed!
What should I do?
Thanks.
--Jia Liu
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] Inconsistency detected by ld.so error, what can I do?
2012-01-04 9:05 [Qemu-devel] Inconsistency detected by ld.so error, what can I do? Liu
@ 2012-01-08 10:14 ` Andreas Färber
2012-01-17 8:02 ` Liu
0 siblings, 1 reply; 3+ messages in thread
From: Andreas Färber @ 2012-01-08 10:14 UTC (permalink / raw)
To: Liu; +Cc: qemu-devel, Aurelien Jarno
Hi,
Am 04.01.2012 10:05, schrieb Liu:
> I configure qemu as:
> ./configure --prefix=$PREFIX --target-list=mipsel-softmmu,mipsel-linux-user
>
> a.out is compiled by mipsel-linux-gcc.
> When I run a.out using qemu-mipsel, I get a error like this:
> Inconsistency detected by ld.so: ../sysdeps/x86_64/dl-machine.h: 466:
> elf_machine_rela_relative: Assertion `((reloc->r_info) & 0xffffffff)
> == 8' failed!
That source file is not part of QEMU. Does it work on real hardware?
Without further information there's little we can say.
Andreas
--
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] Inconsistency detected by ld.so error, what can I do?
2012-01-08 10:14 ` Andreas Färber
@ 2012-01-17 8:02 ` Liu
0 siblings, 0 replies; 3+ messages in thread
From: Liu @ 2012-01-17 8:02 UTC (permalink / raw)
To: Andreas Färber; +Cc: qemu-devel, Aurelien Jarno
On Sun, Jan 8, 2012 at 6:14 PM, Andreas Färber <afaerber@suse.de> wrote:
> Hi,
>
> Am 04.01.2012 10:05, schrieb Liu:
>> I configure qemu as:
>> ./configure --prefix=$PREFIX --target-list=mipsel-softmmu,mipsel-linux-user
>>
>> a.out is compiled by mipsel-linux-gcc.
>> When I run a.out using qemu-mipsel, I get a error like this:
>> Inconsistency detected by ld.so: ../sysdeps/x86_64/dl-machine.h: 466:
>> elf_machine_rela_relative: Assertion `((reloc->r_info) & 0xffffffff)
>> == 8' failed!
>
> That source file is not part of QEMU. Does it work on real hardware?
> Without further information there's little we can say.
When I using gold to link qemu, I get this error.
When I using ld.bfd, it is OK.
So, I'm not sure it is a bug of gold or qemu.
>
> Andreas
>
> --
> SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
> GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-01-17 8:02 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-04 9:05 [Qemu-devel] Inconsistency detected by ld.so error, what can I do? Liu
2012-01-08 10:14 ` Andreas Färber
2012-01-17 8:02 ` Liu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).