码迷,mamicode.com
首页 >  
搜索关键字:make modules_install    ( 11172个结果
创建ROS工作空间和包
一.创建工作空间mkdir -p ~/openni_ws/srccd ~/openni_wscatkin_make //在catkin工作空间(openni_ws)下catkin_make,结果产生build和devel文件夹source devel/setup.bash二.创建package(包)...
分类:其他好文   时间:2014-10-23 19:02:31    阅读次数:155
ubuntu下编译内核驱动。
目的:1. 驱动热身。网上有很多类似的文章可供参考。2. 在操作系统中, 编写这个设备的驱动。3. 为写qemu的watchdog驱动练手。有朋友问make的 watchdog驱动 需要什么准备,所以写这个blog。环境:ubuntu 12.04.4热身: 首先编写一个简单的 hello worl....
分类:系统相关   时间:2014-10-23 12:11:38    阅读次数:232
ubuntu 下编译内核
目的:1. 练习。网上有很多类似的文章可供参考。2. 为写qemu的watchdog驱动练手。有朋友问make的 watchdog驱动 需要什么准备,所以写这个blog。环境:ubuntu 12.04.4耗时(基于熟悉linux环境和操作系统的条件下): 1. make 时间 大于1个小时过程:1....
分类:系统相关   时间:2014-10-23 12:06:55    阅读次数:238
Chapter 1 An Overview of Computers and Programming Languages
Babylon巴比伦loom织布机weaver, WHO uses loom to workcensus: to count the populationtabulate: make into being tablehand-held deviceself-explanatory for a nov...
分类:其他好文   时间:2014-10-23 09:23:02    阅读次数:145
解剖Nginx·自动脚本篇(1)解析配置选项脚本 auto/options
在安装Nginx之前(即运行make脚本之前),首先是进行安装的配置准备,包括环境检查及生成文件。这些工作是由自动脚本完成的。和绝大多数软件一样,Nginx的自动脚本的入口,同样是名为configure的文件。除了configure,其他的自动脚本都在auto目录下。通过分析configure脚本源...
分类:其他好文   时间:2014-10-22 17:47:50    阅读次数:254
DM8168 屏蔽 PCIe
DM8168新板在没有做PCI接口的情况下,可以把PCI模块注释,直接尝试: make CROSS_COMPILE=arm-none-linux-gnueabi- ARCH=arm menuconfig 在BUS Support下注释掉PCI Support,但是DM8168自动加载模块的时候发生了冲突 会出现fatal error:类似 pvrsrvkm: Unknown symbol p...
分类:其他好文   时间:2014-10-21 23:17:35    阅读次数:366
HDU 1711 Number Sequence(kmp)
Problem Description Given two sequences of numbers : a[1], a[2], ...... , a[N], and b[1], b[2], ...... , b[M] (1 <= M <= 10000, 1 <= N <= 1000000). Your task is to find a number K which make a[K] = b...
分类:其他好文   时间:2014-10-21 21:38:27    阅读次数:258
lua-5.2.3编译问题"/usr/local/lib/libreadline.so: undefined reference to `PC'"
作者:zhanhailiang 日期:2014-10-21 [root@~/software]# cd lua-5.2.3 [root@~/software/lua-5.2.3]# make linux cd src && make linux make[1]: Entering directory `/root/software/lua-5.2.3/src' make all SYSCFLAG...
分类:其他好文   时间:2014-10-21 21:29:32    阅读次数:314
java 字节码指令集
This is a list of the instructions that make up theJava bytecode, an abstract machine language that is ultimately executed by theJava virtual machine....
分类:编程语言   时间:2014-10-21 21:24:20    阅读次数:277
Rsync同步工具安装文档
(1)下载Rsync源码进行安装 (2)1’   cd rsync      2’   ./configure   --prefix=/usr/local/rsync      3’   make      4’   make install(可能需要权限,加上sudo解决) (3) Rsync命令同步参数选项(了解)   rsync [OPTION...] SRC ... DEST ...
分类:其他好文   时间:2014-10-21 19:45:18    阅读次数:223
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!