qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Ben Taylor" <bentaylor.solx86@gmail.com>
To: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] kqemu+linux-kernel-2.6.25
Date: Tue, 13 May 2008 11:49:28 -0400	[thread overview]
Message-ID: <cef699d70805130849m75e02a0dp5253dbfdceca8684@mail.gmail.com> (raw)
In-Reply-To: <Pine.GSO.4.61.0805131007240.2531@cps203.cps.cmich.edu>

On Tue, May 13, 2008 at 10:11 AM, ISHWAR RATTAN <rattan@cps.cmich.edu> wrote:
>
>
>
>  On Mon, 12 May 2008, ISHWAR RATTAN wrote:
>
>
> >
> >
> > On Mon, 12 May 2008, Ben Taylor wrote:
> >
> >
> > >
> > > > Ok after download ./configure end in error as:
> > > >
> > > > ./configure: line 358: unexpected EOF while looking for matching ``'
> > > > ./configure: line 371: syntax error: unexpected end of file
> > > >
> > > > and line 358 given below looks correct to me..
> > > >
> > > >  osrel=`uname -r | nawk -F . '{ printf("%d\n", $1 * 100 + $2); }'`
> > > >
> > >
> > > The problem is in line 34.  the line looks like:
> > >
> > >   cpu="`isainfo | cut -f1 -d\  | sed 's,amd64,x86_64,'"
> > >
> > > but in fact should look like:
> > >
> > >   cpu="`isainfo | cut -f1 -d\  | sed 's,amd64,x86_64,'`"
> > >
> > >
> >
> > Ok. Now configure works but make all results in errori (same error that I
> > see with stock kqemu-1.0.3-pre11:
> > ...
> > make[1]: Leaving directory `/media/sda6/home/ishwar/kqemu/common'
> > make -C /lib/modules/2.6.25-0.slh.11-sidux-686/build M=`pwd` modules
> > make[1]: Entering directory
> `/usr/src/linux-headers-2.6.25-0.slh.11-sidux-686'
> >  CC [M]  /media/sda6/home/ishwar/kqemu/kqemu-linux.o
> > make[2]: *** No rule to make target
> `/media/sda6/home/ishwar/kqemu/kqemu-mod-x86.o', needed by
> `/media/sda6/home/ishwar/kqemu/kqemu-mod.o'.  Stop.
> > make[1]: *** [_module_/media/sda6/home/ishwar/kqemu] Error 2
> > make[1]: Leaving directory
> `/usr/src/linux-headers-2.6.25-0.slh.11-sidux-686'
> > make: *** [kqemu.ko] Error 2
> >
> >
>
>  linux: Linux tigaon 2.6.25-0.slh.11-sidux-686 #1 SMP PREEMPT (form uname
> -a)
>
>  gcc version: gcc version 4.2.3 (Debian 4.2.3-4)
>
>  I just did ./configure and make all in the kqemu-source directory. The
>  error messages are reproduceable.
>
>  -ishwar

Ok.  Let me research a little.

Ben

      reply	other threads:[~2008-05-13 15:49 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-05-12 13:56 [Qemu-devel] kqemu+linux-kernel-2.6.25 ISHWAR RATTAN
2008-05-12 14:00 ` Ben Taylor
2008-05-12 14:37   ` ISHWAR RATTAN
2008-05-12 14:44     ` Laurence Hellyer
2008-05-12 15:12       ` ISHWAR RATTAN
2008-05-12 15:53         ` Ben Taylor
2008-05-12 18:44           ` ISHWAR RATTAN
2008-05-13 14:11             ` ISHWAR RATTAN
2008-05-13 15:49               ` Ben Taylor [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cef699d70805130849m75e02a0dp5253dbfdceca8684@mail.gmail.com \
    --to=bentaylor.solx86@gmail.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).