From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EflRh-0004NG-Sq for qemu-devel@nongnu.org; Fri, 25 Nov 2005 16:49:30 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EflRf-0004Mu-C8 for qemu-devel@nongnu.org; Fri, 25 Nov 2005 16:49:29 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EflRf-0004Mq-8y for qemu-devel@nongnu.org; Fri, 25 Nov 2005 16:49:27 -0500 Received: from [64.233.184.204] (helo=wproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EflRe-0006yo-IA for qemu-devel@nongnu.org; Fri, 25 Nov 2005 16:49:27 -0500 Received: by wproxy.gmail.com with SMTP id 37so1782669wra for ; Fri, 25 Nov 2005 13:49:23 -0800 (PST) Message-ID: <7f45d9390511251342qa3d5df4r@mail.gmail.com> Date: Fri, 25 Nov 2005 14:42:32 -0700 From: Shaun Jackman In-Reply-To: <7f45d9390511211342n6ad72e53r@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <7f45d9390511211342n6ad72e53r@mail.gmail.com> Subject: [Qemu-devel] Re: kqemu: Invalid module format Reply-To: Shaun Jackman , qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: QEMU The kqemu module wouldn't load because I had compiled the kqemu module using gcc 4.0.2, whereas the kernel had been compiled using gcc 3.4.5. I recompiled the module using gcc 3.4.5 and it worked wonderfully! Cheers, Shaun 2005/11/21, Shaun Jackman : > I compiled kqemu 0.7.2 but when I try to insmod the module I get an error= : > > # insmod /lib/modules/2.6.11-9-amd64-k8/misc/kqemu.ko > insmod: error inserting > '/lib/modules/2.6.11-9-amd64-k8/misc/kqemu.ko': -1 Invalid module > format > > Compiling the module seemed to go cleanly. Any suggestions on where I > might have gone wrong? > > Please cc me in your reply. Thanks, > Shaun