该楼层疑似违规已被系统折叠 隐藏此楼查看此楼

/usr/local/arm/2.95.3/bin/arm-linux-gcc -DMODULE -I/home/msy/kernel-h2410eb/include -D__KERNEL__ -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -mapcs -fno-strict-aliasing -fno-common -fno-common -pipe -mapcs-32 -march=armv4 -mtune=arm9tdmi -mshort-load-bytes -msoft-float -DKBUILD_BASENAME=in4 -c  in4.c

In file included from /usr/local/arm/2.95.3/lib/gcc-lib/arm-linux/2.95.3/../../../../arm-linux/sys-include/linux/fs.h:660,

from /usr/local/arm/2.95.3/lib/gcc-lib/arm-linux/2.95.3/../../../../arm-linux/sys-include/linux/capability.h:17,

from /usr/local/arm/2.95.3/lib/gcc-lib/arm-linux/2.95.3/../../../../arm-linux/sys-include/linux/binfmts.h:5,

from /usr/local/arm/2.95.3/lib/gcc-lib/arm-linux/2.95.3/../../../../arm-linux/sys-include/linux/sched.h:9,

from /usr/local/arm/2.95.3/lib/gcc-lib/arm-linux/2.95.3/../../../../arm-linux/sys-include/linux/mm.h:4,

from /usr/local/arm/2.95.3/lib/gcc-lib/arm-linux/2.95.3/../../../../arm-linux/sys-include/linux/iobuf.h:11,

from in4.c:15:

/usr/local/arm/2.95.3/lib/gcc-lib/arm-linux/2.95.3/../../../../arm-linux/sys-include/linux/udf_fs_sb.h:22: linux/version.h: ?????????

In file included from /usr/local/arm/2.95.3/lib/gcc-lib/arm-linux/2.95.3/../../../../arm-linux/sys-include/asm/hardware.h:16,

from in4.c:18:

/usr/local/arm/2.95.3/lib/gcc-lib/arm-linux/2.95.3/../../../../arm-linux/sys-include/asm/arch/hardware.h:16: asm/mach-types.h: ?????????

in4.c:19: asm/arch/cpu_s3c2410.h: ?????????

In file included from in4.c:24:

/usr/local/arm/2.95.3/lib/gcc-lib/arm-linux/2.95.3/../../../../arm-linux/sys-include/linux/module.h:261: linux/version.h: ?????????

In file included from in4.c:24:

/usr/local/arm/2.95.3/lib/gcc-lib/arm-linux/2.95.3/../../../../arm-linux/sys-include/linux/module.h:263: parse error before `UTS_RELEASE'

in4.c: In function `in4w':

in4.c:50: `GPGDAT' undeclared (first use in this function)

in4.c:50: (Each undeclared identifier is reported only once

in4.c:50: for each function it appears in.)

in4.c:53: `GPFDAT' undeclared (first use in this function)

in4.c:48: warning: `i' might be used uninitialized in this function

in4.c: In function `in4_open':

in4.c:62: `GPGCON' undeclared (first use in this function)

in4.c:65: `GPFCON' undeclared (first use in this function)

in4.c: At top level:

in4.c:124: parse error before string constant

in4.c:124: warning: type defaults to `int' in declaration of `MODULE_LICENSE'

in4.c:124: warning: function declaration isn't a prototype

in4.c:124: warning: data definition has no type or storage class

make: *** [in4] Error 1

