From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MirCr-0005La-6h for qemu-devel@nongnu.org; Wed, 02 Sep 2009 10:53:05 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MirCm-0005Au-FI for qemu-devel@nongnu.org; Wed, 02 Sep 2009 10:53:04 -0400 Received: from [199.232.76.173] (port=59718 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MirCl-0005AP-W7 for qemu-devel@nongnu.org; Wed, 02 Sep 2009 10:53:00 -0400 Received: from mx20.gnu.org ([199.232.41.8]:31086) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MirCl-0000fd-Bn for qemu-devel@nongnu.org; Wed, 02 Sep 2009 10:52:59 -0400 Received: from mx1.redhat.com ([209.132.183.28]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MirCk-0008DO-IK for qemu-devel@nongnu.org; Wed, 02 Sep 2009 10:52:58 -0400 Date: Wed, 2 Sep 2009 20:22:33 +0530 From: Amit Shah Subject: Re: [Qemu-devel] Problem in compiling qemu-0.10.6 Message-ID: <20090902145233.GB21010@amit-x200.redhat.com> References: <1600c7720909020725j522cb398v491095275350daa5@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1600c7720909020725j522cb398v491095275350daa5@mail.gmail.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Amey Moghe Cc: qemu-devel@nongnu.org On (Wed) Sep 02 2009 [19:55:24], Amey Moghe wrote: > Hello all, > > I was trying to compile qemu-0.10.6 source code downloaded from following > link: If you're only looking to run qemu you can download it from your distribution binaries. > [1]http://www.qemu.org/download.html > > so I followed following steps : > > 1) I first executed command : ./configure --target-list=arm-softmmu > --disable-vnc-tls --disable-kvm > > 2) In that I got an error for libSDL dependency so I configured SDL1.3 > source code and but I was facing errors so I tried to rectify it but I > just couldn't. > ** So I just tried SDL1.2.13 for configuring and it worked. > 3) After that I executed : make* Results: no error found in this > execution. > > 4) Next I executed sudo make install** , Results : no error found .. > 5) But when I tried one test arm image downloaded from following link: > > [2]http://www.qemu.org/download.html > > with command : > qemu-system-arm -kernel zImage.integrator -initrd arm_root.img* then I got > following error : > > Could not initialize SDL - exiting instead of getting the dependencies this way you should download your distribution-specific packages. eg, SDL and SDL-devel on Fedora. or you can use the in-built vnc server (also answers your previous question); you can use -vnc :1 and then use a vnc client to access that. Amit