From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:41144) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UHyBQ-0002xa-DQ for Qemu-devel@nongnu.org; Tue, 19 Mar 2013 11:10:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UHy6w-0002ic-Uj for Qemu-devel@nongnu.org; Tue, 19 Mar 2013 11:06:01 -0400 Received: from mail-wg0-f48.google.com ([74.125.82.48]:59566) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UHy6w-0002iT-NT for Qemu-devel@nongnu.org; Tue, 19 Mar 2013 11:05:58 -0400 Received: by mail-wg0-f48.google.com with SMTP id 16so446159wgi.3 for ; Tue, 19 Mar 2013 08:05:57 -0700 (PDT) Date: Tue, 19 Mar 2013 16:05:54 +0100 From: Stefan Hajnoczi Message-ID: <20130319150554.GA29430@stefanha-thinkpad.redhat.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] QEMU-kvm 1.0 build and python List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Udayan Bapat Cc: Qemu-devel@nongnu.org On Mon, Mar 18, 2013 at 03:28:45PM -0400, Udayan Bapat wrote: > I am trying to cross compile qemu-kvm for a custom platform and the > environment does not contain python. Due to this, the configure is > breaking. I found that there are a few .pl scripts that get fired > during configure. Are they essential for core functionality? If not, > is there any way to build it without python related functionality? You said Python at first but then you mentioned .pl, which is Perl. Which script(s) exactly? Also, do you have a cross-compiler that runs on a supported platform, like x86_64 Linux? Then you can build your QEMU in an environment that offers these tools. Stefan