[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Could not compile last libc

From: Lev Serebryakov <lev_at_serebryakov.spb.ru>
Date: 2003-10-06 15:09:09 CEST

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
Received on Mon Oct 6 15:09:51 2003

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.