From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:47307) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TcZoQ-0001Rh-85 for qemu-devel@nongnu.org; Sun, 25 Nov 2012 05:51:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TcZoN-0001qp-AS for qemu-devel@nongnu.org; Sun, 25 Nov 2012 05:51:46 -0500 Received: from mail-ie0-f173.google.com ([209.85.223.173]:56594) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TcZoN-0001qj-68 for qemu-devel@nongnu.org; Sun, 25 Nov 2012 05:51:43 -0500 Received: by mail-ie0-f173.google.com with SMTP id e13so4694880iej.4 for ; Sun, 25 Nov 2012 02:51:42 -0800 (PST) MIME-Version: 1.0 In-Reply-To: References: Date: Sun, 25 Nov 2012 10:51:42 +0000 Message-ID: From: Peter Maydell Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] qemu-system-arm v1.3.0-rc0 / 1.2.1 freeze on OSX 10.8.2 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Pi LFS Cc: qemu-devel@nongnu.org On 25 November 2012 05:04, Pi LFS wrote: > I've compiled it using the apple-gcc42 toolchain from homebrew. > qemu-system-arm starts up with a white window, CPU usage goes up but window > just hangs there. I can access the menus and click the window to switch > input focus, that's about it. > There is no debug output/logging to give any clue what it's doing. > > My qemu-system-i386 runs fine, so it's probably ARM specific. You need to give more detail -- what is the command line you are running, the kernel / image you are trying to run, etc, have you confirmed that that kernel/image/commandline work ok on a Linux QEMU and it's not just that we're correctly emulating a broken guest image? qemu-system-arm works fine for me compiled with either Apple's gcc or Apple's clang. thanks -- PMM