qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] trace build breakage with --enable-user-pie


From: Richard Henderson
Subject: [Qemu-devel] trace build breakage with --enable-user-pie
Date: Wed, 14 Sep 2011 13:24:31 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:6.0.2) Gecko/20110906 Thunderbird/6.0.2

The build with --enable-user-pie has recently broken:

  LINK  i386-linux-user/qemu-i386
/usr/bin/ld: ../trace/control.o: relocation R_X86_64_32 against 
`.rodata.str1.1' can not be used when making a shared object; recompile with 
-fPIC
../trace/control.o: could not read symbols: Bad value
collect2: ld returned 1 exit status
make[1]: *** [qemu-i386] Error 1
make: *** [subdir-i386-linux-user] Error 2

I suspect, but have not proven, that edb47ec498a5c00607e8d428668d5141822a9eac 
is the cause.

I think we ought to be compiling these files into libuser,
with all the CFLAGS implied by that.  Our baroque configure/makefile
setup is currently defeating me, however.


r~



reply via email to

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