Welcome![Sign In][Sign Up]
Location:
Search - makefile,linux

Search list

[Linux-UnixMakefile 中文教程

Description: 文件名:Makefile 中文教程.pdf,linux/unix下编程的人不懂makefile就等于是白痴,不想做白痴的linux程序员,就先载分看看吧,-filename:Guide book of Makefile(CHINESE EDITION).pdf, if the programer under linux/unix doesn t know about makefile, he is no more than an idiot, if you don t want to be an idiot linux programmer, download it an take a look at it, hoho.
Platform: | Size: 509803 | Author: 张维成 | Hits:

[Linux-UnixMakefile

Description: Makefile中文教程pdf文档,linux环境下编程使用
Platform: | Size: 509812 | Author: dqstar | Hits:

[Bookslinux设备驱动程序开发详解

Description: 详细讲述了linux设备驱动程序的开发,想学习linux下设备驱动程序开发工作的人员可以参考。文件清单列出如下: linuxdriver_code_tool |-- 03 | `-- 2.6内核升级工具 | |-- device-mapper-1.00.19-2.i386.rpm | |-- lvm2-2.00.25-1.01.i386.rpm | |-- mkinitrd-4.2.0.3.tar.tar | |-- module-init-tools-3.2.2.tar.bz2 | `-- modutils-2.4.5-1.src.rpm |-- 04 | |-- 内核模块参数范例 | | `-- book.c | |-- 内核模块导出符号 | | `-- export_symb.c | `-- 最简单的内核模块 | `-- hello.c |-- 05 | `-- udev源代码 | `-- udev-114.tar.gz |-- 06 | |-- globalmem驱动 | | `-- globalmem.c | `-- 包含2个globalmem设备的驱动 | `-- globalmem_two.c |-- 07 | `-- 含并发控制的globalmem驱动 | `-- globalmem_lock.c |-- 08 | |-- globalfifo驱动 | | `-- globalfifo.c | `-- poll应用程序范例 | `-- pollmonitor.c |-- 09 | |-- 异步通知应用程序范例 | | `-- asyncmonitor.c | `-- 支持异步通知的globalfifo | `-- globalfifo_async.c |-- 10 | |-- S3C2410实时钟驱动 | | `-- s3c2410-rtc.c | `-- 秒设备驱动与应用程序 | |-- second.c | `-- second_test.c |-- 11 | |-- DMA范例 | | |-- 3c505.c | | |-- 3c505.h | | `-- dma.h | `-- 静态映射范例 | `-- mach-smdk2440.c |-- 12 | |-- NVRAM驱动 | | `-- generic_nvram.c | |-- 触摸屏驱动 | | |-- 作为input设备 | | | |-- s3c2410_ts.c | | | `-- s3c2410_ts.h | | `-- 作为普通字符设备 | | `-- s3c2410-ts.c | |-- 看门狗驱动 | | `-- s3c2410_wdt.c | `-- 平台设备 | `-- devs.c |-- 13 | |-- IDE驱动 | | |-- ide-disk.c | | `-- ide-h8300.c | `-- RAMDISK驱动 | `-- rd.c |-- 14 | |-- S3C2410串口驱动 | | |-- regs-gpio.h | | |-- regs-serial.h | | `-- s3c2410.c | `-- 串口核心层 | |-- serial_core.c | `-- serial_core.h |-- 15 | |-- S3C2410 I2C主机驱动 | | |-- i2c-s3c2410.c | | |-- iic.h | | |-- regs-gpio.h | | `-- regs-iic.h | `-- SAA711x I2C设备驱动 | `-- saa711x.c |-- 16 | `-- CS8900以太网设备驱动 | |-- cs89x0.c | `-- cs89x0.h |-- 17 | |-- ALSA工具及库 | | |-- alsa-driver-1.0.15.tar.bz2 | | |-- alsa-firmware-1.0.15.tar.bz2 | | |-- alsa-lib-1.0.15.tar.bz2 | | |-- alsa-oss-1.0.15.tar.bz2 | | |-- alsa-tools-1.0.15.tar.bz2 | | |-- alsa-utils-1.0.13.tar.bz2 | | `-- pyalsa-1.0.15.tar.bz2 | |-- ALSA驱动范例 | | |-- sa11xx-uda1341.c | | `-- uda1341.h | |-- ALSA应用程序范例 | | |-- pcm.c | | `-- pcm_min.c | |-- OSS驱动范例 | | `-- s3c2410-uda1341.c | `-- OSS应用程序范例 | |-- mixer.c | `-- sound.c |-- 18 | |-- FRAMEBUFFER应用程序范例 | | `-- fb_display | | |-- fb_display.c | | |-- fb_display.h | | |-- Makefile | | |-- README | | `-- test.c | `-- S3C2410 LCD驱动 | |-- s3c2410fb.c | `-- s3c2410fb.h |-- 19 | |-- busybox源代码 | | `-- busybox-1.2.1.tar.bz2 | |-- MTD工具 | | `-- mtd-utils-1.0.0.tar.gz | |-- nand驱动范例 | | `-- s3c2410.c | |-- nor驱动范例 | | `-- s3c2410nor.c | `-- yaffs&yaffs2源代码 | |-- yaffs.tar.gz | `-- yaffs2.tar.gz |-- 20 | |-- USB串口驱动 | | |-- usb-serial.c | | `-- usb-serial.h | |-- USB工具 | | `-- usbview-1.0.tar.tar | |-- USB骨架程序 | | `-- usb-skeleton.c | |-- USB键盘驱动 | | |-- input.h | | |-- usb_input.h | | `-- usbkbd.c | `-- usb主机控制器驱动范例 | |-- ohci-s3c2410.c | `-- usb-control.h |-- 21 | |-- PCI骨架程序 | | `-- pci-skeleton.c | `-- PCI驱动范例 | `-- i810_audio.c `-- 22 |-- 范例代码 | |-- oops范例 | | |-- oops_example.asm | | `-- oops_example.c | `-- proc范例 | `-- sim_proc.c `-- 内核调试工具 |-- ddd-3.3.11.tar.gz |-- gdbmod-2.4.bz2 |-- kdb-v4.4-2.6.15-rc5-common-1.bz2 |-- kdb-v4.4-2.6.15-rc5-common-2.bz2 |-- kdb-v4.4-2.6.15-rc5-i386-1.bz2 `-- linux-2.6.15.5-kgdb-2.4.tar.tar
Platform: | Size: 25078324 | Author: zxx000 | Hits:

[Software EngineeringMakefile中文手册

Description: Makefile中文手册.最具参考价值的Makefile中文参考手册。
Platform: | Size: 901279 | Author: tigerlau225 | Hits:

[Other练习自动生成Makefile

Description: 练习自动生成Makefile,linux
Platform: | Size: 49424 | Author: 3123221@qq.com | Hits:

[Windows Kernel练习自动生成Makefile

Description: 介绍如何自动生成Makefile,Linux作业1
Platform: | Size: 49424 | Author: 232113121@qq.com | Hits:

[Linux-Unixmakefile的创建

Description: 充分理解,文件之间的关系,和makefile的用途。-full understanding of the relationship between documents and makefile purposes.
Platform: | Size: 105472 | Author: | Hits:

[Linux-UnixMakefile 中文教程

Description: 文件名:Makefile 中文教程.pdf,linux/unix下编程的人不懂makefile就等于是白痴,不想做白痴的linux程序员,就先载分看看吧,-filename:Guide book of Makefile(CHINESE EDITION).pdf, if the programer under linux/unix doesn t know about makefile, he is no more than an idiot, if you don t want to be an idiot linux programmer, download it an take a look at it, hoho.
Platform: | Size: 509952 | Author: 张维成 | Hits:

[Chess Poker games猜单词

Description: 和文曲星一样的猜英文单词游戏,比较有趣。加入了makefile,可在linux下编译成嵌入式系统需要的应用程序-and rings like the English word games guess that's more interesting. Joined the makefile can be compiled under Linux embedded system needs applications
Platform: | Size: 14336 | Author: 高约 | Hits:

[Embeded LinuxSerialPortDesignForS3c2410

Description: 基于s3c2410的串行端口程序设计,带有makefile,可在linux下直接编译-s3c2410 based on the serial ports program design, with makefile. linux under the direct translation
Platform: | Size: 3072 | Author: 赵者 | Hits:

[Other2.6_kernel_on_HHARM2410_HHARM9200

Description: HHARM2410: 1. 从ftp://ftp.arm.linux.org.uk上下载linux内核,由于项目原因,先后跑了2.6.11,2.6.13和2.6.15,试了一下ftp.kernel.org上下载的2.6.16,没跑起来,打住。 2. 编辑linux-2.6.15/Makefile, ARCH ?= $(SUBARCH) CROSS_COMPILE?= 改为 ARCH ?= arm CROSS_COMPILE?= arm-unknown-linux-gnu- 我用的编译器是4.0.1版本的,一般的3.x的应该都没问题-HHARM2410: 1. Ftp://ftp.arm.linux.org.uk downloaded from the linux kernel, as a result of the reasons the project has run 2.6.11,2.6.13 and 2.6.15, try a bit ftp.kernel.org downloaded 2.6.16, no run up, stop. 2. Editor linux-2.6.15/Makefile, ARCH? = $ (SUBARCH) CROSS_COMPILE? = Read ARCH? = Arm CROSS_COMPILE? = Arm-unknown-linux-gnu-compiler I used is version 4.0.1, the general 3.x should be no problem
Platform: | Size: 68608 | Author: | Hits:

[Linux-Unixmakefile

Description: makefile教程,要想成为linux编程高手,此是必经之路。-makefile tutorial, linux programming in order to become a master, this is the only way.
Platform: | Size: 225280 | Author: | Hits:

[Linux-UnixMakefile

Description: Makefile中文教程pdf文档,linux环境下编程使用-Makefile Chinese Course pdf documents, linux programming environment to use
Platform: | Size: 509952 | Author: dqstar | Hits:

[Embeded Linuxmakefile.pdf

Description: 在Linux下编程时教你如何写makefile的资料,挺不错的。-Now Linux your understanding of leadership to meet the most时sleep 如写misstep makefile cavity collapse挺, 。 cavity Andrew Jardine
Platform: | Size: 869376 | Author: 劲草无香 | Hits:

[OtherLinux

Description: Linux 作一简单介绍,然后通过讲解 Linux 上进行编程的常识以及典型场景的 演示,使大家对 Linux 上的程序开发有一个感性认识。在此基础上,重点讲述 Linux 上 C 语言编程的基本工具,包括编译器和调试器,主要是它们的重要选项和基本用法。 接下来讲述在项目组织和开发过程中非常重要的工具,即 GNU make 和 makefile。 最后讲述 diff/patch 工具。 -Linux to make a brief introduction, and then passed on the Linux program on common sense and typical scenes of the demonstration, so that everyone on the procedures for the development of Linux has a perceptual knowledge. On this basis, the focus on Linux on C language programming of the basic tools, including compiler and debugger, mainly they are an important option, and basic usage. Next on the project organization and development process a very important instrument, that is, GNU make and makefile. Finally on the diff/patch tools.
Platform: | Size: 131072 | Author: ting | Hits:

[Embeded LinuxLinux

Description: 本程序不需要makefile,交叉编译后可直接下载到芯片上运行。将实验板与电脑通过串口相连,可看见打印咋屏幕上的字符“Hello World”。-This procedure does not require makefile, cross-compiled can be directly downloaded to the chip to run. The experimental board and connected to the computer through the serial port, you can see the characters on the screen printed loud noise " Hello World" .
Platform: | Size: 1529856 | Author: 朱信 | Hits:

[Linux-Unixmakefile

Description: Linux下Makefile书写的详细规则,最全的Makefile读写说明-Makefile under Linux detailed rules of writing, the most complete description of read and write Makefile
Platform: | Size: 429056 | Author: bush | Hits:

[Linux-UnixMakefile.tar

Description: 最基本的Makefile, Linux/Unix 多文件编程必备,学习Makefile的必经阶段代码。-The most basic Makefile, Linux/Unix multi-file programming required, the necessary stage of learning Makefile code.
Platform: | Size: 4096 | Author: 何猛 | Hits:

[Linux-UnixMakefile进行多文件的编译

Description: 学习makefile对linux下的多文件进行同时编译,比gcc进行的单文件编译高效,方便(Learning makefile for Linux under the simultaneous compilation of multiple files, than GCC single file compilation efficient and convenient)
Platform: | Size: 140288 | Author: WhiteLie | Hits:

[Linux-Unix跟我一起写 Makefile

Description: Makefile入门,linux学习,shell学习(Makefile,linux and shell,study)
Platform: | Size: 56320 | Author: D-f | Hits:
« 12 3 4 5 6 7 8 9 10 ... 28 »

CodeBus www.codebus.net