Gentoo Archives: gentoo-embedded

From: "Raúl Porcel" <armin76@g.o>
To: gentoo-embedded@l.g.o
Subject: Re: [gentoo-embedded] sparcv8 gcc
Date: Sat, 20 Jun 2009 09:20:40
Message-Id: 4A3CA9E1.20101@gentoo.org
In Reply to: [gentoo-embedded] sparcv8 gcc by "Сергей Миронов"
1 Сергей Миронов wrote:
2 > Hi! I'm trying to build cross-enviroment for
3 > sparcv8-softfloat-linux-gnueabi, but without luck.
4 >
5 > gcc 4.3.2 (and 4.4.0) failes to build with message:
6 > ...
7 > checking whether string.h and strings.h may both be included... yes
8 > checking for .preinit_array/.init_array/.fini_array support... yes
9 > checking how to run the C preprocessor... yes
10 > checking if mkdir takes one argument... i686-pc-linux-gnu-gcc -E
11 > no
12 > *** Configuration sparcv8-softfloat-linux-gnu not supported
13 > checking for egrep... grep -E
14 > checking for ANSI C header files... yes
15 > checking for sys/types.h... make[1]: *** [configure-gcc] Error 1
16 > make[1]: *** Waiting for unfinished jobs....
17 > yes
18 > checking for sys/stat.h... yes
19 > ...
20 > make[1]: Leaving directory
21 > `/var/tmp/cross/sparcv8-softfloat-linux-gnueabi/portage/cross-sparcv8-softfloat-linux-gnueabi/gcc-4.3.2-r3/work/build'
22 > make: *** [all] Error 2
23 >
24 > Does anybody know combination of versions of gcc-glibc that works?
25 >
26
27 AFAIK gnueabi is only for ppc and ARM. Also softfloat(specifying it on
28 the CHOST on gentoo) is for arm only.

Replies

Subject Author
Re: [gentoo-embedded] sparcv8 gcc "Сергей Миронов" <ierton@×××××.com>