Gentoo Archives: gentoo-embedded

From: Christopher Friedt <cfriedt@××××××××××××××.com>
To: gentoo-embedded@l.g.o
Subject: Re: [gentoo-embedded] cirrus ep93xx chips / maverick crunch
Date: Sun, 10 Feb 2008 17:39:07
Message-Id: 47AF36DA.6010003@visible-assets.com
In Reply to: Re: [gentoo-embedded] cirrus ep93xx chips / maverick crunch by wireless
1 wireless wrote:
2 > * /var/log/elog//cross-armv4t-maverick-linux-gnueabi-gcc-stage2.log
3
4 The output from the log above would be useful... I have a feeling that
5 they might be due to your USE flags.
6
7 The failure is most likely occurring when trying to create the fortran
8 compiler in stage2.
9
10 > I'm not sure what I missed?
11
12 http://perpetual-notion.blogspot.com/2008/02/maverick-crunch-eabi-support-for.html
13
14 mkdir -p /usr/local/portage/maverick_overlay &&
15 SRV="http://vaiprime.visibleassets.com" \
16 LOC="~cfriedt/overlays/maverick.tar.bz2" \
17 wget -O - ${SRV}/${LOC} | \
18 tar xpjf - -C /usr/local/portage/maverick_overlay &&
19 PORTDIR_OVERLAY="/usr/local/portage/crossdev_overlay \
20 /usr/local/portage/maverick_overlay" \
21 ECONF_EXTRA="--disable-nls --enable-shared \
22 --with-system-zlib --without-included-gettext \
23 --enable-threads=posix --enable-clocale=gnu \
24 --with-fpu=maverick --with-float-abi=softfp \
25 --with-cpu=ep9312 --enable-languages=c,c++" \
26 USE="-gcj -gtk -fortran -mudflap" \
27 crossdev -S \
28 --l 2.5-r4 --g 4.1.2 --b 2.17-r1 \
29 armv4t-maverick-linux-gnueabi
30
31 > NO doubt I did not add these patches. Could you explain in a little
32 > bit more detail, just how to perform any additional patches?
33
34 The patches are included already in my ebuild & overlay.
35
36 Chris
37 --
38 gentoo-embedded@l.g.o mailing list

Replies

Subject Author
Re: [gentoo-embedded] cirrus ep93xx chips / maverick crunch wireless <wireless@×××××××××××.com>
Re: [gentoo-embedded] cirrus ep93xx chips / maverick crunch wireless <wireless@×××××××××××.com>
Re: [gentoo-embedded] cirrus ep93xx chips / maverick crunch Christopher Friedt <cfriedt@××××××××××××××.com>