Linux内核错误:scripts / kconfig / qconf.h:105额外资格' ConfigList'

时间:2014-03-08 07:52:04

标签: linux-kernel

我在 CentOS 6内核版本是linux-2.6 进行系统调用,同时通过

进行配置映像
make bzImage` 

我发现了以下错误

scripts/kconfig/qconf.h:105 extra qualification 'ConfigList'

很高兴知道我哪里出错了。谢谢你提前

1 个答案:

答案 0 :(得分:0)

有 scripts / kconfig / qconf.h:127:错误:额外限定ConfigList :: on member updateMenuList

@@ -124,7 +124,7 @@ public:     void setParentMenu(void);

template <class P>

- void ConfigList :: updateMenuList(P *,struct menu *); //删除此

  • void updateMenuList(P *,struct menu *); //添加此

    bool updateAll;

_