I'm trying to switch to the latest version of the mspgcc tools. I've downloaded the latest version from sourceforge. When I attempt to compile a file I get the following warning message:
c:\program files\mspgcc_4.6\bin\../lib/gcc/msp430/4.6.3/../../../../msp430/include/msp430.h:813:2: warning: #warning Unable to identify and include MCU header, use -mmcu=MCU [-Wcpp] My makefile contains, in part, the following lines which appears to be where the problem is. I added the -Wcpp, which was missing originally, but that didn't change anything. What is the problem here? CPU = msp430x1132 CFLAGS = -mmcu=${CPU} -Wcpp -O2 -Wall -g ASFLAGS = -mmcu=${CPU} -x assembler-with-cpp -D_GNU_ASSEMBLER_ -c Thanks in advance. ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_mar _______________________________________________ Mspgcc-users mailing list Mspgcc-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mspgcc-users