Gentoo Archives: gentoo-embedded

From: "Stanisław Raczyński" <sraczynski@××.pl>
To: gentoo-embedded@l.g.o
Subject: [gentoo-embedded] Can't emerge for ARM
Date: Mon, 12 Sep 2005 17:52:34
Message-Id: 4325DC4E.6030203@op.pl
1 Hello,
2
3 For days I have been trying to emerge anything for my ARM-based board.
4 I've searched through this mailing group archives, wikis and all the
5 other sites I could find and I must say that there is a bit little
6 information available (or at least I can't find it).
7
8 I've succesfully installed the ARM toolchain using crossdev (crossdev -t
9 arm). Then I've downloaded and unpacked the ARM Gentoo-embedded stage3
10 tarball to /opt/arm-gentoo-uclibc-linux/stage3 and now I would like to
11 emerge something (e.g. bash) to this directory. Thus I run:
12
13 Linuch stage3 # ROOT="/opt/arm-gentoo-uclibc-linux/stage3"
14 CHOST="arm-unknown-linux-gnu" emerge -av bash
15
16 These are the packages that I would merge, in order:
17
18 Calculating dependencies ...done!
19 [ebuild U ] app-shells/bash-3.0-r12 [3.0-r11] to
20 /opt/arm-gentoo-uclibc-linux/stage3/ -bashlogger -build +nls 0 kB
21
22 Looks OK, but after unpacking the sources:
23 >>> Source unpacked.
24 * econf: updating bash-3.0/support/config.guess with
25 /usr/share/gnuconfig/config.guess
26 * econf: updating bash-3.0/support/config.sub with
27 /usr/share/gnuconfig/config.sub
28 ./configure --prefix=/usr --host=arm-unknown-linux-gnu
29 --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share
30 --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64
31 --build=arm-unknown-linux-gnu --disable-profiling --without-gnu-malloc
32 --with-ncurses
33 checking build system type... arm-unknown-linux-gnu
34 checking host system type... arm-unknown-linux-gnu
35 checking for emacs... no
36 checking for xemacs... no
37
38 Beginning configuration for bash-3.0-release for arm-unknown-linux-gnu
39
40 checking for arm-unknown-linux-gnu-gcc... arm-unknown-linux-gnu-gcc
41 checking for C compiler default output... configure: error: C compiler
42 cannot create executables
43 See `config.log' for more details.
44
45 I get similar results on different packages. I'm stuck and need help.
46 What do I do wrong?
47
48 Best wishes,
49 Stanislaw
50 --
51 gentoo-embedded@g.o mailing list

Replies

Subject Author
Re: [gentoo-embedded] Can't emerge for ARM Mike Frysinger <vapier@g.o>