2013年(2)
发布时间:2013-01-04 17:45:54
1:List 结构typedef struct { gpointer data; GList *next; GList *prev; } GList;2:List原型GList* g_list_append (GList *list, &nbs......【阅读全文】
发布时间:2013-01-04 17:45:46
1:SList结构typedef struct _GSList GSList; struct _GSList { gpointer data; GSList *next; };2: SList 原型GSList* g_slist_append (GSList *list, &nb......【阅读全文】
hjh112312013-07-26 23:21
楼主,我也遇到了一样的问题,编译内核的时候 make install 出问题了,请问你解决了没啊
ERROR: modinfo: could not find module bnx2fc
ERROR: modinfo: could not find module nf_defrag_ipv6
ERROR: modinfo: could not find module cxgb4i
ERROR: modinfo: could not find module cxgb4
ERROR: modinfo: could not find module libcxgbi
ERROR: modinfo: could not find module iscsi_boot_sysfs