搜索资源列表
linux-c-code
- linux下一些命令的c语言的实现,code目录存放了本书使用的部分代码,其中有些代码是从完整的程序中抽离出来,无法直接编译成可执行文件。读者在使用时,应该先读懂程序再使用。 otherscode目录存放了GNU/Linux中的常用命令源代码,读者可以参考。 本书提到的,跟Linux开发有关的一些软件可以在www.farsight.com.cn的“下载中心”下载。也可以在www.sourceforge.net下载最新版本。
Btr01
- 该驱动的编译,需要linux内核源代码的支持。驱动编译默认指向的源代码路径为/usr/src/linux,如果您的linux源代码没有安装,请务必安装。如果您的内核源代码的路径不是/usr/src/linux,可以建立一个符号链接ln –s /usr/src/linux-x.xx.xx /usr/src/linux在驱动源代码路径下执行 make 命令,生成驱动的目标文件 can9880.o在/dev目录下建立can相应的设备文件,使用主设备号254mknod can98801 c 254 0-
关于linux下文件编译的方法
- 摘 要: 本文主要阐述了关于linux下文件编译的方法以及vim编辑器的配置,并介绍了linux下热门开发工具。 关 键 词: vim配置与使用;linux文件编译;linux下热门开发工具 引 言: 1.一般拿到新的服务器都需要自己配置一下vim的环境,要不觉得总是不是很顺手。本文介绍了vim的基本配置以及一些个性化配置,用户可根据自己喜好及习惯自由配置;2.介绍了Linux文本编译的常用编译命令选项和多源文件编译方法,使读者对linux下文件编译有一个直观的了解;3.介绍了常用linux下开
coreutils-8.9
- linux命令源码 各个命令的实现源代码-linux command source implementation of the source code of each command
cat
- linux下cat命令的源代码,有点长,看不太懂-linux cmd of cat,is a little long.
05
- 程序代码使用说明: (1)所有源代码目录下都提供了Makefile(非Qt),或者.pro(Qt),或者更详细的说明(第7章)。作为对比,也可以参考在书中的对应章节采用直接gcc命令的编译方法,来学习如何编写Makefile。 (2)Makefile中默认情况下采用“CC=gcc”或者“CPP=g++”的设置,交叉编译时请使用“ make CC=arm-linux-gcc CPP=arm-linux-g++”(假设你使用的是光盘中提供的arm-linux-gcc交叉编译工具链)或类
top-3.4.tar
- linux下的top命令的源代码,适合学习linux或者c语言的同志们参考,可根据自己的需要修改编译-top command under linux source code for learning linux or c language reference comrades, according to their need to modify the compiler
vncpwdump
- vnc密码嗅探,可以获取VNC的连接密码,提供多种获取方式,比如:从NTUSER.DAT文件中获取,从命令行输入获取,注入VNC线程获取等方式. 压缩包中含源代码.-vnc password sniffer, you can obtain the VNC connection password, provides a wide range of access methods, such as: From the NTUSER.DAT file access, access from the co
busybox-1.11.1.tar.bz2
- busybox-1.1 源代码,集成常用linux命令,提及小巧,功能强大,适合嵌入式开发-busybox-1.11.1 source code, integration of commonly used linux commands, refer to compact, powerful, suitable for embedded development
Linux
- Linux 系统的源代码书籍 里面有命令以及代码 适合初学者使用-The source code for Linux systems there are an order of books suitable for beginners as well as the use of code
busybox
- busybox源码包,busybox是linux的命令工具集,包含例如login,insmod等,许多linux命令的源代码,编译这个源码包,就会生成若干linux命令工具的可执行程序。-busybox source packet,linux command toolset,include login,ismod ...
rzsz-3.48.tar
- linux操作系统下的rz和sz命令源代码,可以交叉编译到嵌入式处理器-rz and sz command source for linux os
Linuxsoftwareinstall
- 对于Linux初学者来说,安装一个很小的软件恐怕都是一件很让人头疼的事,因为在Linux下安装软件不像在 Windows中那样简单。在Linux中大多数软件提供的是源代码,而不是现成的可执行文件,这就要求用户根据自己系统的实际情况和自身的需要来配置、编译源程序后,软件才能使用。多数初学者往往不知道该如何进行配置和编译就盲目地运行一些有执行属性的文件或者机械地运行“make”、“make install”之类的命令。结果呢?是软件没装成,自己急出一身汗,后果严重的还会破坏系统的稳定性。下面笔者将
sms_lib
- linux平台下,收发sms的源代码。 提供设置短信中心号码,首选存储内存,直接发生AT命令接口。-a lib for send receive sms run on Linux OS, provide setting SC, prefer storage memory, and send AT command functions.
Linux
- 程序代码使用说明: (1)所有源代码目录下都提供了Makefile(非Qt),或者.pro(Qt),或者更详细的说明(第7章)。作为对比,也可以参考在书中的对应章节采用直接gcc命令的编译方法,来学习如何编写Makefile。 (2)Makefile中默认情况下采用“CC=gcc”或者“CPP=g++”的设置,交叉编译时请使用“ make CC=arm-linux-gcc CPP=arm-linux-g++”(假设你使用的是光盘中提供的arm-linux-gcc交叉编译工具链)或类
linux
- linux应用程序编程实例,code目录存放了本书使用的部分代码,其中有些代码是从完整的程序中抽离出来,无法直接编译成可执行文件。读者在使用时,应该先读懂程序再使用。 otherscode目录存放了GNU/Linux中的常用命令源代码,读者可以参考。-linux application programming examples, code directory contains the book used some code, some code is detached from the co
linux-2.6.27.8-lpc3250
- NXP 的ARM9 (LPC3250)硬件平台下 确实可用的Linux kernel 源代码的patch 文件。请在linux 用patch 命令对linux-2.6.27.8 进行升级后使用。NXP的同一系列的其他CPU应该也可以用。-NXP是ARM9 (LPC3250) hardware platforms does the Linux kernel source code available in the patch file. Please use the linux command o
src
- linux 系统命令源代码 more yes ls cp -linux system command source code more yes ls cp. . . .
linux-ping-source-code
- linux 环境下ping 命令的源代码-linux environment, the source code of the ping command
ls_l
- 完整的ls –l命令(按照长格式显示当前目录下非隐藏文件的属性)。(Complete LS - L command (according to the long format attributes of non hidden files in the current directory).)