linux驱动 .c文件,linux驱动程序在.c文件和make文件都正确的时候为什么在键入命令mak...相关推荐

  1. Linux驱动 简单的Linux驱动基础知识

    Linux驱动 简单的Linux驱动基础知识 一.简述         记--Linux驱动学习笔记. Linux驱动程序初始化硬件设备,并提供硬件控制接口给更上一层的应用调用. 例如使用QT应用程序 ...

  2. ㉔AW-H3 Linux驱动开发之HDMI驱动程序

    HDMI: High Definition Multimedia Interface,高清多媒体接口,是一种全数字化视频和声音发送接口,可以发送未压缩的音频及视频信号.HDMI有4种类型的接口,分别为 ...

  3. linux 驱动 内核模式,Linux内核模块和驱动的编写

    Linux内核是一个整体是结构,因此向内核添加任何东西,或者删除某些功能,都十分困难.为了解决这个问题引入了内核机制.从而可以动态的想内核中添加或者删除模块. 模块不被编译在内核中,因而控制了内核的大 ...

  4. linux驱动程序设计21 Linux设备驱动的调试

    本章导读 "工欲善其事,必先利其器",为了方便进行Linux设备驱动的开发和调试,建立良好的开发环境很重 要,还要使用必要的工具软件以及掌握常用的调试技巧等. 21.1节讲解了Li ...

  5. ac3165 linux驱动_为什么Linux系统没有类似Windows上的还原精灵和影子系统?

    很多从Windows转Linux的用户,面临的最大一个问题,就是Linux上没有还原精灵这种软件.众所周知,作为一个操作系统要想普及,绝不可能只针对懂IT的少部分年轻人,而是需要让不同年龄段,不同职业 ...

  6. 武汉linux驱动培训转让,linux驱动培训靠谱吗

    作为一名Linux爱好者,在Linux的世界中也算是半个老司机了,从桌面玩到服务器.从ubuntu到centos.从计算机到路由器,各种Linux的花俏玩法都略有体验.作者并非职业Linux选手,我仅 ...

  7. 【Linux驱动开发】Linux 自带按键驱动

    一.基础 1.以下介绍了 input 子系统的基础,使用的自己编的按键驱动.实际上内核自带了按键驱动(一般默认使能). [Linux驱动开发]INPUT 子系统实验 2.内核自带按键驱动简介 Linu ...

  8. 【Linux驱动编程】Linux中断上半部和下半部

    前言   cpu在执行程序时,如果有外部中断触发时,如定时器中断.串行总线中断等,cpu停止当前任务从而转去响应中断处理.对于中断函数的处理,原则是尽快处理完事务并退出中断,这一点也比较好理解,尽快处 ...

  9. linux驱动管道,Xilinx Linux 如何理解V4L2的管道驱动程序

    xvipp 函数调用关系图 4.主要函数 4.1. 函数xvip_composite_probe() 函数xvip_composite_probe是整个驱动的入口,主要工作是初始化驱动的数据结构xvi ...

最新文章

  1. python科学计算基础教程pdf下载-用Python做科学计算 pdf版
  2. linux的线程实验的实验结果,Linux线程qps测试
  3. 计算机数据链路层教案,第三章 数据链路层(2) 新.ppt
  4. vba判断文件是否存在的两种方法
  5. codeblocks使用技巧
  6. ApacheCN 大数据译文集 20211206 更新
  7. bzoj 3380: [Usaco2004 Open]Cave Cows 1 洞穴里的牛之一(状压+BFS)
  8. 智力与联系能力的关系
  9. 用人机对话系统设计逻辑探究人工智能产品经理
  10. 微信公众号服务号模板消息群发功能怎么使用
  11. Java 定义一个 Employee类,定义方法输出Employee的名字,年龄,总收入。编写应用程序使用Employee
  12. openpyxl 数字格式处理
  13. 小手一敲,让JS Map现原形
  14. 评论式软文怎么写?学会这三招,让你轻松营造出客观的感觉
  15. 实验:网络常见的9个命令
  16. 物联网设备数据流转之告警信息推送:TDengine-alert
  17. 红帽Redhat—Linux软件管理
  18. 【翻译1】Multivariate Time Series Forecasting with LSTMs in Keras——PM2.5
  19. Java Mail解决标题乱码:???
  20. 人生少走弯路的十条忠告

热门文章

  1. Spring Integration学习笔记:简介
  2. 基于springboot智慧餐厅点餐管理系统d1d6i-java ssm
  3. 八款windows设计软件,经典永流传
  4. 便携式计算机是笔记本电脑吗,便携式笔记本电脑推荐
  5. 打开matlab闪退的原因
  6. 【机会】二维火招聘DBA
  7. 2015年系统架构师软考案例分析考点
  8. WPF实现类似MDI子窗体的功能
  9. 获取手机通讯录加好友
  10. pc适配屏幕_如何拍摄PC游戏的屏幕截图