Hello users,

Code from CVS, 2003/09/29 (latest one, `cvs up' days, taht my
directory is up-to-date)

msp430-gcc -c  -I./../include -I. -Wall -O2 -g -mmcu=msp1 -c stdlib/vuprintf.c 
-o msp1/vuprintf.o
msp430-gcc -c  -I./../include -I. -Wall -O2 -g -mmcu=msp1 -c stdlib/uprintf.c 
-o msp1/uprintf.o
stdlib/uprintf.c:35: conflicting types for `uprintf'
../include/stdio.h:45: previous declaration of `uprintf'
gmake: *** [msp1/uprintf.o] ?????? 1
*** Error code 2

 gcc-3.2.3-20031001

 include/stdio.h:45
 int __attribute__ ((format (printf, 2, 3))) uprintf(void (*func)(char c), 
const char *fmt, ...);
 
 src/stdlib/uprintf.c:35
 int uprintf (int (*func)(char), char const *string, ...)
 

-- 
Best regards,
 Lev                          mailto:l...@serebryakov.spb.ru


Reply via email to