From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FtX5f-00028E-2e for qemu-devel@nongnu.org; Thu, 22 Jun 2006 17:51:55 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FtX5d-00027r-KX for qemu-devel@nongnu.org; Thu, 22 Jun 2006 17:51:54 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FtX5d-00027o-El for qemu-devel@nongnu.org; Thu, 22 Jun 2006 17:51:53 -0400 Received: from [65.74.133.4] (helo=mail.codesourcery.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1FtXGg-0006mm-VQ for qemu-devel@nongnu.org; Thu, 22 Jun 2006 18:03:19 -0400 From: Paul Brook Subject: Re: [Qemu-devel] Asking about IDE to develop Qemu Date: Thu, 22 Jun 2006 22:51:49 +0100 References: <20060622212201.66491.qmail@web38109.mail.mud.yahoo.com> In-Reply-To: <20060622212201.66491.qmail@web38109.mail.mud.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200606222251.49500.paul@codesourcery.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org > 2. OR: I should develop Qemu on Linux and use KDevelop IDE. > And I can do all with KDevelop: develop, test, debug Qemu. And if I want > Qemu running on MinGW/MSys, I must transfer the souce code, which were > already developped with KDevelop, to Windows installed MinGW/MSys and > recompile this source code on MinGW/MSys Or you could use a cross compiler. qemu cross-builds fine. Which IDE (if any) you want to use is entirely up to personal preference. Any decent IDE should allow you to use the existing makefiles to do the actual compilation. Paul