From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DlsbH-0003RJ-9R for qemu-devel@nongnu.org; Fri, 24 Jun 2005 14:08:23 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DlsbD-0003Ps-T1 for qemu-devel@nongnu.org; Fri, 24 Jun 2005 14:08:21 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DlsbD-0003Pp-Qh for qemu-devel@nongnu.org; Fri, 24 Jun 2005 14:08:19 -0400 Received: from [64.233.182.198] (helo=nproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Dlsdr-0000Jl-IO for qemu-devel@nongnu.org; Fri, 24 Jun 2005 14:11:03 -0400 Received: by nproxy.gmail.com with SMTP id n15so110979nfc for ; Fri, 24 Jun 2005 11:07:20 -0700 (PDT) Message-ID: <46d6db660506241107648d60f7@mail.gmail.com> Date: Fri, 24 Jun 2005 20:07:19 +0200 From: Christian MICHON Subject: Re: [Qemu-devel] Build environment image In-Reply-To: <42BC4084.5000304@astolat-it.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20050621042844.GA13691@jbrown.mylinuxbox.org> <002001c5767e$818808a0$334d21d1@organiza3bfb0e> <20050621194553.GA3898@jbrown.mylinuxbox.org> <42B87961.4080206@astolat-it.co.uk> <42BC4084.5000304@astolat-it.co.uk> Reply-To: Christian MICHON , 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 you would probably need to setup cross compilers at least, find a global linux config file generic enough (ex: no framebuffer), and at least a initrd with minimum bins (static busybox would be best). This also implies you've a lot of time free :) if you want to do it for many architectures/targets. I'm trying to build one on x86, but to gather the patches and generic features I want (I want as small as possible) is consuming much time already. Christian On 6/24/05, Tim Walker wrote: > Is this a bad idea for some reason, or is it just unnecessary? Some > feedback would be appreciated. >=20 > Cheers, >=20 > Tim >=20 > Tim Walker wrote: >=20 > > How difficult would it be to create a (presumably Linux) uniform build > > environment for all targets as a bootable Qemu image? > > > > > > _______________________________________________ > > Qemu-devel mailing list > > Qemu-devel@nongnu.org > > http://lists.nongnu.org/mailman/listinfo/qemu-devel > > >=20 >=20 >=20 > _______________________________________________ > Qemu-devel mailing list > Qemu-devel@nongnu.org > http://lists.nongnu.org/mailman/listinfo/qemu-devel >=20 --=20 Christian