From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Qf9ts-00077f-MO for garchives@archives.gentoo.org; Fri, 08 Jul 2011 12:11:17 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 956B421C1C9 for ; Fri, 8 Jul 2011 12:11:14 +0000 (UTC) Received: from mail-ew0-f53.google.com (mail-ew0-f53.google.com [209.85.215.53]) by pigeon.gentoo.org (Postfix) with ESMTP id 0786821C09D for ; Fri, 8 Jul 2011 11:20:23 +0000 (UTC) Received: by ewy8 with SMTP id 8so707368ewy.40 for ; Fri, 08 Jul 2011 04:20:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=vwIh/XgTY5vTpuZoQi7+ue5A3bg8/mPGGnNlmPkLj2E=; b=Ih9XAaSW7ois9NgxtHT6sAAhahWyi5GhZr/Oo+UkthAVLR1DkmAWS4nhscQ4dEyS0t gcXSpOfVLjEWm+ZhOuUNMr+DmjstR7aJXZ0vJrS/FNLWIX4dRqEWUD14XF9DKRJuHUfm dRxi7P4qjIN7n05Zu4PEd0MGLx8hvBv6dy44Y= Received: by 10.213.110.212 with SMTP id o20mr615898ebp.77.1310124023166; Fri, 08 Jul 2011 04:20:23 -0700 (PDT) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-embedded@lists.gentoo.org Reply-to: gentoo-embedded@lists.gentoo.org MIME-Version: 1.0 Received: by 10.213.27.83 with HTTP; Fri, 8 Jul 2011 04:20:03 -0700 (PDT) In-Reply-To: References: From: Christopher Friedt Date: Fri, 8 Jul 2011 07:20:03 -0400 Message-ID: Subject: [gentoo-embedded] Re: about gentoo-bionic To: gentoo-embedded@lists.gentoo.org Cc: Liang Peng Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 7a428861b42cbe02755a9b5741619f6d On Fri, Jul 8, 2011 at 2:29 AM, Liang Peng wrote: > =A0=A0=A0=A0 I am interesting in your project gentoo-bionic, but their is= only empty > project in Gitorious and google code, > have you finished this project? The Google Code page is actually not empty [1]. The rest will be more populated once more testing has been done. I've chosen to provide the overlay / source / binaries as a tarball for now until a few more people have tested it out. Actually, this is a good reminder to put together a small qemu image so that people could easily try out. I've been putting that off since work has been fairly busy lately. Also, I really need to upload the arm toolchain I built too. Note to self... > =A0=A0=A0=A0 And is it possible to add bionic to be supported by crossdev= ? Yes, please see the link at [1]. > =A0=A0=A0=A0 What=91s the simple way to build a cross compile platform fo= r android by > =93#crossdev -t armeb-android-linux-bionic" ? It would be something like that except for two exceptions. 1) The arm port of bionic is only arm eabi compatible (which implies little-endianness IIRC) 2) The 'android' vendor string has no effect as far as crossdev is concerned. It's better to use softfloat, hardfloat, or unknown. Please see the crossdev and embedded guides at [2], [3] I would suggest something more like crossdev -S --g 4.6.0 --target armv7a-softfloat-linux-bioniceabi (but only after you've set up the overlay). For further discussion, please write on the gentoo-embedded mailing list [4]. You can also check out this thread [5] for more information. Cheers, Chris [1] http://code.google.com/p/gentoo-bionic/downloads/list [2] http://www.gentoo.org/proj/en/base/embedded/cross-development.xml [3] http://www.gentoo.org/proj/en/base/embedded/ [4] http://www.gentoo.org/main/en/lists.xml [5] http://archives.gentoo.org/gentoo-embedded/msg_65b2bde365491614105b665c= 9685da51.xml