Gentoo Archives: gentoo-embedded

From: Christopher Friedt <chrisfriedt@×××××.com>
To: gentoo-embedded@l.g.o
Cc: Liang Peng <pengliang.sdu@×××××.com>
Subject: [gentoo-embedded] Re: about gentoo-bionic
Date: Fri, 08 Jul 2011 12:11:17
Message-Id: CAF4BF-TR842rOx4UM7JzX6QG1DDFLicNxJnh_RUsSKwhFzYMcg@mail.gmail.com
1 On Fri, Jul 8, 2011 at 2:29 AM, Liang Peng <pengliang.sdu@×××××.com> wrote:
2 >      I am interesting in your project gentoo-bionic, but their is only empty
3 > project in Gitorious and google code,
4 > have you finished this project?
5
6 The Google Code page is actually not empty [1]. The rest will be more
7 populated once more testing has been done.
8
9 I've chosen to provide the overlay / source / binaries as a tarball
10 for now until a few more people have tested it out. Actually, this is
11 a good reminder to put together a small qemu image so that people
12 could easily try out. I've been putting that off since work has been
13 fairly busy lately. Also, I really need to upload the arm toolchain I
14 built too.
15
16 Note to self...
17
18 >      And is it possible to add bionic to be supported by crossdev?
19
20 Yes, please see the link at [1].
21
22 >      What‘s the simple way to build a cross compile platform for android by
23 > “#crossdev -t armeb-android-linux-bionic" ?
24
25 It would be something like that except for two exceptions.
26
27 1) The arm port of bionic is only arm eabi compatible (which implies
28 little-endianness IIRC)
29 2) The 'android' vendor string has no effect as far as crossdev is
30 concerned. It's better to use softfloat, hardfloat, or unknown. Please
31 see the crossdev and embedded guides at [2], [3]
32
33 I would suggest something more like
34
35 crossdev -S --g 4.6.0 --target armv7a-softfloat-linux-bioniceabi
36
37 (but only after you've set up the overlay).
38
39
40 For further discussion, please write on the gentoo-embedded mailing
41 list [4]. You can also check out this thread [5] for more information.
42
43 Cheers,
44
45 Chris
46
47 [1] http://code.google.com/p/gentoo-bionic/downloads/list
48 [2] http://www.gentoo.org/proj/en/base/embedded/cross-development.xml
49 [3] http://www.gentoo.org/proj/en/base/embedded/
50 [4] http://www.gentoo.org/main/en/lists.xml
51 [5] http://archives.gentoo.org/gentoo-embedded/msg_65b2bde365491614105b665c9685da51.xml

Replies

Subject Author
[gentoo-embedded] Re: about gentoo-bionic Liang Peng <pengliang.sdu@×××××.com>
[gentoo-embedded] Re: about gentoo-bionic Liang Peng <pengliang.sdu@×××××.com>