Gentoo Archives: gentoo-embedded

From: Jean-Marc Beaune <jm.beaune@×××××.com>
To: gentoo-embedded@l.g.o
Subject: Re: [gentoo-embedded] Trying to get toolchain
Date: Sat, 11 Oct 2008 07:32:24
Message-Id: 8349216a0810110032v7473c3e2xfadabf36122364f@mail.gmail.com
In Reply to: Re: [gentoo-embedded] Trying to get toolchain by Ned Ludd
1 Hi,
2
3 Before doing anything I try to give you more info (I attached log files when
4 I try to build toolchain for an Etrax100).
5
6 I tried USE="-*" emerge -O cross-$CTARGET/gcc but it ends with the following
7 error :
8
9 * Applying gcc-4.0.2-softfloat.patch ...
10
11 * Failed Patch: gcc-4.0.2-softfloat.patch !
12 * (
13 /usr/local/portage/cross-cris-softfloat-uclinux-uclibc/gcc/files/4.0.2/gcc-4.0.2-softfloat.patch
14 )
15 *
16 * Include in your bugreport the contents of:
17 *
18 *
19 /var/tmp/portage/cross-cris-softfloat-uclinux-uclibc/gcc-4.3.1-r1/temp/gcc-4.0.2-softfloat.patch-18633.out
20
21 *
22 * ERROR: cross-cris-softfloat-uclinux-uclibc/gcc-4.3.1-r1 failed.
23 * Call stack:
24 * ebuild.sh, line 49: Called src_unpack
25 * environment, line 4589: Called epatch 'src_unpack'
26 * environment, line 2097: Called die
27 * The specific snippet of code:
28 * die "Failed Patch: ${patchname}!";
29 * The die message:
30 * Failed Patch: gcc-4.0.2-softfloat.patch!
31 *
32 * If you need support, post the topmost build error, and the call stack if
33 relevant.
34 * A complete build log is located at
35 '/var/tmp/portage/cross-cris-softfloat-uclinux-uclibc/gcc-4.3.1-r1/temp/build.log'.
36 * The ebuild environment file is located at
37 '/var/tmp/portage/cross-cris-softfloat-uclinux-uclibc/gcc-4.3.1-r1/temp/environment'.
38 * This ebuild is from an overlay: '/usr/local/portage/'
39
40 Thank you,
41 Jean-Marc
42
43 On Fri, Oct 10, 2008 at 4:44 PM, Ned Ludd <solar@g.o> wrote:
44
45 >
46 > On Fri, 2008-10-10 at 15:07 +0200, Jean-Marc Beaune wrote:
47 > > Hi,
48 > >
49 > > I'm trying to install the toolchain and regardless of the tuple I use
50 > > crossdev fails to compile gcc.
51 > >
52 > > Any idea?
53 > >
54 >
55 >
56 > Chances are you are hitting the bug with crossdev and headers.
57 >
58 > If so.
59 >
60 > crossdev $CTARGET
61 > #wait for failure.
62 > USE="-*" emerge -O cross-$CTARGET/gcc
63 > crossdev $CTARGET
64 >
65 >
66 > Good luck.
67 >
68 > --
69 > Ned Ludd <solar@g.o>
70 > Gentoo Linux
71 >
72 >
73 >
74
75
76 --
77 Jean-Marc

Attachments

File name MIME type
cross-cris-softfloat-uclinux-uclibc-info.log application/octet-stream
cross-cris-softfloat-uclinux-uclibc-uclibc-headers.log application/octet-stream

Replies

Subject Author
Re: [gentoo-embedded] Trying to get toolchain Ryan Tandy <tarpman@×××××.com>