From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40363) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VAMQz-0006cL-Hq for qemu-devel@nongnu.org; Fri, 16 Aug 2013 11:59:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VAMQs-0007yf-94 for qemu-devel@nongnu.org; Fri, 16 Aug 2013 11:59:29 -0400 Received: from mail-ob0-f171.google.com ([209.85.214.171]:65228) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VAMQs-0007yO-43 for qemu-devel@nongnu.org; Fri, 16 Aug 2013 11:59:22 -0400 Received: by mail-ob0-f171.google.com with SMTP id tb18so2218369obb.2 for ; Fri, 16 Aug 2013 08:59:20 -0700 (PDT) Date: Fri, 16 Aug 2013 10:59:20 -0500 From: Rob Landley References: <1376557029.19085.YahooMailNeo@web172603.mail.ir2.yahoo.com> <520CC13A.50101@suse.de> In-Reply-To: <520CC13A.50101@suse.de> (from afaerber@suse.de on Thu Aug 15 06:53:30 2013) Message-Id: <1376668760.2737.44@driftwood> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; DelSp=Yes; Format=Flowed Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] minimal linux distribution for qemu List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Andreas =?iso-8859-1?q?F=E4rber?= Cc: Herbei Dacian , QEmu Devel On 08/15/2013 06:53:30 AM, Andreas F=E4rber wrote: > Hi, >=20 > Am 15.08.2013 10:57, schrieb Herbei Dacian: > > > > please, can anyone recommend me a distribution that offers a =20 > barebone > > linux kernel. > > minimum that I need on that image are: > > _ the kernel > > _ the compiler and development infrastructure to build it >=20 > Aboriginal Linux. >=20 > Andreas Aboriginal actually comes with qemu launch scripts for each target. =20 ./run-emulator.sh is just the qemu command line, ./dev-environment.sh =20 is a wrappe around that providing a better development enviornment =20 (more memory and disk space). It's all described at =20 http://landley.net/aboriginal/about.html Try this: wget http://landley.net/aboriginal/bin/system-image-armv5l.tar.bz2 tar xvjf system-image-armv5l.tar.bz2 cd system-image.armv5l ./run-emulator.sh gcc /usr/src/thread-hello2.c -lpthread ./a.out exit Thanks, Rob=