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,
...);

Reply via email to