码迷,mamicode.com
首页 >  
搜索关键字:make    ( 11169个结果
移植Iperf到android 用来学习linux移植到安卓的例子
Iperf移植记录1.生成arm编译需要的头文件config.h./configure --host=arm如果需要make cleanmake distclean2.增加Android.mk文件LOCAL_PATH := $(call my-dir)include $(CLEAR_VARS)LOC...
分类:移动开发   时间:2015-04-13 12:39:57    阅读次数:295
一步一步学习Linux驱动之驱动模块MakeFile解析
1、ifeq”语法是ifeq (;, ;),功能是比较参数“arg1”和“arg2”的值是否相同。ifneq刚好相反,比较两者的值是否不同其中有一些是我们常见或是见过的,第一个ifneq ($(KERNELRELEASE),)目前,有用处,它的由来是指在Linux源码根目录下的Makefile编译内核时,KERNELRELEASE宏会被定义,那么如果是从源码根目录开始的make则会将hello.o模块编译进内核。 KERNELDIR :=/home/ZP1015/Desktop/li...
分类:系统相关   时间:2015-04-13 11:07:00    阅读次数:177
LINUX7安装oracle12C遭遇ins_precomp.mk报错
原创作品,出自 “深蓝的blog” 博客,欢迎转载,转载时请务必注明以下出处,否则追究版权法律责任。 深蓝的blog:   操作系统:LINUX7 数据库版本:Oracle 12C 12.1.0   安装过程中报错如下: 查看日志: INFO: make[1]: *** [/u01/app/oracle/product/12.1.0/db_1/precomp/lib/proc]...
分类:数据库   时间:2015-04-13 11:04:43    阅读次数:324
GCJ 2015Q(Standing Ovation-贪心)
Problem It's opening night at the opera, and your friend is the prima donna (the lead female singer). You will not be in the audience, but you want to make sure she receives a standing ovation -- w...
分类:其他好文   时间:2015-04-12 14:48:24    阅读次数:200
bind的简单安装和配置
一、软件准备:Centos6.232位bind-9.3.2.tar.gz二、解压安装软件1.解压软件将软件放在/usr/local下>tar-xzvfbind-9.3.2.tar.gz解压出/usr/local/bind-9.3.22.编译安装>cd/usr/local/bind-9.3.2>./configure--prefix=/usr/local/named/--disable-ipv6>make>makei..
分类:其他好文   时间:2015-04-12 06:55:11    阅读次数:175
题目1002:Grading
题目描述: Grading hundreds of thousands of Graduate Entrance Exams is a hard work. It is even harder to design a process to make the results as fair as po...
分类:其他好文   时间:2015-04-11 19:10:21    阅读次数:130
04.makefile(下)
?基本框架:a) Make常用内嵌函数b) 多级目录Makefile的编写4.1Make常用内嵌函数函数调用的一般形式:$(function arguments(参数)) 1) $(wildcard PATTERN) : 匹配当前目录下指定模式的文件 例子:src=$(wildcar...
分类:其他好文   时间:2015-04-11 17:39:21    阅读次数:117
STL最小堆
前几天同学参加腾讯实习的网络笔试,闲聊中得知一道编程题目,最近也在看算法,觉得刚好用来练手。这题觉得以最小堆实现比较方便,在C++中,以中 make_heap(), push_heap(), pop_heap(), sort_heap()四个函数管理堆十分方便。make_heap(RandomIt ...
分类:其他好文   时间:2015-04-11 14:31:56    阅读次数:267
Hunting for top class Java developers
Requirement: --------------------- * You **MUST** have excellent communication skills in English (both verbal and oral) * Real talent programmer (make sure you understand word **talent**) * Solid e...
分类:编程语言   时间:2015-04-11 07:50:16    阅读次数:133
搭建php环境时解决jpeg6 make: ./libtool:命令未找到
搭建php环境时解决jpeg6 make: ./libtool:命令未找到[root@bogon jpeg-6b]# make; make install./libtool --mode=compile gcc -O2 -I. -c ./jcapimin.cmake: ./libtool:命令未找到...
分类:Web程序   时间:2015-04-10 23:52:02    阅读次数:311
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!