From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GSdiH-0004hK-CV for qemu-devel@nongnu.org; Wed, 27 Sep 2006 14:00:53 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GSdiF-0004h4-UO for qemu-devel@nongnu.org; Wed, 27 Sep 2006 14:00:53 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GSdiF-0004h1-P1 for qemu-devel@nongnu.org; Wed, 27 Sep 2006 14:00:51 -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 1GSdn9-0001cf-Qr for qemu-devel@nongnu.org; Wed, 27 Sep 2006 14:05:56 -0400 From: Paul Brook Subject: Re: [Qemu-devel] qemu & arm eabi (armel) Date: Wed, 27 Sep 2006 19:00:42 +0100 References: <45199B1D.8040206@palmsource.com> <200609262330.42113.paul@codesourcery.com> <451ABA17.2000309@palmsource.com> In-Reply-To: <451ABA17.2000309@palmsource.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200609271900.45440.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: "K. Richard Pixley" Cc: qemu-devel@nongnu.org > Do you know why 2.6.16 would be required? (I'll see if I can't > find/build a 2.6.16 system on which to try it today.) Because arm-linux didn't get EABI support until 2.6.16 (though our toolchains may accept 2.6.14). glibc has santity checks stop applications even trying to run on kernels that are too old. As I mentioned qemu lie about the kernel version. See -r and --enable-uname-release. Paul