Hi All,

I am trying to build the mspgcc tools. I have finally managed to compile
msp430-gcc after some hassles with gcc versions both
for the compiler and binutils.

My problem now is when I try to compile libc with the following procedure, I
get errors regarding the device types that msp430-gcc supports vers what
libc supports ... the appears to be some incompatibilities ..

The build process is:

cvs -z3 -d:pserver:[email protected]:/cvsroot/mspgcc
co msp430-libc
 cd msp430-libc/src
 make
 make install

And the errors I am getting during the compile are:

msp430-gcc -x assembler-with-cpp  -mmcu=msp430x2001 -I./../include -I.
-Wa,-gstabs -c gcrt0.S -o crt430x2001.o
cc1: error: MCU msp430x2001 not supported
Known MCU names:
   msp1
   msp2
   msp430x110
   msp430x112
   msp430x1101
   msp430x1111
   msp430x1121
   msp430x1122
   msp430x1132
   msp430x122
   msp430x123
   msp430x1222
   msp430x1232
   msp430x133
   msp430x135
   msp430x1331
   msp430x1351
   msp430x147
   msp430x148
   msp430x149
   msp430x1471
   msp430x1481
   msp430x1491
   msp430x155
   msp430x156
   msp430x157
   msp430x167
   msp430x168
   msp430x169
   msp430x1610
   msp430x1611
   msp430x1612
   msp430x2101
   msp430x2111
   msp430x2121
   msp430x2131
   msp430x311
   msp430x312
   msp430x313
   msp430x314
   msp430x315
   msp430x323
   msp430x325
   msp430x336
   msp430x337
   msp430x412
   msp430x413
   msp430x415
   msp430x417
   msp430x423
   msp430x425
   msp430x427
   msp430x4250
   msp430x4260
   msp430x4270
   msp430xE423
   msp430xE425
   msp430xE427
   msp430xW423
   msp430xW425
   msp430xW427
   msp430xG437
   msp430xG438
   msp430xG439
   msp430x435
   msp430x436
   msp430x437
   msp430x447
   msp430x448
   msp430x449
(null):0: confused by earlier errors, bailing out
make: *** [crt430x2001.o] Error 1

I have built the latest 3.4 version of msp-gcc as the devices supported by
by 3.3 were even more limited.
I had a look in the makefile of msp430-libc and there are heaps of devices
there that are not in the compiler list.

What is the story here, do I need an even later version of the compiler? I
have tried to compile the 4.1.1 version of msp-gcc but
I am getting compile errors ... looks like it is not quite ready yet.

Thanks

Reply via email to