flywithlove
驱动小牛
驱动小牛
  • 注册日期2002-11-05
  • 最后登录2009-10-09
  • 粉丝0
  • 关注0
  • 积分8分
  • 威望18点
  • 贡献值0点
  • 好评度10点
  • 原创分0分
  • 专家分0分
阅读:990回复:1

驱动加载错误!

楼主#
更多 发布于:2003-01-15 09:17
我编译驱动成功,然后加载,出现错误:
insmod usbsample.o
usbsample.o: unresolved symbol usb_submit_urb_Rsmp_4f4fbcf1
usbsample.o: unresolved symbol usb_set_protocol_Rsmp_364d0459
usbsample.o: unresolved symbol usb_register_Rsmp_4b1c4b44
usbsample.o: unresolved symbol usb_unlink_urb_Rsmp_b69f8958
usbsample.o: unresolved symbol usb_deregister_Rsmp_be3371d2
usbsample.o: unresolved symbol sprintf_Rsmp_1d26aa98
usbsample.o: unresolved symbol kfree_Rsmp_037a0cba
usbsample.o: unresolved symbol printk_Rsmp_1b7d4074
usbsample.o: unresolved symbol usb_set_idle_Rsmp_1c628d3b
usbsample.o: unresolved symbol kmalloc_Rsmp_93d4cfe6
usbsample.o:
Hint: You are trying to load a module without a GPL compatible license
      and it has unresolved symbols.  Contact the module supplier for
      assistance, only they can help you.
痛并快乐着!
yftty
驱动牛犊
驱动牛犊
  • 注册日期2002-11-06
  • 最后登录2010-12-07
  • 粉丝0
  • 关注0
  • 积分6分
  • 威望22点
  • 贡献值1点
  • 好评度1点
  • 原创分0分
  • 专家分0分
沙发#
发布于:2003-01-15 10:03
我编译驱动成功,然后加载,出现错误:
insmod usbsample.o
usbsample.o: unresolved symbol usb_submit_urb_Rsmp_4f4fbcf1
usbsample.o: unresolved symbol usb_set_protocol_Rsmp_364d0459
usbsample.o: unresolved symbol usb_register_Rsmp_4b1c4b44
usbsample.o: unresolved symbol usb_unlink_urb_Rsmp_b69f8958
usbsample.o: unresolved symbol usb_deregister_Rsmp_be3371d2
usbsample.o: unresolved symbol sprintf_Rsmp_1d26aa98
usbsample.o: unresolved symbol kfree_Rsmp_037a0cba
usbsample.o: unresolved symbol printk_Rsmp_1b7d4074
usbsample.o: unresolved symbol usb_set_idle_Rsmp_1c628d3b
usbsample.o: unresolved symbol kmalloc_Rsmp_93d4cfe6
usbsample.o:
Hint: You are trying to load a module without a GPL compatible license
      and it has unresolved symbols.  Contact the module supplier for
      assistance, only they can help you.
 


Does your box a SMP one?? If not, ERASE the SMP define in your DEFS.

Your module is compiled for smp box.
/yftty http://www.unix-driver.org
游客

返回顶部