upon configuring gcc-4.1.1 w/ the files from gcc/gcc-4.1.1 from sourceforge CVS ... using cmd:

./configure --target=msp430 --prefix=/usr/local/msp430

I get the following error (config.log):

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

configure:600: checking host system type

then, upon running:

./configure --target=msp430 --prefix=/usr/local/msp430 --host='i686-pc-linux-gnu'

config.log shows:

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

configure:600: checking host system type
configure:621: checking target system type
configure:639: checking build system type
configure:694: checking for a BSD compatible install
configure:747: checking whether ln works
configure:771: checking whether ln -s works
configure:1825: checking for gcc
configure:1938: checking whether the C compiler (gcc  ) works
configure:1954: gcc -o conftest    conftest.c  1>&5
as: unrecognized option `-Qy'
configure: failed program was:

#line 1949 "configure"
#include "confdefs.h"

main(){return(0);}


confdefs.h is a blank file, with one CR ... it's two lines long, but empty otherwise.

Any help identifying where I've gone wrong would be a huge help.

I'm running debian. Gcc has been working for other builds today. I don't really understand the nuances of running multiple gccs on a machine--so the errors I'm seeing may be quite simple. Simple, but also opaque.

Thanks for the help.

Phil Taylor

Reply via email to