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 1QfApF-0004ed-Lb for garchives@archives.gentoo.org; Fri, 08 Jul 2011 13:10:33 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3144421C0CE for ; Fri, 8 Jul 2011 13:10:32 +0000 (UTC) Received: from mail-qw0-f53.google.com (mail-qw0-f53.google.com [209.85.216.53]) by pigeon.gentoo.org (Postfix) with ESMTP id CF2B2E06EC for ; Fri, 8 Jul 2011 12:41:53 +0000 (UTC) Received: by qwb7 with SMTP id 7so1246233qwb.40 for ; Fri, 08 Jul 2011 05:41:53 -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; bh=o7m5F2Nl+sXUToUrCfj8tqQa/AzMJ+vDIyyXzZqiGR4=; b=uGmGEcNQHqTl8ILRw/b+j1Ei1zrKUBst0rq+7Qfsn348eJBPwjO5iKcx6ssyj3riGN VwdDIDoW0xzzBVTrwgx4tFMZWq8CKFvHnHOjZb/cb+Tfhg/7/2JpEjdAjhwPcBPom+Od oB0crrZOAA0PrWFYIuQavEWwdCRn4kZOTyZD0= Received: by 10.229.140.195 with SMTP id j3mr1544024qcu.5.1310128913315; Fri, 08 Jul 2011 05:41:53 -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.229.239.65 with HTTP; Fri, 8 Jul 2011 05:41:33 -0700 (PDT) In-Reply-To: References: From: Liang Peng Date: Fri, 8 Jul 2011 20:41:33 +0800 Message-ID: Subject: [gentoo-embedded] Re: about gentoo-bionic To: Christopher Friedt Cc: gentoo-embedded@lists.gentoo.org Content-Type: multipart/alternative; boundary=90e6ba3094347cf69b04a78e2861 X-Archives-Salt: X-Archives-Hash: 0ed0585537a489dcc446dfbf9f89bd58 --90e6ba3094347cf69b04a78e2861 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Fri, Jul 8, 2011 at 7:20 PM, Christopher Friedt w= rote: > On Fri, Jul 8, 2011 at 2:29 AM, Liang Peng > wrote: > > 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... > > > And is it possible to add bionic to be supported by crossdev? > > Yes, please see the link at [1]. > > > What=E2=80=98s the simple way to build a cross compile platform fo= r android > by > > =E2=80=9C#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_65b2bde365491614105b665c96= 85da51.xml > Thanks very much for so detailed and expert help. --=20 Best regards, Peng Liang --90e6ba3094347cf69b04a78e2861 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
On Fri, Jul 8, 2011 at 7:20 PM, Christopher = Friedt <chris= friedt@gmail.com> wrote:
On Fri, Jul 8, 2011 at 2:29 AM, Liang Peng <pengliang.sdu@gmail.com> wrote:
> =C2=A0=C2=A0=C2=A0=C2=A0 I am interesting in your project gentoo-bioni= c, 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...

> =C2=A0=C2=A0=C2=A0=C2=A0 And is it possible to add bionic to be suppor= ted by crossdev?

Yes, please see the link at [1].

> =C2=A0=C2=A0=C2=A0=C2=A0 What=E2=80=98s the simple way to build a cros= s compile platform for android by
> =E2=80=9C#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<= br> concerned. It's better to use softfloat, hardfloat, or unknown. Please<= br> 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] h= ttp://www.gentoo.org/main/en/lists.xml
[5] http://archives.gentoo.org/gento= o-embedded/msg_65b2bde365491614105b665c9685da51.xml

Thanks very much for so detailed and expert=C2=A0 he= lp.

--
Best regards,
Pe= ng Liang

--90e6ba3094347cf69b04a78e2861--