I found the problem. stdio was not being used in mmc.c
commenting out the include removed the offending error.

Garst
"Garst R. Reese" wrote:
> 
> Can someone explain what is happening here?
> mmc.c
> 12 #include <stdio.h>
> 
> In file included from mmc.c:12:
> /usr/local/msp430/msp430/include/stdio.h:48: syntax error before "const"
> make: *** [all] Error 1
> 
>  * $Id: stdio.h,v 1.8 2003/10/11 01:37:18 cliechti Exp $
> 48 int __attribute__((format (printf, 1, 2))) printf(const char *string,
> ...);
> 
> -------------------------------------------------------
> This SF.net email is sponsored by: SF.net Giveback Program.
> Does SourceForge.net help you be more productive?  Does it
> help you create better code?  SHARE THE LOVE, and help us help
> YOU!  Click Here: http://sourceforge.net/donate/
> _______________________________________________
> Mspgcc-users mailing list
> Mspgcc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mspgcc-users

Reply via email to