My problem was already here described. However answer is how as for me too little detailed. I use redhat7. 3. My doubts I placed in comments.
try: #Which one should be structure of catalogues???? #Should I make here bunzip2...???? #In which one catalogue I should make this???? $ cvs -d:pserver:anonym...@cv...:/cvsroot/mspgcc login $ cvs -z3 -d:pserver:anonym...@cv...:/cvsroot/mspgcc co binutils #In which one catalogue I should make this???? bunzip2 -c ../binutils-2.11.tar.bz2 | tar xf - cd binutils cp -r binutils-2.11 ../ #In which one catalogue I should make. /cofigure???? then configure... can anybody add this to docs? ~d > 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:anonym...@cv...:/cvsroot/mspgcc login > $ cvs -z3 -d:pserver:anonym...@cv...:/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. > >