Gentoo Archives: gentoo-dev

From: francis <francis.west@××××××××.com>
To: Gentoo-Dev <gentoo-dev@l.g.o>
Subject: [gentoo-dev] another catalyst question
Date: Thu, 26 Feb 2004 15:35:37
Message-Id: 1077809837.2599.47.camel@artemis.olympus.ddts.net
1 hello,
2 I was hoping someone could point me in the right direction, I created
3 two extra arch's in the x86.py for the C3 chips, however when i come to
4 building the stage2 tarball, the first compile script complains:
5
6 ...
7 configure: WARNING: If you wanted to set the --build type, don't use
8 --host.
9 If a cross compiler is detected then cross compile mode will be
10 used.
11 configure: Configuring ccache
12 checking for i686-pc-linux-gnu-gcc... gcc
13 checking for C compiler default output... configure: error: C compiler
14 cannot create executables
15 See `config.log' for more details.
16 ...
17
18 config.log says:
19
20 configure:1617: checking for C compiler default output
21 configure:1620: gcc -02 march=i686 -fomit-frame-pointer conftest.c
22 >&5
23 gcc: march=i686: No such file or directory
24 gcc: unrecognized option `-02'
25 configure:1623: $? = 1
26 configure: failed program was:
27
28
29 i am guessing that i have missed something from my additions to
30 catalyst, because if i change the -march to pentium3 i still get the
31 same error.
32
33 im guessing there is something in targets.py i haven't spotted?
34
35 Thanks
36 Francis
37
38
39 --
40 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] another catalyst question "Bryan D. Stine" <battousai@g.o>
Re: [gentoo-dev] another catalyst question Jay Maynard <jmaynard@××××××××.cx>
Re: [gentoo-dev] another catalyst question Georgi Georgiev <chutz@×××.net>