标题: 求助 关于linux-2.6.14内核编译出错

内核编译和嵌入式产品的设计与开发
回复
tjuzhl
帖子: 5
注册时间: 2007-09-19 9:28

标题: 求助 关于linux-2.6.14内核编译出错

#1

帖子 tjuzhl » 2008-03-18 17:22

在编译内核的时候出现如下错误:
In file included from fs/coda/psdev.c:45:
include/linux/coda.h:248: parse error before `u_quad_t'
include/linux/coda.h:248: warning: no semicolon at end of struct or union
include/linux/coda.h:256: parse error before `va_bytes'
include/linux/coda.h:256: warning: type defaults to `int' in declaration of `va_bytes'
include/linux/coda.h:256: warning: data definition has no type or storage class
include/linux/coda.h:257: parse error before `va_filerev'
include/linux/coda.h:257: warning: type defaults to `int' in declaration of `va_filerev'
include/linux/coda.h:257: warning: data definition has no type or storage class
include/linux/coda.h:434: field `attr' has incomplete type
include/linux/coda.h:442: field `attr' has incomplete type
include/linux/coda.h:484: field `attr' has incomplete type
include/linux/coda.h:493: field `attr' has incomplete type
include/linux/coda.h:538: field `attr' has incomplete type
include/linux/coda.h:545: field `attr' has incomplete type
include/linux/coda.h:565: field `attr' has incomplete type
以前在另一台机子上编译都通过了,为什么会出现这种问题,请高手赐教,小弟感激不尽
头像
jeffwei
帖子: 1344
注册时间: 2007-05-12 22:48

#2

帖子 jeffwei » 2008-03-20 13:15

最近内核编译变了好多
有时候真的莫名其妙就错了
回复