Hi,
I've used avr-gcc in the past. I got MSP430-gcc up and running with
eclipse and the USB FET. Everything went pretty smoothly.
I compiled a project for the msp430-F2272. There was an error, but I
saw a 22x2 .h file and modified io.h with:
#elif defined(__MSP430_2272__)
#include <msp430x22x2.h>
Now I get a final fatal error that I cannot fix:
/cygdrive/c/DOCUME~1/ian/LOCALS~1/Temp/cciqACdL.s:2: Fatal error:
unknown MCU: msp430x2272
I found that this was patched:
http://osdir.com/ml/hardware.texas-instruments.msp430.gcc.cvs/2007-01/msg00004.html
but I believe that this is actual source that changed, not just a
configuration file I can copy over from CVS.
Is this the case? If so, is there a nightly/developer (win32) build I
can download? If not, may I second Mike's request earlier this month for
a new win32 build?
I would also compile it myself, but I'm not sure where to start (if
there is a description I'll give it a try).
Thank you,
ian