qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] chroot to ARM Gentoo install.


From: Paul Brook
Subject: Re: [Qemu-devel] chroot to ARM Gentoo install.
Date: Tue, 24 Aug 2004 23:44:59 +0100
User-agent: KMail/1.6.2

On Tuesday 24 August 2004 23:44, James Pellow wrote:
> Thanks for the quick reply.  I am using an armv4 chip, specifically an
> arm720tdmi.  All code has been built for armv4.
>
> I tried the patch you pointed me to.  Unfortunately I am still seeing the
> same results as previously noted.  Looking at the source for ld.so, I note
> that this is all happening in the elf parsing code.  The actual assert
> looks like:
>
>       assert (info[DT_PLTREL]->d_un.d_val == DT_REL
>               || info[DT_PLTREL]->d_un.d_val == DT_RELA);
>
> (elf/dynamic-link.h:126)
>
> for the case where !ELF_MACHINE_NO_RELA && !ELF_MACHINE_NO_REL are not
> defined...  That didn't make much sense to me yet, as I haven't poked
> around in glibc much.  Its hard for me to imagine that the problem is in
> glibc though since it shouldn't know the difference between running
> natively and running under qemu. (Or is there a subtle difference?)  It
> more obviously seems like elf should parse same either in emulation or not.
>  Since qemu doesn't signal, how should I procede in debugging this?  Any
> further ideas? Thanks for your help.

No idea, sorry.

Paul




reply via email to

[Prev in Thread] Current Thread [Next in Thread]