I'm beginer at the linux. So Sorry but I want to use the mspgcc with toolchain in the my linux system so that I had
done above ( my system is redhat 8.0 linux-2.4) for binutile ---------------------------------------------------------------------------------------------- # become root; you actually only need this for "make install" and when # you copy files to the target directory (/usr/local/msp430) su mkdir /tmp/mspgcc cd /tmp/mspgcc #binutils wget ftp://sources.redhat.com/pub/binutils/releases/binutils-2.14.tar.bz2 tar xjvf binutils-2.14.tar.bz2 cd binutils-2.14 ./configure --prefix=/usr/local/msp430 --target=msp430 make <== Here don't stop make install cd .. ------------------------------------------------------------------------------------------------- and only repeat after enter "make" instruction, other tool is the same thing. don't stop making process. sure I read the FAQ, but It's not about that problem. Would you send me how to solve about that problem ? Thank's
