From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:59408) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QXCdt-0004AA-PS for qemu-devel@nongnu.org; Thu, 16 Jun 2011 09:29:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QXCdj-0004fy-4V for qemu-devel@nongnu.org; Thu, 16 Jun 2011 09:29:53 -0400 Received: from mail-gy0-f173.google.com ([209.85.160.173]:60708) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QXCdi-0004fc-Qy for qemu-devel@nongnu.org; Thu, 16 Jun 2011 09:29:43 -0400 Received: by gyg4 with SMTP id 4so461707gyg.4 for ; Thu, 16 Jun 2011 06:29:41 -0700 (PDT) Message-ID: <4DF9F840.1020103@landley.net> Date: Thu, 16 Jun 2011 07:34:08 -0500 From: Rob Landley MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Aboriginal Linux 1.0.2: linux-2.6.39 system images for a dozen targets. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Aboriginal Linux's motto is "we cross compile so you don't have to". Download prebuilt binary system images that boot under qemu, with native toolchains so you can compile your own software, from: http://landley.net/aboriginal/downloads/binaries The supported target list in this release is: armv4l (oabi), armv4tl (eabi), armv5l, armv6l, mips, mipsel, mips64, sh4, i486, i586, i686, powerpc, powerpc-440fp, sparc, and x86_64. (Also armv4eb and m68k but qemu won't run those yet.) Packages those system images are built from: linux-2.6.39, gcc-4.2.1, binutils-2.17, make-3.81, busybox-1.18.3, uClibc-0.9.31, bash-2.05b, distcc-3.1. Each of these system images includes a binary kernel and root filesystem image, which the included "run-emulator.sh" script will boot to a shell prompt under QEMU. (The dev-environment.sh and native-build.sh scripts are wrappers around run-emulator.sh that allocate more resources for the emulator, to provide a better development environment.) In the "extras" directory you can find statically linked dropbear and strace binaries built natively under these system images, along with static busybox binaries for each target (which were cross compiled). For more information, see http;//landley.net/aboriginal Aboriginal Linux: "We cross compile so you don't have to." Rob