搜索资源列表
ark3116-0.4.2.tar
- 采用ark 3116芯片组的usb转rs232接口线的linux下驱动程序,要求linux内核是2.6版本,用压缩包中的makefile直接make make install即生成.o后缀的elf驱动程序,用insmod按装-used ark 3116 chip set usb rs232 interface to the line under linux driver require Linux kernel 2.6 version, compressed using the makefile
zxzkeyboard
- ARM S3C2410的4X4键盘中断驱动程序(包括驱动, Makefile, 测试源码), 在Linux 2.6.8.1环境下测试过.-ARM S3C2410 4x4 keyboard interrupt-driven (including driving, Makefile, testing OSS), the Linux 2.6.8.1 environment tested.
uda1341
- 基于linux kernel 2.6.20的UDA1341声音芯片的声卡驱动,在s3c2410 cpu下调试通过。 使用方法:源码树的根下新建local目录,并将其解压缩到该目录,修改源码树根下的Makefile文件的559行为: vmlinux-dirs := $(patsubst %/,%,$(filter %/, $(init-y) $(init-m) $(core-y) $(core-m) $(drivers-y) $(drivers-m) $(net-y) $(ne
2410_keydriver_2.6.13
- 广州友善2410开发板-2.6.13内核下键盘驱动:广州友善2410开发板仅提供了2.4.18下的驱动,前些日子升级内核时把键盘驱动也更新了一下!通过外部中断(下降沿)的方式读取键盘按键编码值。同时上传了一个简单的测试程序和Makefile文件
UDA1341TS_
- 这个驱动的移植主要是是将原来的2..4.18内核中的1341驱动程序直接往2.6.11上移植的,没有采用ALSA。移植过程中也曾经参考过一些资料,具体是哪位大虾的资料忘记了,在此感谢文中所参考的资料的大虾们 硬件环境:SBC-2410X开发板(CPU:S3C2410X) 内核版本:2.6.11.1 运行环境:Debian2.6.8 交叉编译环境:gcc-3.3.4-glibc-2.3.3 第一部分 声卡UDA1341TS驱动程序播放部分的移植 一、从网上将Linux内核源
Makefile
- linux下交叉编译spca5xx(中星微摄像头在linux下使用时用到的驱动)用到的Makefile文件,文件将针对linux2.5 2.6内核的驱动注释掉,修改了针对2.4内核的驱动。
2.6.14
- linux-2.6内核SD卡驱动,备有Makefile 选择使用的交叉编译器把编译出的.ko文件加入开发环境中运行
led-2.6.12
- 一个linux 2.6内核下的完整的字符驱动实例,可以静态加载进内核,源码包含了对Makefile和Kconfig的修改,硬件平台是s3c2440.
dm9601_2.6.zip
- DM9601 USB网卡linux驱动,修改makefile就可以了。本人在linux 2.6.14.1测试通过。,DM9601 USB adapter linux driver, modify makefile it. I am in linux 2.6.14.1 test.
ftp_client
- linux环境下ftp客户端,可是实现从ftp服务器下载文件并显示现在信息,。包括源文件和Makefile文件,需要libcurl库,直接make。 执行命令方法:./ftp_client ftp://ip:port xx.avi /include(本地路径) linux内核版本:2.6.25-14.fc9.i686 GCC版本:4.3.0-no comments
GNU
- +make中文手册第二章:GNU make 介绍 2.1 Makefile简介 2.2 Makefile规则介绍 2.3 简单的示例 2.4 make如何工作 2.5 指定变量 2.6 自动推导规则 2.7 另类风格的makefile 2.8 清除工作目录过程文件 -+ Make Chinese manual Chapter: GNU make Descr iption 2.1 Makefile Introduction 2.3 Introduction 2.
2.6Module.tar
- Linux下的模块编程,有实例,有Makefile文件。2.6内核-Module programming under Linux, there are examples of documents have Makefile. 2.6 kernel
2.6Driver.tar
- Linux下的驱动编程,有实例,有Makefile文件。2.6内核-Driver programming under Linux, there are examples, there are Makefile file. 2.6 kernel
cmake-2.6.0
- 要写makefile文件的人最好看一下,这对你们有很大的帮助-Write makefile had better look at the file, which you have a great help
200841613515595
- 下载vsftpd-2.0.6.tar.gz 网上很好找的,附件也提供下载,解压。 tar zxvf vsftpd-2.0.6.tar.gz 修改解压包内文件MakeFile,改交叉编译器,我的路径是 # Makefile for systems with GNU tools CC= /usr/local/arm/3.4.1/bin/arm-linux-gcc 直接编译会出错,还要改一个包含库文件的文件vsf_findlibs.sh 把下面两句屏蔽掉吧-Download vs
makefile
- Qt Creator 1.3.1 Based on Qt 4.6.2 (32 bit) Built on Feb 17 2010 at 18:09:39 qt test makefile
SimpleChar
- 有关字符设备驱动一个例子: app-mem.c:应用程序 memdev.c:字符设备驱动 makefile:用于2.6内核编译 makefile_2.4:用于2.4内核编译 Makefile-arm:用于arm内核编译-An example of the character device driver: app-mem.c: application memdev.c: character device driver makefile: for the 2.6 kernel c
linux2.6-kernel-Makefile
- 2.6内核详解 Makefile 特性及其作用 能够熟悉内核的Makefile 便于内核编译-2.6 kernel Xiangjie properties and role in Makefile to become familiar with kernel compiling the kernel Makefile to facilitate
TQ2440LED_Driver
- TQ2440LED驱动全过程linux-2.6.30.4内核.网上传的2.6内核驱动是有问题的。我实现过的源码,含makefile。可以实测的-TQ2440LED Driver for linux-2.6.30.4
Makefile
- Linux下交叉编译与驱动模块的两种不同Makefile的详细解读,其中Linux内核源码为linux-2.6.35-Detailed interpretation of the Makefile