QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 772|回复: 1

请教!基于powerpc的交叉编译环境的问题

[复制链接]
发表于 2004-10-12 15:21:48 | 显示全部楼层 |阅读模式
我编译到glibc的时候,出现下列问题:


sscanf.c:31: error: conflicting types for 'sscanf'
sscanf.c:31: error: conflicting types for 'sscanf'

sscanf.c: In function `sscanf':
sscanf.c:37: error: `va_start' used in function with fixed args
make[2]: *** [/root/tars/BuildDir/glibc/stdio-common/sscanf.o] Error 1
make[2]: Leaving directory `/root/tars/SourceDir/glibc-2.3.2/stdio-common'
make[1]: *** [stdio-common/subdir_lib] Error 2
make[1]: Leaving directory `/root/tars/SourceDir/glibc-2.3.2'
make: *** [all] Error 2


请问这个问题怎么解决啊,谢谢了。
 楼主| 发表于 2004-10-12 15:33:36 | 显示全部楼层
我已经知道了,这是glibc的一个bug,
将int sscanf(s,f) const char *s ; const char* format
改成 int sscanf(const char *s ,const char *format ...)
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-5 21:47 , Processed in 0.062582 second(s), 16 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表