Gentoo Archives: gentoo-embedded

From: michael@×××××××××××××.com
To: gentoo-embedded@l.g.o
Subject: Re: [gentoo-embedded] x86 SBC Gentoo Embedded HowTo version 0.05 (unfinished)
Date: Tue, 31 May 2005 05:02:08
Message-Id: Pine.LNX.4.61.0505301631460.30093@mail.magrittesystems.com
In Reply to: [gentoo-embedded] x86 SBC Gentoo Embedded HowTo version 0.05 (unfinished) by Heath H Holcomb
1 Hi Heath,
2
3 I followed your HOWTO a couple of times, and in all cases I fail at
4
5 emerge -e system
6
7 with the error:
8
9 i386-gentoo-linux-uclibc-gcc -pthread -shared -march=c3 -m3dnow -mmmx
10 -Os -pipe
11 -fomit-frame-pointer build/temp.linux-i686-2.3/fchksum.o
12 build/temp.linux-i686-2.3/md5.o build/temp.linux-i686-2.3/cksum.o
13 build/temp.linux-i686-2.3/sum.o -lz -o
14 build/lib.linux-i686-2.3/fchksum.so
15 gcc-config error: Could not run/locate "i386-gentoo-linux-uclibc-gcc"
16 error: command 'i386-gentoo-linux-uclibc-gcc' failed with exit status 1
17
18 !!! ERROR: dev-python/python-fchksum-1.7.1 failed.
19 !!! Function src_compile, Line 20, Exitcode 1
20 !!! (no error message)
21 !!! If you need support, post the topmost build error, NOT this status
22 message.
23
24 Any ideas what could be causing this? The only deviation from your HOWTO has
25 been my make.conf:
26
27 USE="uclibc"
28 CHOST="i586-gentoo-linux-uclibc"
29 CFLAGS="-march=c3 -m3dnow -mmmx -Os -pipe -fomit-frame-pointer"
30 CXXFLAGS="${CFLAGS}"
31 FEATURES="buildpkg"
32
33 I'm building this on a gentoo 2005.0 system.
34
35 Any ideas?
36 Michael
37 --
38 gentoo-embedded@g.o mailing list

Replies

Subject Author
Re: [gentoo-embedded] x86 SBC Gentoo Embedded HowTo version 0.05 (unfinished) Heath H Holcomb <heath@×××××.com>