Hi, msp430-libc from CVS currently doesn't compile due to two missing backslashes. Find a patch below that fixes this. Cheers,
Rob P.S. Apologies if you've received this more than once -- I've had issues with mailing the list. Index: msp430x47xx.h =================================================================== RCS file: /cvsroot/mspgcc/msp430-libc/include/msp430x47xx.h,v retrieving revision 1.6 diff -u -r1.6 msp430x47xx.h --- msp430x47xx.h 4 Jun 2009 21:34:29 -0000 1.6 +++ msp430x47xx.h 12 Jun 2009 17:44:03 -0000 @@ -53,13 +53,13 @@ #define __MSP430_HAS_SD16_CH3__ #endif /* __MSP430_47x3__ */ -#if defined(__MSP430_47166__) || defined(__MSP430_47176__) || +#if defined(__MSP430_47166__) || defined(__MSP430_47176__) || \ defined(__MSP430_47186__) || defined(__MSP430_47196__) #define __MSP430_HAS_SD16_CH3__ #define __MSP430_HAS_SD16_CH4__ #define __MSP430_HAS_SD16_CH5__ #endif -#if defined(__MSP430_47167__) || defined(__MSP430_47177__) || +#if defined(__MSP430_47167__) || defined(__MSP430_47177__) || \ defined(__MSP430_47187__) || defined(__MSP430_47197__) #define __MSP430_HAS_SD16_CH3__ #define __MSP430_HAS_SD16_CH4__
