You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Lev Serebryakov <le...@serebryakov.spb.ru> on 2003/10/06 13:09:09 UTC

Could not compile last libc

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:lev@serebryakov.spb.ru


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org