Gentoo Archives: gentoo-embedded

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

Attachments

File name MIME type
cross-armv4t-maverick-linux-gnueabi-gcc-stage2.log text/x-log

Replies

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