QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 1112|回复: 2

自己的内核无法安装啊!?

[复制链接]
发表于 2004-11-18 18:13:50 | 显示全部楼层 |阅读模式
我编了段程序用到了
int init_module()
{
  return proc_register(&proc_root, &my_mod_proc_file);
}

void cleanup_module()
{
  proc_unregister(&proc_root, my_mod_proc_file.low_ino);
}

gcc -c -D__KERNEL__ -DMODULE  -I/usr/src/linux-2.4.20-8/include my_module.c编译,安装时报错如下:
my_module.o: unresolved symbol proc_unregister
my_module.o: unresolved symbol proc_register
my_module.o:
Hint: You are trying to load a module without a GPL compatible license
      and it has unresolved symbols.  The module may be trying to access
      GPLONLY symbols but the problem is more likely to be a coding or
      user error.  Contact the module supplier for assistance, only they
      can help you.
请问在2.4内核中上段程序该怎么写啊?
GPL如何声明呢?  
发表于 2004-11-21 09:25:54 | 显示全部楼层
通常是头文件不够吧?看一下?
回复

使用道具 举报

发表于 2004-11-23 14:31:35 | 显示全部楼层
好像缺少一个宏
参数是GPL
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-16 08:38 , Processed in 0.040840 second(s), 15 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表