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 <gentoo-embedded+bounces-3996-garchives=archives.gentoo.org@lists.gentoo.org>)
	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 <garchives@archives.gentoo.org>; 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 <gentoo-embedded@lists.gentoo.org>; Fri,  8 Jul 2011 12:41:53 +0000 (UTC)
Received: by qwb7 with SMTP id 7so1246233qwb.40
        for <gentoo-embedded@lists.gentoo.org>; 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: <mailto:gentoo-embedded@lists.gentoo.org>
List-Help: <mailto:gentoo-embedded+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-embedded+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-embedded+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-embedded.gentoo.org>
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: <CAF4BF-TR842rOx4UM7JzX6QG1DDFLicNxJnh_RUsSKwhFzYMcg@mail.gmail.com>
References: <CAMeWKV-JKEhA_hokcLDHtp3VbJR3v3ANt-gpiNopgsDxXOHs1g@mail.gmail.com>
 <CAF4BF-TR842rOx4UM7JzX6QG1DDFLicNxJnh_RUsSKwhFzYMcg@mail.gmail.com>
From: Liang Peng <pengliang.sdu@gmail.com>
Date: Fri, 8 Jul 2011 20:41:33 +0800
Message-ID: <CAMeWKV9gKtNDDiLXO1WxxkZbO+BL8T7iXRgB_tCvT7TE2pLsqg@mail.gmail.com>
Subject: [gentoo-embedded] Re: about gentoo-bionic
To: Christopher Friedt <chrisfriedt@gmail.com>
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 <chrisfriedt@gmail.com>w=
rote:

> On Fri, Jul 8, 2011 at 2:29 AM, Liang Peng <pengliang.sdu@gmail.com>
> 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

<br><div class=3D"gmail_quote">On Fri, Jul 8, 2011 at 7:20 PM, Christopher =
Friedt <span dir=3D"ltr">&lt;<a href=3D"mailto:chrisfriedt@gmail.com">chris=
friedt@gmail.com</a>&gt;</span> wrote:<br><blockquote class=3D"gmail_quote"=
 style=3D"margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<div class=3D"im">On Fri, Jul 8, 2011 at 2:29 AM, Liang Peng &lt;<a href=3D=
"mailto:pengliang.sdu@gmail.com">pengliang.sdu@gmail.com</a>&gt; wrote:<br>
&gt; =C2=A0=C2=A0=C2=A0=C2=A0 I am interesting in your project gentoo-bioni=
c, but their is only empty<br>
&gt; project in Gitorious and google code,<br>
&gt; have you finished this project?<br>
<br>
</div>The Google Code page is actually not empty [1]. The rest will be more=
<br>
populated once more testing has been done.<br>
<br>
I&#39;ve chosen to provide the overlay / source / binaries as a tarball<br>
for now until a few more people have tested it out. Actually, this is<br>
a good reminder to put together a small qemu image so that people<br>
could easily try out. I&#39;ve been putting that off since work has been<br=
>
fairly busy lately. Also, I really need to upload the arm toolchain I<br>
built too.<br>
<br>
Note to self...<br>
<div class=3D"im"><br>
&gt; =C2=A0=C2=A0=C2=A0=C2=A0 And is it possible to add bionic to be suppor=
ted by crossdev?<br>
<br>
</div>Yes, please see the link at [1].<br>
<div class=3D"im"><br>
&gt; =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<br>
&gt; =E2=80=9C#crossdev -t armeb-android-linux-bionic&quot; ?<br>
<br>
</div>It would be something like that except for two exceptions.<br>
<br>
1) The arm port of bionic is only arm eabi compatible (which implies<br>
little-endianness IIRC)<br>
2) The &#39;android&#39; vendor string has no effect as far as crossdev is<=
br>
concerned. It&#39;s better to use softfloat, hardfloat, or unknown. Please<=
br>
see the crossdev and embedded guides at [2], [3]<br>
<br>
I would suggest something more like<br>
<br>
crossdev -S --g 4.6.0 --target armv7a-softfloat-linux-bioniceabi<br>
<br>
(but only after you&#39;ve set up the overlay).<br>
<br>
<br>
For further discussion, please write on the gentoo-embedded mailing<br>
list [4]. You can also check out this thread [5] for more information.<br>
<br>
Cheers,<br>
<br>
Chris<br>
<br>
[1] <a href=3D"http://code.google.com/p/gentoo-bionic/downloads/list" targe=
t=3D"_blank">http://code.google.com/p/gentoo-bionic/downloads/list</a><br>
[2] <a href=3D"http://www.gentoo.org/proj/en/base/embedded/cross-developmen=
t.xml" target=3D"_blank">http://www.gentoo.org/proj/en/base/embedded/cross-=
development.xml</a><br>
[3] <a href=3D"http://www.gentoo.org/proj/en/base/embedded/" target=3D"_bla=
nk">http://www.gentoo.org/proj/en/base/embedded/</a><br>
[4] <a href=3D"http://www.gentoo.org/main/en/lists.xml" target=3D"_blank">h=
ttp://www.gentoo.org/main/en/lists.xml</a><br>
[5] <a href=3D"http://archives.gentoo.org/gentoo-embedded/msg_65b2bde365491=
614105b665c9685da51.xml" target=3D"_blank">http://archives.gentoo.org/gento=
o-embedded/msg_65b2bde365491614105b665c9685da51.xml</a><br>
</blockquote></div><br>Thanks very much for so detailed and expert=C2=A0 he=
lp.<br clear=3D"all"><br>-- <br>Best regards,<br><font color=3D"#888888">Pe=
ng Liang<br></font><br>

--90e6ba3094347cf69b04a78e2861--