maillog: 26/02/2004-15:37:17(+0000): francis types > hello, > I was hoping someone could point me in the right direction, I created > two extra arch's in the x86.py for the C3 chips, however when i come to > building the stage2 tarball, the first compile script complains: > > ... > configure: WARNING: If you wanted to set the --build type, don't use > --host. > If a cross compiler is detected then cross compile mode will be > used. > configure: Configuring ccache > checking for i686-pc-linux-gnu-gcc... gcc > checking for C compiler default output... configure: error: C compiler > cannot create executables > See `config.log' for more details. > ... > > config.log says: > > configure:1617: checking for C compiler default output > configure:1620: gcc -02 march=i686 -fomit-frame-pointer conftest.c > >&5
If you copy-pasted the above, then there are two problems with it. 1. It says "march=i686" while it should be "-march=i686" 2. It says dash-zero-two, which should be dash-oh-two (capital o) > gcc: unrecognized option `-02' > configure:1623: $? = 1 > configure: failed program was: > > > i am guessing that i have missed something from my additions to > catalyst, because if i change the -march to pentium3 i still get the > same error. > > im guessing there is something in targets.py i haven't spotted? > > Thanks > Francis > > > -- > [EMAIL PROTECTED] mailing list > -- / Georgi Georgiev / Endless Loop, n.: see Loop, Endless. Loop, / \ [EMAIL PROTECTED] \ Endless, n.: see Endless Loop. -- Random \ / +81(90)6266-1163 / Shack Data Processing Dictionary / -- [EMAIL PROTECTED] mailing list
