Gentoo Archives: gentoo-user

From: YoYo Siska <yoyo@××××××.sk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] crossdev/x86dev screwdup ?!
Date: Mon, 01 Oct 2012 12:15:21
Message-Id: 20121001121349.GA23085@ksp.sk
In Reply to: [gentoo-user] crossdev/x86dev screwdup ?! by meino.cramer@gmx.de
1 On Mon, Oct 01, 2012 at 12:50:40PM +0200, meino.cramer@×××.de wrote:
2 > hi,
3 >
4 > Something broke my crossdev installation...
5 >
6 > I installed crossdev and did a
7 >
8 > crossdev --target armv7a-unknown-linux-gnueabi
9 >
10 > which produces a useable cross development toolchain.
11 >
12 > A few days ago there was an update related to thsi crossdev
13 > toolchain (dont remember exactly), which also installs fine.
14 >
15 > But now, calling
16 >
17 > armv7a-unknown-linux-gnueabi-gcc
18 >
19 > results in
20 >
21 > gcc-config: error: could not run/locate 'armv7a-unknown-linux-gnueabi-gcc'
22 > [1] 25787 exit 1 armv7a-unknown-linux-gnueabi-gcc
23 >
24 > .
25 >
26 > Calling
27 >
28 > armv7a-unknown-linux-gnueabi-gcc-4.7.2
29 >
30 > gives the exspected error message "no input files".
31 >
32 > The output of
33 >
34 > gcc-config -l
35 >
36 > is
37 >
38 > [1] armv7a-unknown-linux-gnueabi-4.7.2
39 >
40 > [2] x86_64-pc-linux-gnu-4.4.7
41 > [3] x86_64-pc-linux-gnu-4.5.4 *
42 >
43
44 seems that the armv7a compiler isn't 'active' in the gcc-config output
45 (no asterix after the [1] option), did you try to 'reactivate' it with
46 gcc-config, ie
47 # gcc-config 1
48 ?
49
50 My output here:
51 julka ~ # gcc-config -l
52 [1] armv4tl-softfloat-linux-gnueabi-4.4.6 *
53 [2] armv4tl-softfloat-linux-gnueabi-4.5.3
54
55 [3] x86_64-pc-linux-gnu-4.4.4
56 [4] x86_64-pc-linux-gnu-4.5.3 *
57
58 (Though it is possible the asterix won't show up if there is only one
59 option, but reactivating it should do anything bad...)
60
61
62 > . Before i screw up my native toolchain I better ask for help,
63 > how I can reactivate my crossdev toolchain, so that it is available
64 > via
65 >
66 > armv7a-unknown-linux-gnueabi-gcc
67 >
68 > .
69 >
70 > How can I acchieve this?
71 >
72 > Thank you very much in advance for any help!
73 >
74 > Best regards,
75 > mcc
76
77
78
79 yoyo

Replies

Subject Author
Re: [gentoo-user] crossdev/x86dev screwdup ?! YoYo Siska <yoyo@××××××.sk>
Re: [gentoo-user] crossdev/x86dev screwdup ?! Hinnerk van Bruinehsen <h.v.bruinehsen@×××××××××.de>
Re: [gentoo-user] crossdev/x86dev screwdup ?! meino.cramer@×××.de