From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Rzeszutek Wilk Subject: xen perfc_arrays=y debug=y" no worky. entry.S: 178: relocation truncated to fit: R_X86_64_32Sagainstsymbol`__per_cpu_offset.. Date: Mon, 21 Jun 2010 19:15:03 -0400 Message-ID: <20100621231503.GA15352@phenom.dumpdata.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org I am no expert at the linker magic, but I keep on getting this /home/konrad/ssd/neb/xen/xen/arch/x86/built_in.o: In function `syscall_enter': /home/konrad/ssd/neb/xen/xen/arch/x86/x86_64/entry.S:178: relocation truncated to fit: R_X86_64_32S against symbol `__per_cpu_offset' defined in .bss section in /home/konrad/ssd/neb/xen/xen/arch/x86/built_in.o /home/konrad/ssd/neb/xen/xen/arch/x86/built_in.o: In function `handle_exception_saved': /home/konrad/ssd/neb/xen/xen/arch/x86/x86_64/entry.S:475: relocation truncated to fit: R_X86_64_32S against symbol `__per_cpu_offset' defined in .bss section in /home/konrad/ssd/neb/xen/xen/arch/x86/built_in.o /home/konrad/ssd/neb/xen/xen/arch/x86/built_in.o: In function `compat_hypercall': /home/konrad/ssd/neb/xen/xen/arch/x86/x86_64/compat/entry.S:74: relocation truncated to fit: R_X86_64_32S against symbol `__per_cpu_offset' defined in .bss section in /home/konrad/ssd/neb/xen/xen/arch/x86/built_in.o make[2]: *** [/home/konrad/ssd/neb/xen/xen/xen-syms] Error 1 make[1]: *** [/home/konrad/ssd/neb/xen/xen/xen] Error 2 make: *** [build] Error 2 If I have 'perfc_array=y' defined. I did not see this with c/s 21208. Hadn't done any bisection. Any ideas?