当前位置:  技术问答>linux和unix

liunx 驱动测试小程序不能编译,求指导

    来源: 互联网  发布时间:2017-02-14

    本文导语:  一下是我的一个linux驱动的测试小程序,但是编译时老是报:fatal error: linux/module.h: No such file or directory这样的错误,我用-I指令将其路径加了进去还是不行,以下是源码:我看网上说着要用makefile编译,我是菜鸟...

一下是我的一个linux驱动的测试小程序,但是编译时老是报:fatal error: linux/module.h: No such file or directory这样的错误,我用-I指令将其路径加了进去还是不行,以下是源码:我看网上说着要用makefile编译,我是菜鸟写了一个不好使,忘大神能指导一下

#define  __NO_VERSION__ 
#include   
#include   

char kernel_version [] = UTS_RELEASE;
#include  #include  #include  #include  #include  unsigned int test_major = 0; 
static int read_test(struct inode *node,struct file *file,char *buf,int count)

int left; 
if (verify_area(VERIFY_WRITE,buf,count) == -EFAULT ) 
return -EFAULT; 
for(left = count ; left > 0 ; left--)
 { 
__put_user(1,buf,1); buf++; 
 } 
return count; 


static int write_test(struct inode *inode,struct file *file,const char *buf,int count) 

return count; 


static int open_tibet(struct inode *inode,struct file *file ) 
{
MOD_INC_USE_COUNT; 
return 0; 


static void release_test(struct inode *inode,struct file *file )

MOD_DEC_USE_COUNT; 


struct file_operations test_fops = 

NULL, 
read_test, 
write_test,
NULL, /* test_readdir */
NULL, 
NULL, /* test_ioctl */ 
NULL, /* test_mmap */
open_test, 
release_test, 
NULL, /* test_fsync */ 
NULL, /* test_fasync */
 /* nothing more, fill with NULLs */ 
};

int init_module(void)

int result; 
result = register_chrdev(0, "test", &test_fops); 
if (result 

    
 
 
 
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • 用宽带路由器上网;liunx与unix的区别
  • liunx下配置axis2的环境变量怎么配置
  • 有关liunx启动的问题?在线等待!!!
  • 请问我么再LIUNX下开发JAVA,应该看些什么书。和什么技术。
  • 急寻dell(latitude D500)笔记本安装liunx的问题
  • 关于在2000下装RH LIUNX的问题
  • 在liunx 下 怎么上网?
  • RED HAT LIUNX的安装!
  • 哪位高手知道java怎么执行liunx的命令?
  • 很简单的问题!liunx的.sh文件是什么?怎么创建啊!
  • 编程技术其它 iis7站长之家
  • 求教:LIUNX 学开发还是学主机维护。。??
  • 求帮助!我的red hat liunx 9.0 进不了桌面了
  • eclipse 连接Liunx CVS问题 !高人救命啊!
  • 由于在win2k多更改了分区,结果,我的liunx进不去了,有没有方法补救?
  • liunx如何杀毒?
  • liunx分去疑问
  • 在liunx系统上跑程序,几个小时后系统死机,而cpu不狂涨,也无内存泄露
  • 把liunx 2005桌面型操作系统干掉,XP启动不起来啦
  • Liunx小问题!!!在线等


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,,E-mail:www_#163.com(请将#改为@)

    浙ICP备11055608号-3