Gentoo Archives: gentoo-embedded

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

Replies

Subject Author
Re: [gentoo-embedded] sparcv8 gcc "Raúl Porcel" <armin76@g.o>