Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

error in glibc2.2.5 even after applying patch

6 views
Skip to first unread message

noor....@gmail.com

unread,
Jul 31, 2006, 12:44:47 AM7/31/06
to
Hi All,
I get the following error while doing make of glibc2.2.5 with gcc3.3


/home/oie/Noor/glibc-2.2.5/arm-linux/stdio-common/sprintf.o
sprintf.c:31: warning: conflicting types for built-in function
`sprintf'
sprintf.c: In function `sprintf':
sprintf.c:35: error: `va_start' used in function with fixed args
make[2]: Leaving directory `/home/oie/Noor/glibc-2.2.5/stdio-common'

I have already applied the patch available.
"
-sscanf (s, format)
- const char *s;
- const char *format;
+sscanf (const char *s, const char *format, ...)
{
va_list arg;
int done;
"

It still gives the error.

Please help.

Thanks and Regards,
Noor

0 new messages