Gentoo Archives: gentoo-user

From: meino.cramer@×××.de
To: Gentoo <gentoo-user@l.g.o>
Subject: [gentoo-user] Crossdev problems
Date: Thu, 01 Aug 2013 18:07:29
Message-Id: 20130801180722.GC3131@solfire
1 Hi,
2
3 System is an AMD64.
4
5 I am trying to follow these instructions:
6
7 http://dev.gentoo.org/~armin76/arm/beagleboneblack/install.xml
8
9 and get problems while executing
10
11
12 Build a crosscompiler
13
14 Code Listing 3.2: Building a crosscompiler
15
16 # crossdev -S armv7a-hardfloat-linux-gnueabi
17
18
19
20 >gcc --version
21 gcc (Gentoo 4.6.3 p1.13, pie-0.5.2) 4.6.3
22 Copyright (C) 2011 Free Software Foundation, Inc.
23 This is free software; see the source for copying conditions. There is NO
24 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
25
26 >gcc-config -l
27 [1] x86_64-pc-linux-gnu-4.4.7
28 [2] x86_64-pc-linux-gnu-4.6.3 *
29
30 After the command "crossdev -S armv7a-hardfloat-linux-gnueabi" failed
31 once, I "emerge -C" all related installation (as given with eix -I)
32 and tryied it again. It fails again.
33
34 The output was:
35 * gcc failed :(
36 * If you file a bug, please attach the following logfiles:
37 * /var/log/portage/cross-armv7a-hardfloat-linux-gnueabi-info.log
38 * /var/log/portage/cross-armv7a-hardfloat-linux-gnueabi-gcc-stage1.log.xz
39 * /var/tmp/portage/cross-armv7a-hardfloat-linux-gnueabi/gcc*/temp/gcc-config.logs.tar.xz
40
41 I do *not* include the above files here to not to pollute the
42 mailinglist - but I will do it on request.
43
44 How can I make the crossdev-command work?
45
46 Best regards,
47 mcc

Replies

Subject Author
Re: [gentoo-user] Crossdev problems Yohan Pereira <yohan.pereira@×××××.com>