Gentoo Archives: gentoo-embedded

From: Jason <gentoo@××××××××××.net>
To: gentoo-embedded@l.g.o
Subject: Re: [gentoo-embedded] C compiler cannot create executables
Date: Tue, 06 Nov 2007 17:48:11
Message-Id: 4730A893.4080302@lakedaemon.net
In Reply to: Re: [gentoo-embedded] C compiler cannot create executables by Jean-Claude Gervais
1 Jean-Claude Gervais wrote:
2 > Same problem, different environment:
3 >
4 > I produced a cross-development toolkit by using the following command:
5 >
6 > .-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
7 > SYSROOT="/usr/arm-softfloat-linux-uclibc"
8 >
9 > UCLIBC_CPU="ARM920T" USE="-*" crossdev -v -S --binutils 2.17 --gcc
10 > 3.4.6-r2 --kernel 2.6.19-r2 --libc 0.9.28.3 --ex-gdb --target
11 > arm-softfloat-linux-uclibc
12 > .-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
13 >
14 > This went well; all the required tools were built.
15 >
16 > But now when I try to use the (modified) xmerge script, I get the
17 > "C compiler cannot create executables" error
18 [snip]
19 > configure:1225: checking build system type
20 > configure:1243: result: i686-pc-linux-gnu
21 > configure:1250: checking host system type
22 > configure:1264: result: i686-softfloat-linux-uclibc
23 > configure:1272: checking target system type
24 > configure:1286: result: i686-softfloat-linux-uclibc
25
26 This doesn't look right. Did you setup ${SYSROOT}/etc/make.conf and
27 ${SYSROOT}/etc/make.profile ?
28
29 hth,
30
31 Jason.
32
33 --
34 gentoo-embedded@g.o mailing list

Replies

Subject Author
Re: [gentoo-embedded] C compiler cannot create executables Jean-Claude Gervais <jc.gervais@×××××××××.ca>