When following the directions here: http://mspgcc.sourceforge.net/doc_install.html
Specifically here: $ mkdir binutils $ cd binutils $ bunzip2 -c ../binutils-2.11.tar.bz2 | tar xf - $ cd .. $ cvs -d:pserver:[email protected]:/cvsroot/mspgcc login $ cvs -z3 -d:pserver:[email protected]:/cvsroot/mspgcc co binutils $ cd binutils/binutils-2.11 $ ./configure --target=msp430 --prefix=/usr/local/msp430 $ gmake I canot the the last two lines, when I do a ./configure... I guess this error $./configure --target=msp430 --prefix=/usr/local/msp430 Configuring for a i686-pc-linux-gnu host. Invalid configuration 'msp430': machine 'msp430' not recognized Unrecognized target system name msp430. What am I doing wrong? Thanks.
