2021年11月29日

摘要: 出错代码行如下:struct my_attribute val_attribute = __ATTR(val, 0666, val_show, val_store); 解决方法 是__ATTR宏的权限问题,将上述的0666改为0664,问题迎刃而解。 In file included from ./ 阅读全文
posted @ 2021-11-29 10:32 tycoon3 阅读(479) 评论(0) 推荐(0)

导航