I am student working on a project. when am trying to install mspgcc on ubuntu 14.04 version am getting an error at "make" during installation of binutils... following are the commands i used.. sir please help me in fixing this error. i have attached the screen shots of error.Thanks in advance..
> tar xvfj binutils-2.21.1a.tar.bz2
> cd binutils-2.21.1
> patch -p1 < ../mspgcc-20120406/msp430-binutils-2.21.1a-20120406.patch
> cd ..
> mkdir -p BUILD/binutils
> cd BUILD/binutils
> ../../binutils-2.21.1/configure --target=msp430 --program-prefix="msp430-" --with-mpfr-include=/usr/local/include -with-mpfr-lib=/usr/local/lib --with-gmp-include=/usr/local/include -with-gmp-lib=/usr/local/lib --with-mpc-include=/usr/local/include -with-mpc-lib=/usr/local/lib
> make -j 4
> sudo make install
> cd ../..