From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DgXRV-0002ft-IH for qemu-devel@nongnu.org; Thu, 09 Jun 2005 20:32:13 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DgXRR-0002d3-ND for qemu-devel@nongnu.org; Thu, 09 Jun 2005 20:32:10 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DgXRR-0002bY-1Q for qemu-devel@nongnu.org; Thu, 09 Jun 2005 20:32:09 -0400 Received: from [141.209.20.6] (helo=ob1.cmich.edu) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DgXI9-0001dR-0w for qemu-devel@nongnu.org; Thu, 09 Jun 2005 20:22:33 -0400 Received: from mail.cps.cmich.edu (cps1.cps.cmich.edu [141.209.168.41]) by ob1.cmich.edu (8.12.10/8.12.10) with ESMTP id j5A00M4i004168 for ; Thu, 9 Jun 2005 20:00:22 -0400 Received: from pali.cps.cmich.edu (unknown [141.209.169.81]) by mail.cps.cmich.edu (Postfix) with ESMTP id 1BDA41AE97 for ; Thu, 9 Jun 2005 20:22:14 -0400 (EDT) Date: Thu, 9 Jun 2005 20:20:18 -0400 (EDT) From: Ishwar Rattan Subject: Re: [Qemu-devel] Can't link kqemu kernel module on AMD64 system? In-Reply-To: <42A8746F.3090501@csun.edu> Message-ID: References: <42A8746F.3090501@csun.edu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Short answer is no. The patch does not work for 64-bit kernel/system. -ishwar On Thu, 9 Jun 2005, Jeff Wiegley wrote: > I have an AMD64 system with Debian pure64 distribution. > My kernel is 2.6.12-rc6 (I'm stuck with it due to a particular > patch fix) > > Is it possible to get kqemu working on this system? > > When I compile I get this: > > make -C kqemu > make[1]: Entering directory `/home/jeffw/Downloads/qemu-0.7.0/kqemu' > make -C /lib/modules/2.6.12-rc6-jw9/build M=`pwd` modules > make[2]: Entering directory `/usr/src/linux-2.6.12-rc6' > CC [M] /home/jeffw/Downloads/qemu-0.7.0/kqemu/kmod.o > cp /home/jeffw/Downloads/qemu-0.7.0/kqemu/kqemu-mod-i386.o > /home/jeffw/Downloads/qemu-0.7.0/kqemu/kqemu-mod.o > LD [M] /home/jeffw/Downloads/qemu-0.7.0/kqemu/kqemu.o > ld: Relocatable linking with relocations from format elf32-i386 > (/home/jeffw/Downloads/qemu-0.7.0/kqemu/kqemu-mod.o) to format > elf64-x86-64 (/home/jeffw/Downloads/qemu-0.7.0/kqemu/kqemu.o) is not > supported > make[3]: *** [/home/jeffw/Downloads/qemu-0.7.0/kqemu/kqemu.o] Error 1 > make[2]: *** [_module_/home/jeffw/Downloads/qemu-0.7.0/kqemu] Error 2 > make[2]: Leaving directory `/usr/src/linux-2.6.12-rc6' > make[1]: *** [kqemu.ko] Error 2 > make[1]: Leaving directory `/home/jeffw/Downloads/qemu-0.7.0/kqemu' > make: *** [all] Error 2 > > I saw the posting about a x86-64 alpha version of kqemu coming out in > "the next few days" but that was a month ago. Did this happen? Or does > it just not work on AMD64 systems/kernels yet? > > Thanks, > > -- > Jeff Wiegley, PhD http://www.csun.edu/~jeffw > Computer Science Assistant Professor EA1407 Engineering Addition > California State University Northridge email jeffw@csun.edu > 18111 Nordhoff Street office phone 818.677.3887 > Northridge CA 91330-8281 CS Dept. phone 818.677.3398 > USA (ignore:cea2d3a38843531c7def1deff59114de) > > > _______________________________________________ > Qemu-devel mailing list > Qemu-devel@nongnu.org > http://lists.nongnu.org/mailman/listinfo/qemu-devel >