From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MiqmA-0001ZK-Nf for qemu-devel@nongnu.org; Wed, 02 Sep 2009 10:25:30 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Miqm6-0001XL-5M for qemu-devel@nongnu.org; Wed, 02 Sep 2009 10:25:30 -0400 Received: from [199.232.76.173] (port=48199 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Miqm5-0001XI-TP for qemu-devel@nongnu.org; Wed, 02 Sep 2009 10:25:26 -0400 Received: from mail-pz0-f190.google.com ([209.85.222.190]:53442) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Miqm5-0002H5-HU for qemu-devel@nongnu.org; Wed, 02 Sep 2009 10:25:25 -0400 Received: by pzk28 with SMTP id 28so358169pzk.27 for ; Wed, 02 Sep 2009 07:25:24 -0700 (PDT) MIME-Version: 1.0 Date: Wed, 2 Sep 2009 19:55:24 +0530 Message-ID: <1600c7720909020725j522cb398v491095275350daa5@mail.gmail.com> From: Amey Moghe Content-Type: multipart/alternative; boundary=000e0cd15754a8d1fd047299095c Subject: [Qemu-devel] Problem in compiling qemu-0.10.6 List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org --000e0cd15754a8d1fd047299095c Content-Type: text/plain; charset=ISO-8859-1 Hello all, I was trying to compile qemu-0.10.6 source code downloaded from following link: 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: 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 So I again I tried to set LD_LIBRARY_PATH to /opt/lib after compiling SDL-1.2.13 source code with --prefix=/opt/ then also It is giving me same error ... i.e. Could not initialize SDL - exiting So please help in this regard.. Thanks, Amey. --000e0cd15754a8d1fd047299095c Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hello all,

I was trying to compile qemu-0.10.6 source code downloade= d from following link:

http://www.qemu.org/download.html

so I followed following steps= :

1) I first executed command : ./configure --target-list=3Darm-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 s= o I tried to rectify it but I just couldn't.
=A0=A0 So I just tried SDL1.2.13 for configuring and it worked.
3) After= that I executed : make=A0 Results: no error found in this execution.
4) Next I executed sudo make install=A0=A0 , Results : no error found ..<= br>5) But when I tried one test arm image downloaded from following link:
http://www.qemu.org/downl= oad.html

with command :
qemu-system-arm -kernel zImage.integ= rator -initrd arm_root.img=A0 then I got following error :

Could not= initialize SDL - exiting

So I again I tried to set LD_LIBRARY_PATH to /opt/lib after compiling S= DL-1.2.13 source code with --prefix=3D/opt/ then also It is giving me same = error ...
i.e.
Could not initialize SDL - exiting

So please help in this regard..

Thanks,
Amey.

--000e0cd15754a8d1fd047299095c--