From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EWeDU-000668-3S for qemu-devel@nongnu.org; Mon, 31 Oct 2005 13:17:08 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EWeDS-00065M-3O for qemu-devel@nongnu.org; Mon, 31 Oct 2005 13:17:07 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EWeDR-00065J-US for qemu-devel@nongnu.org; Mon, 31 Oct 2005 13:17:06 -0500 Received: from [140.99.12.110] (helo=scottspc.telesoft.com) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1EWeDR-0004ol-PV for qemu-devel@nongnu.org; Mon, 31 Oct 2005 13:17:06 -0500 Received: from [127.0.0.1] (IDENT:scott@localhost [127.0.0.1]) by scottspc.telesoft.com (8.12.8/8.12.1) with ESMTP id j9VIH4bi003675 for ; Mon, 31 Oct 2005 11:17:04 -0700 Message-ID: <43665F9F.7020502@telesoft.com> Date: Mon, 31 Oct 2005 11:17:03 -0700 From: Scott Dudley MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Redhat 9, 2.6.5 Kernel, and kqemu 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'm trying to build/install kqemu on Redhat 9 running a 2.6.5 kernel. Grabbed latest sources (0.7.2) for qemu and kqemu. Build doesn't appear to generate the .ko module. Here's my config: scottspc.sunbelt.com: /usr/local/src/qemu-0.7.2 # sh CONFIGURE Install prefix /usr/local BIOS directory /usr/local/share/qemu binary directory /usr/local/bin Manual directory /usr/local/share/man ELF interp prefix /usr/gnemul/qemu-%M Source path /usr/local/src/qemu-0.7.2 C compiler gcc Host C compiler gcc make make host CPU i386 host big endian no target list i386-user gprof enabled no static build no SDL support yes SDL static link yes mingw32 support no Adlib support no FMOD support no kqemu support yes KQEMU Linux module configuration: kernel sources /usr/src/linux-2.6.5 kbuild type 2.6 Here's the output of the make: scottspc.sunbelt.com: /usr/local/src/qemu-0.7.2 # make install for d in i386-user; do \ make -C $d all || exit 1 ; \ done make[1]: Entering directory `/usr/local/src/qemu-0.7.2/i386-user' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/usr/local/src/qemu-0.7.2/i386-user' make -C kqemu make[1]: Entering directory `/usr/local/src/qemu-0.7.2/kqemu' make -C /usr/src/linux-2.6.5 M=`pwd` modules make[2]: Entering directory `/usr/src/linux-2.6.5' make[3]: `arch/i386/kernel/asm-offsets.s' is up to date. CHK include/asm-i386/asm_offsets.h Building modules, stage 2. MODPOST make[2]: Leaving directory `/usr/src/linux-2.6.5' make[1]: Leaving directory `/usr/local/src/qemu-0.7.2/kqemu' mkdir -p "/usr/local/bin" install -m 755 -s qemu-img "/usr/local/bin" mkdir -p "/usr/local/share/qemu" install -m 644 pc-bios/bios.bin pc-bios/vgabios.bin \ pc-bios/vgabios-cirrus.bin \ pc-bios/ppc_rom.bin pc-bios/video.x \ pc-bios/proll.elf \ pc-bios/linux_boot.bin "/usr/local/share/qemu" mkdir -p "/usr/local/share/doc/qemu" install -m 644 qemu-doc.html qemu-tech.html "/usr/local/share/doc/qemu" mkdir -p "/usr/local/share/man/man1" install qemu.1 qemu-img.1 "/usr/local/share/man/man1" mkdir -p "/usr/local/share/qemu/keymaps" install -m 644 keymaps/da keymaps/en-gb keymaps/et keymaps/fr keymaps/fr-ch keymaps/is keymaps/lt keymaps/modifiers keymaps/no keymaps/pt-br keymaps/sv keymaps/ar keymaps/de keymaps/en-us keymaps/fi keymaps/fr-be keymaps/hr keymaps/it keymaps/lv keymaps/nl keymaps/pl keymaps/ru keymaps/th keymaps/common keymaps/de-ch keymaps/es keymaps/fo keymaps/fr-ca keymaps/hu keymaps/ja keymaps/mk keymaps/nl-be keymaps/pt keymaps/sl keymaps/tr "/usr/local/share/qemu/keymaps" for d in i386-user; do \ make -C $d install || exit 1 ; \ done make[1]: Entering directory `/usr/local/src/qemu-0.7.2/i386-user' install -m 755 -s qemu-i386 "/usr/local/bin" make[1]: Leaving directory `/usr/local/src/qemu-0.7.2/i386-user' cd kqemu ; ./install.sh cp: cannot stat `kqemu.o': No such file or directory What am I missing? -- Regards, Scott Dudley