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
de
On Mon, 5 Dec 2005, Steve Magoun wrote:
libqemu.a(op.o)(.text+0x27e0): In function `op_jb_subb':
/root/qemu/target-i386/ops_template.h:278: relocation truncated to fit:
R_ARM_PC24 __op_gen_label1
libqemu.a(op.o)(.text+0x2800): In function `op_jz_subb':
My limited experience of this kind of t
I'm trying to build qemu from CVS on an ARM/Xscale host (Linux
2.6.13.4, gcc 3.3.1, binutils 2.14). I had to apply the enclosed qemu-
arm.patch to fix some bitrot, but now the build fails with
'relocation truncated to fit' errors. I tried building with -mlong-
calls but that didn't make a dif