* [Qemu-devel] kqemu+linux-kernel-2.6.25
@ 2008-05-12 13:56 ISHWAR RATTAN
2008-05-12 14:00 ` Ben Taylor
0 siblings, 1 reply; 9+ messages in thread
From: ISHWAR RATTAN @ 2008-05-12 13:56 UTC (permalink / raw)
To: qemu-devel
kqemu-1.3.0pre11 does not compile under Linx
kernel-2.6.25. Is this known issue or is there
a work around?
-ishwar
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [Qemu-devel] kqemu+linux-kernel-2.6.25
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
0 siblings, 1 reply; 9+ messages in thread
From: Ben Taylor @ 2008-05-12 14:00 UTC (permalink / raw)
To: qemu-devel
On Mon, May 12, 2008 at 9:56 AM, ISHWAR RATTAN <rattan@cps.cmich.edu> wrote:
>
> kqemu-1.3.0pre11 does not compile under Linx
> kernel-2.6.25. Is this known issue or is there
> a work around?
Try the code in
http://svn9.cvsdude.com/kdesolaris/kqemu/trunk/1.0.3pre11/kqemu
Ben
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [Qemu-devel] kqemu+linux-kernel-2.6.25
2008-05-12 14:00 ` Ben Taylor
@ 2008-05-12 14:37 ` ISHWAR RATTAN
2008-05-12 14:44 ` Laurence Hellyer
0 siblings, 1 reply; 9+ messages in thread
From: ISHWAR RATTAN @ 2008-05-12 14:37 UTC (permalink / raw)
To: qemu-devel
On Mon, 12 May 2008, Ben Taylor wrote:
> On Mon, May 12, 2008 at 9:56 AM, ISHWAR RATTAN <rattan@cps.cmich.edu> wrote:
>>
>> kqemu-1.3.0pre11 does not compile under Linx
>> kernel-2.6.25. Is this known issue or is there
>> a work around?
>
> Try the code in
>
> http://svn9.cvsdude.com/kdesolaris/kqemu/trunk/1.0.3pre11/kqemu
How do I download the code?
wget -r -nH --cut-dirs=4 http://svn9.cvsdude.com/kdesolaris/kqemu/trunk/1.0.3pre11/kqemu
downloads only kqemu/index.html
-ishwar
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [Qemu-devel] kqemu+linux-kernel-2.6.25
2008-05-12 14:37 ` ISHWAR RATTAN
@ 2008-05-12 14:44 ` Laurence Hellyer
2008-05-12 15:12 ` ISHWAR RATTAN
0 siblings, 1 reply; 9+ messages in thread
From: Laurence Hellyer @ 2008-05-12 14:44 UTC (permalink / raw)
To: qemu-devel
ISHWAR RATTAN wrote:
>
>
> On Mon, 12 May 2008, Ben Taylor wrote:
>
>> On Mon, May 12, 2008 at 9:56 AM, ISHWAR RATTAN <rattan@cps.cmich.edu>
>> wrote:
>>>
>>> kqemu-1.3.0pre11 does not compile under Linx
>>> kernel-2.6.25. Is this known issue or is there
>>> a work around?
>>
>> Try the code in
>>
>> http://svn9.cvsdude.com/kdesolaris/kqemu/trunk/1.0.3pre11/kqemu
>
> How do I download the code?
> wget -r -nH --cut-dirs=4
> http://svn9.cvsdude.com/kdesolaris/kqemu/trunk/1.0.3pre11/kqemu
> downloads only kqemu/index.html
>
> -ishwar
>
Hi Ishwar,
The code pointed at by Ben is stored in a Subversion (SVN) repository,
as good a place as any to start learning about SVN is
http://en.wikipedia.org/wiki/Subversion_(software).
Kind regards
Laurence
--
Laurence Hellyer
Research Student
Computing Laboratory
University of Kent
More info: http://www.cs.kent.ac.uk/people/rpg/lh243/
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [Qemu-devel] kqemu+linux-kernel-2.6.25
2008-05-12 14:44 ` Laurence Hellyer
@ 2008-05-12 15:12 ` ISHWAR RATTAN
2008-05-12 15:53 ` Ben Taylor
0 siblings, 1 reply; 9+ messages in thread
From: ISHWAR RATTAN @ 2008-05-12 15:12 UTC (permalink / raw)
To: qemu-devel
On Mon, 12 May 2008, Laurence Hellyer wrote:
> ISHWAR RATTAN wrote:
>>
>>
>> On Mon, 12 May 2008, Ben Taylor wrote:
>>
>>> On Mon, May 12, 2008 at 9:56 AM, ISHWAR RATTAN <rattan@cps.cmich.edu>
>>> wrote:
>>>>
>>>> kqemu-1.3.0pre11 does not compile under Linx
>>>> kernel-2.6.25. Is this known issue or is there
>>>> a work around?
>>>
>>> Try the code in
>>>
>>> http://svn9.cvsdude.com/kdesolaris/kqemu/trunk/1.0.3pre11/kqemu
>>
>> How do I download the code?
>> wget -r -nH --cut-dirs=4
>> http://svn9.cvsdude.com/kdesolaris/kqemu/trunk/1.0.3pre11/kqemu
>> downloads only kqemu/index.html
>>
>> -ishwar
>>
> Hi Ishwar,
>
> The code pointed at by Ben is stored in a Subversion (SVN) repository, as
> good a place as any to start learning about SVN is
> http://en.wikipedia.org/wiki/Subversion_(software).
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); }'`
-ishwar
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [Qemu-devel] kqemu+linux-kernel-2.6.25
2008-05-12 15:12 ` ISHWAR RATTAN
@ 2008-05-12 15:53 ` Ben Taylor
2008-05-12 18:44 ` ISHWAR RATTAN
0 siblings, 1 reply; 9+ messages in thread
From: Ben Taylor @ 2008-05-12 15:53 UTC (permalink / raw)
To: qemu-devel
On Mon, May 12, 2008 at 11:12 AM, ISHWAR RATTAN <rattan@cps.cmich.edu> wrote:
>
>
> On Mon, 12 May 2008, Laurence Hellyer wrote:
>
>> ISHWAR RATTAN wrote:
>>>
>>>
>>> On Mon, 12 May 2008, Ben Taylor wrote:
>>>
>>>> On Mon, May 12, 2008 at 9:56 AM, ISHWAR RATTAN <rattan@cps.cmich.edu>
>>>> wrote:
>>>>>
>>>>> kqemu-1.3.0pre11 does not compile under Linx
>>>>> kernel-2.6.25. Is this known issue or is there
>>>>> a work around?
>>>>
>>>> Try the code in
>>>>
>>>> http://svn9.cvsdude.com/kdesolaris/kqemu/trunk/1.0.3pre11/kqemu
>>>
>>> How do I download the code?
>>> wget -r -nH --cut-dirs=4
>>> http://svn9.cvsdude.com/kdesolaris/kqemu/trunk/1.0.3pre11/kqemu
>>> downloads only kqemu/index.html
>>>
>>> -ishwar
>>>
>> Hi Ishwar,
>>
>> The code pointed at by Ben is stored in a Subversion (SVN) repository, as
>> good a place as any to start learning about SVN is
>> http://en.wikipedia.org/wiki/Subversion_(software).
>
> 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,'`"
Apologies. I'll fix it in svn right now.
Ben
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [Qemu-devel] kqemu+linux-kernel-2.6.25
2008-05-12 15:53 ` Ben Taylor
@ 2008-05-12 18:44 ` ISHWAR RATTAN
2008-05-13 14:11 ` ISHWAR RATTAN
0 siblings, 1 reply; 9+ messages in thread
From: ISHWAR RATTAN @ 2008-05-12 18:44 UTC (permalink / raw)
To: qemu-devel
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
-ishwar
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [Qemu-devel] kqemu+linux-kernel-2.6.25
2008-05-12 18:44 ` ISHWAR RATTAN
@ 2008-05-13 14:11 ` ISHWAR RATTAN
2008-05-13 15:49 ` Ben Taylor
0 siblings, 1 reply; 9+ messages in thread
From: ISHWAR RATTAN @ 2008-05-13 14:11 UTC (permalink / raw)
To: qemu-devel
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
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [Qemu-devel] kqemu+linux-kernel-2.6.25
2008-05-13 14:11 ` ISHWAR RATTAN
@ 2008-05-13 15:49 ` Ben Taylor
0 siblings, 0 replies; 9+ messages in thread
From: Ben Taylor @ 2008-05-13 15:49 UTC (permalink / raw)
To: qemu-devel
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
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2008-05-13 15:49 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 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).