Re: [SUSPECTED-SPAM] Re: Re: Linux on Bochs

2008-12-28 Thread sahlot arvind
Thanks Rahul. Luckily I got gcc-3.4.2 built using gcc-4.3.2 and also got bochs-2.2.6 built using gcc-3.4.2 and its working fine now.. On Mon, Dec 29, 2008 at 8:18 AM, Rahul Pydimukkala wrote: > On 00:38 Mon 29 Dec , sahlot arvind wrote: > > Thanks guys. > > I see that bochs is already there

Re: [SUSPECTED-SPAM] Re: Re: Linux on Bochs

2008-12-28 Thread Rahul Pydimukkala
On 00:38 Mon 29 Dec , sahlot arvind wrote: > Thanks guys. > I see that bochs is already there with Ubuntu but since I need to enable > debugging options I need to compile it from its source. I am trying to > compile gcc-3.3.3 in order to compile bochs using that. > I am again working on Fedora

Re: Re: Linux on Bochs

2008-12-28 Thread sahlot arvind
Thanks guys. I see that bochs is already there with Ubuntu but since I need to enable debugging options I need to compile it from its source. I am trying to compile gcc-3.3.3 in order to compile bochs using that. I am again working on Fedora Core 10 since I was not getting compiled any version of g

Re: Re: Linux on Bochs

2008-12-27 Thread Rahul Pydimukkala
Arvind, Get the source from Ubuntu mirrors. apt-get source bochs apt-get build-dep bochs In the current directory you get a gziped .diff patch file as well as the original source. You need to apply the patch for the source to work without any troubles. That's the way with debian based distro

Re: Linux on Bochs

2008-12-27 Thread Thomas Petazzoni
Le Sat, 27 Dec 2008 04:28:42 -0500, "sahlot arvind" a écrit : > Yes. I did read your previous email. I heard that bochs is more > mature then Qemu. I dont know though. > So just wanted to give a try to bochs and later on might like to use > Qemu as well. But unfortunate that I am not even getting

Re: Linux on Bochs

2008-12-27 Thread sahlot arvind
This is the error: cd iodev && \ make libiodev.a make[1]: Entering directory `/home/arvind/osEngg/tools/bochs-2.1.1/iodev' g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -g -O2 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthreaddevices.cc -o devices.o In file included from d

Re: Linux on Bochs

2008-12-27 Thread sahlot arvind
Yes. I did read your previous email. I heard that bochs is more mature then Qemu. I dont know though. So just wanted to give a try to bochs and later on might like to use Qemu as well. But unfortunate that I am not even getting bochs right. :( Its been almost three days and even my environment is n

Re: Linux on Bochs

2008-12-27 Thread Thomas Petazzoni
Le Sat, 27 Dec 2008 02:23:47 -0500, "sahlot arvind" a écrit : > I was trying to do all that on FC9 but unfortunately my system > crashed and I have installed Ubuntu now. > I am new in dealing with things like setting up toolchain etc. > I got gcc-4.3.2 installed when I installed Ubuntu. I am tryi

Re: Linux on Bochs

2008-12-26 Thread sahlot arvind
Thanks for your reply. I was trying to do all that on FC9 but unfortunately my system crashed and I have installed Ubuntu now. I am new in dealing with things like setting up toolchain etc. I got gcc-4.3.2 installed when I installed Ubuntu. I am trying to build gcc-3.3.3 so that I can use that and

Re: Linux on Bochs

2008-12-26 Thread Thomas Petazzoni
Le Fri, 26 Dec 2008 05:45:17 -0500, "sahlot arvind" a écrit : > I am trying to use bochs for learning linux kernel. But I am unable > to build bochs from its source code. You should probably try to use Qemu , it has a much larger user and developer base than Bochs, and

Re: Linux on Bochs

2008-12-26 Thread pragnesh radadia
On Fri, Dec 26, 2008 at 4:15 PM, sahlot arvind wrote: > Hi Everyone, > > I am trying to use bochs for learning linux kernel. But I am unable to build > bochs from its source code. > I am getting a compile time error. I am trying to build bochs-2.1.1 with > gcc-4.3.2. what is the error? > I have tr

Linux on Bochs

2008-12-26 Thread sahlot arvind
Hi Everyone, I am trying to use bochs for learning linux kernel. But I am unable to build bochs from its source code. I am getting a compile time error. I am trying to build bochs-2.1.1 with gcc-4.3.2. I have tried with gcc-3.4.2 and gcc-3.4.0 as well. The error which comes while using gcc-4.3.2 g