Hi all,
I am trying to make and install mspgcc on Ubuntu fiesty which is
required for working on t-motes. I am unable to do so.
The kernel is: 2.6.20-16-generic
I am following the manual (mspgcc-manual-20031127.pdf) to build the
source.
I have downloaded the gcc source code: gcc-4.1.2. I have checked out the
code of mspgcc of gcc-4.1.1 from cvs.
I have copied the msp430 folder into
/usr/src/gcc-4.1/gcc-4.1.2/gcc/config/
When I give the command in /usr/src/gcc-4.1/gcc-4.1.2/configure
--target=msp430 --prefix=/usr/local/msp430, a Makefile is created but I
get the following message:
*** This configuration is not supported in the following subdirectories:
target-libmudflap target-libffi target-boehm-gc target-zlib
target-libjava target-libada gnattools target-libgfortran
On issuing the make command, the command terminates with error.
======================
checking if mkdir takes one argument... no
*** Configuration msp430-unknown-none not supported
make[1]: *** [configure-gcc] Error 1
make[1]: Leaving directory `/usr/src/gcc-4.1/gcc-4.1.2'
make: *** [all] Error 2
======================
These are the last few lines of the output. Can someone help me to get
past this error and install mspgcc on my system.
Thanks
Vijay