当前位置: 首页 > 工具软件 > Coda > 使用案例 >

内核编译,coda.h错误

蒋高超
2023-12-01

编译内核出现

In file included from fs/coda/psdev.c:45:
include/linux/coda.h:248: error: expected specifier-qualifier-list before 'u_quad_t'

错误。

 

解决方法:

在内核配置中有如下

File Systems ->
    -> Network File Systems ->
           ->  <M> Coda file system support (advanced network fs)

选项,取消选择Coda file system support,重新编译。

 类似资料: