Open GoogleCodeExporter opened 9 years ago
Yup, didn't compile for me either, but for a different reason. Here's what I
got (when manually entering the lines in the shell file to localize the
problem):
MikesMBP:demo-breathing-led-gcc-4.5.3 mwirth$ msp430-gcc -Os -Wall -g
-mmcu=msp430g2231 -o breathing-led-msp430g2231.elf breathing-led.c
cc1: MCU msp430g2231 not supported
Known MCU names:
msp1
msp2
msp430x110
msp430x112
msp430x1101
...
msp430x2132
msp430x2232
msp430x2252
...
msp430x5436
msp430x5437
msp430x5438
(null):0: confused by earlier errors, bailing out
MikesMBP:demo-breathing-led-gcc-4.5.3 mwirth$
Note that neither msp430x2231 nor msp430g2231 is listed. Huh?
Get a similar error for the msp430g2452 also.
Any ideas?
Mike
Original comment by mwi...@gmail.com
on 30 Jun 2012 at 2:19
Original issue reported on code.google.com by
andres.v...@gmail.com
on 12 Feb 2012 at 8:05