qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] Building qemu on ARM host


From: Steve Magoun
Subject: Re: [Qemu-devel] Building qemu on ARM host
Date: Wed, 7 Dec 2005 22:37:25 -0500


On Dec 7, 2005, at 12:56 PM, Henrik Nordstrom <address@hidden> wrote:

Maybe you could try compiling op.o with -mlong-jump to solve this, but
probably not given that this error is from an inline assembly instruction. The assembly instruction in question is the _arm_ GOTO_LABEL_PARAM define in dyngen-exec.h. It may also help simply rearranging the link order or
code slightly moving the relocation within reach.


Thanks Henrick,

There's no -mlong-jump (or -mlong-jumps) option for arm/gcc, but I did use -mlong-calls which is supposed to work around the relocation problem. I tried cross-compiling with gcc 3.4.2 as well, but that didn't work either.

Has anyone built qemu for an arm host recently?


Steve




reply via email to

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