21 Jan 2004 10:05 Chris Liechti wrote:
> i tried to build gcc on cygwin (win xp)
> but versions 3.2.3 and 3.4 fail :-(
>
> cd gcc-3.4-20040114/
> cp -r ../../sf/gcc/gcc-current/* .
> ./configure --target=msp430 --prefix=/usr/local/msp430
> time make
>      *** Configuration  not supported
>      make: *** [configure-gcc] Error 1
>

linux (gcc 3.2.2) - OK:
   gcc-core-3.4-20040107 + CVS/gcc/gcc-current

I have manually added target (msp430) in files of a configuration
which are part gcc-core-3.4:  configure.in, config.gcc .
(If them to take from gcc-current: the same error).

Piece of my build script:
   PATH=/bin:/usr/bin:$binu_dir/bin
   cd $unpa_dir
   mkdir objdir
   cd objdir
   ../configure --prefix=$inst_dir --disable-nls --enable-languages=c \
    --target=msp430 \
    --with-as=$binu_dir/bin/msp430-as \
    --with-ld=$binu_dir/bin/msp430-ld

Regards.


Reply via email to