From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LXine-0003K9-9s for qemu-devel@nongnu.org; Thu, 12 Feb 2009 16:08:46 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LXinc-0003Jx-QY for qemu-devel@nongnu.org; Thu, 12 Feb 2009 16:08:45 -0500 Received: from [199.232.76.173] (port=45061 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LXinc-0003Ju-OV for qemu-devel@nongnu.org; Thu, 12 Feb 2009 16:08:44 -0500 Received: from static-71-162-243-5.phlapa.fios.verizon.net ([71.162.243.5]:57972 helo=grelber.thyrsus.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LXinc-0000CW-Cg for qemu-devel@nongnu.org; Thu, 12 Feb 2009 16:08:44 -0500 From: Rob Landley Subject: Re: [Qemu-devel] Cutting a new QEMU release Date: Thu, 12 Feb 2009 15:08:39 -0600 References: <4988AD96.6090308@codemonkey.ws> <200902111549.18621.rob@landley.net> <499435E0.7010100@juno.dti.ne.jp> In-Reply-To: <499435E0.7010100@juno.dti.ne.jp> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200902121508.40296.rob@landley.net> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Shin-ichiro KAWASAKI Cc: qemu-devel@nongnu.org On Thursday 12 February 2009 08:44:48 Shin-ichiro KAWASAKI wrote: > Sorry to say, I completely missed to add '-serial null -serial stdio' in > the command line example. Could you try following line again? > > % ./qemu-system-sh4 -M r2d -kernel zImage -hda sh-linux-mini.img -serial > null -serial stdio -nographic > > I hope you'll see the shell prompt. Yes I did! Cool! Thanks, that's what I needed. > I'm looking forward the fwl system image. I've been struggling > to get stable userland on which gcc is available. I'll try to make it work this evening. Thank you very much, Rob