On Dec 7, 2005, at 12:56 PM, Henrik Nordstrom <[EMAIL PROTECTED]>
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
_______________________________________________
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel