From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L2NJX-0002kX-0f for qemu-devel@nongnu.org; Tue, 18 Nov 2008 04:56:07 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L2NJU-0002kL-83 for qemu-devel@nongnu.org; Tue, 18 Nov 2008 04:56:05 -0500 Received: from [199.232.76.173] (port=45122 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L2NJU-0002kI-0W for qemu-devel@nongnu.org; Tue, 18 Nov 2008 04:56:04 -0500 Received: from pih-relay06.plus.net ([212.159.14.19]:52689) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1L2NJT-0007Dm-KS for qemu-devel@nongnu.org; Tue, 18 Nov 2008 04:56:03 -0500 Received: from [212.159.106.41] (helo=bandsman.co.uk) by pih-relay06.plus.net with esmtp (Exim) id 1L2NJK-0008Ir-Rn for qemu-devel@nongnu.org; Tue, 18 Nov 2008 09:55:55 +0000 Received: from [192.168.1.15] ([192.168.1.15]) (authenticated bits=0) by bandsman.co.uk (8.14.3/8.14.3/Debian-5) with ESMTP id mAI9tsSL011732 for ; Tue, 18 Nov 2008 09:55:54 GMT Message-ID: <4922912A.4070601@bandsman.co.uk> Date: Tue, 18 Nov 2008 09:55:54 +0000 From: Nigel Horne MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] kqemu under Debian compilation woes 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 I can't get kqemu to build under Debian Linux on my amd 64 bit machine. It seems to also try to build the 32bit version and that fails. njh@packard:~/src/kqemu-1.4.0pre1$ make distclean make: *** No rule to make target `distclean'. Stop. njh@packard:~/src/kqemu-1.4.0pre1$ ./configure Source path /home/njh/src/kqemu-1.4.0pre1 C compiler gcc Host C compiler gcc make make host CPU x86_64 kernel sources /lib/modules/2.6.26-1-amd64/build kbuild type 2.6 njh@packard:~/src/kqemu-1.4.0pre1$ make make -C common all make[1]: Entering directory `/home/njh/src/kqemu-1.4.0pre1/common' gcc -Wall -O2 -Werror -g -D__KERNEL__ -I.. -o genoffsets genoffsets.c ./genoffsets > monitor_def.h gcc -D__KERNEL__ -nostdinc -iwithprefix include -I. -I.. -D__ASSEMBLY__ -c -o x86_64/nexus_asm.o x86_64/nexus_asm.S gcc -D__KERNEL__ -nostdinc -iwithprefix include -I. -I.. -D__ASSEMBLY__ -c -o x86_64/monitor_asm.o x86_64/monitor_asm.S gcc -Wall -O2 -fomit-frame-pointer -fno-strict-aliasing -Werror -mno-red-zone -fno-stack-protector -fpic -D__KERNEL__ -nostdinc -iwithprefix include -I. -I.. -c -o monitor.o monitor.c gcc -Wall -O2 -fomit-frame-pointer -fno-strict-aliasing -Werror -mno-red-zone -fno-stack-protector -fpic -D__KERNEL__ -nostdinc -iwithprefix include -I. -I.. -c -o monitor-utils.o monitor-utils.c gcc -Wall -O2 -fomit-frame-pointer -fno-strict-aliasing -Werror -mno-red-zone -fno-stack-protector -fpic -D__KERNEL__ -nostdinc -iwithprefix include -I. -I.. -c -o interp.o interp.c ld -T x86_64/monitor.ld -o monitor-image.out x86_64/nexus_asm.o x86_64/monitor_asm.o monitor.o monitor-utils.o interp.o objcopy -O binary monitor-image.out monitor-image.bin gcc -Wall -O2 -Werror -g -o genmon genmon.c ./genmon < monitor-image.bin > monitor-image.h gcc -Wall -O2 -fomit-frame-pointer -fno-strict-aliasing -Werror -mno-red-zone -mcmodel=kernel -D__KERNEL__ -nostdinc -iwithprefix include -I. -I.. -c -o kernel.o kernel.c gcc -D__KERNEL__ -nostdinc -iwithprefix include -I. -I.. -D__ASSEMBLY__ -c -o x86_64/kernel_asm.o x86_64/kernel_asm.S ld -r -o ../kqemu-mod-x86_64.o kernel.o x86_64/kernel_asm.o make[1]: Leaving directory `/home/njh/src/kqemu-1.4.0pre1/common' make -C /lib/modules/2.6.26-1-amd64/build M=`pwd` modules make[1]: Entering directory `/usr/src/linux-headers-2.6.26-1-amd64' CC [M] /home/njh/src/kqemu-1.4.0pre1/kqemu-linux.o make[2]: *** No rule to make target `/home/njh/src/kqemu-1.4.0pre1/kqemu-mod-x86.o', needed by `/home/njh/src/kqemu-1.4.0pre1/kqemu-mod.o'. Stop. make[1]: *** [_module_/home/njh/src/kqemu-1.4.0pre1] Error 2 make[1]: Leaving directory `/usr/src/linux-headers-2.6.26-1-amd64' make: *** [kqemu.ko] Error 2 njh@packard:~/src/kqemu-1.4.0pre1$ -- Nigel Horne. Adjudicator, Arranger, Band Trainer, Conductor, Composer, Tutor. NJH Music, Barnsley, UK. ICQ#20252325 njh@bandsman.co.uk http://www.bandsman.co.uk