Hi;
I am trying to compile for the msp430F2132. The compiler seems to be having a problem id'ing the 2132. Any Idea why? Situation: WinXP and I'm using the out of the package mspgcc from http://sourceforge.net/project/showfiles.php?group_id=42303 the win32 dist. Here's the command line. simple testme.c >>> #include "hardware.h" void ss(char *rv) { volatile char s=0; *rv = s; } <<< Any help would be great. regards, Mike C:\mspgcc\examples\gfx_lcd> msp430-gcc -mmcu=msp430x2132 testme.c In file included from hardware.h:4, from testme.c:1: c:/mspgcc/msp430/include/io.h:142:6: warning: #warning "Unknown arch! Please check" 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 msp430x2001 msp430x2011 msp430x2002 msp430x2012 msp430x2003 msp430x2013 msp430x2101 msp430x2111 msp430x2121 msp430x2131 msp430x2234 msp430x2254 msp430x2274 msp430x247 msp430x2471 msp430x248 msp430x2481 msp430x249 msp430x2491 msp430x2410 msp430x2416 msp430x2417 msp430x2418 msp430x2419 msp430x2616 msp430x2617 msp430x2618 msp430x2619 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 msp430xG4616 msp430xG4617 msp430xG4618 msp430xG4619
