码迷,mamicode.com
首页 >  
搜索关键字:make    ( 11169个结果
No module ata_piix found的解决方法
在一台as4u6的机器上升级内核到2.6.18时,最好make install的时候报了一个WARNING: No module ata_piix found for 2.6.18,开始没有在意,重启后机器无法启动,报错mount error之类的后来试图找到这个模块未果,搜索了好久才到位置make...
分类:其他好文   时间:2015-09-17 21:09:46    阅读次数:220
u-boot for mini2440 的编译
本文旨在说明编译适合在mini2440开发板上运行的uboot。 uboot的编译事实上很简单,大致可以分为两步: 1、配置uboot:此步骤是为了能够配置出适合在开发板使用的代码以便进行编译,采用如下命令: make mini2440_config 2、编译uboot:此步骤编...
分类:其他好文   时间:2015-09-17 19:47:23    阅读次数:140
LNMP+memcached平台源码包的搭建和配置
实验目的:搭建LNMP平台LNMPLinuxNginxMySQLPHP(解释PHP语言的程序)实验环境:LNMP平台的搭建IP地址:192.168.1.254主机名:localhost安装软件:lnmp+memcached.zip(nginx-1.2.0.tar.gz,cmake-2.8.10.2.tar.gz,mysql-5.5.13.tar.gz)安装编译工具:gccgcc-c++make开发工具..
分类:系统相关   时间:2015-09-17 17:39:44    阅读次数:320
react native for Android (make you first android app)
第一步:如果你的电脑安装了node,恭喜你,第一步完成;如果没有,那请先安装node。第二步:安装react-native-cli,在windows下需要从github签下来的react-native里的react-native-cli,直接执行npm install react-native-cl...
分类:移动开发   时间:2015-09-17 17:17:31    阅读次数:176
python操作MongoDB部分翻译
python操作MongoDB http://api.mongodb.org/python/current/index.html This tutorial is intended as an introduction to working with MongoDB and PyMongo . Prerequisites[前提条件] Before we start, make s...
分类:数据库   时间:2015-09-17 12:00:26    阅读次数:275
automake,autoconf使用详解
作为Linux下的程序开发人员,大家一定都遇到过Makefile,用make命令来编译自己写的程序确实是很方便.一般情况下,大家都是手工写一个简单Makefile,如果要想写出一个符合自由软件惯例的Makefile就不那么容易了.在本文中,将给大家介绍如何使用autoconf和automake两个工...
分类:其他好文   时间:2015-09-17 10:09:39    阅读次数:162
hdu 4751 Divide Groups(dfs染色 或 2-sat)
Problem DescriptionThis year is the 60th anniversary of NJUST, and to make the celebration more colorful, Tom200 is going to invite distinguished alum...
分类:其他好文   时间:2015-09-17 01:12:21    阅读次数:254
>>> def make_incrementor (n): return lambda x: x + n
>>> def make_incrementor (n): return lambda x: x + n>>> >>> f = make_incrementor(2)>>> g = make_incrementor(6)>>> >>> print f(42), g(42)44 48>>> >>> p...
分类:其他好文   时间:2015-09-16 12:26:32    阅读次数:149
Keep It Simple, Simon
Keep It Simple, SimonKrishna Kadali, M. Tech Kondapur, Hyderabad, India STAKEholDERS oF ThE PRojECT often make things more complicated than they need to be. This a common cause of software project fai...
分类:其他好文   时间:2015-09-16 10:54:28    阅读次数:193
make and make bzImage
2.6内核 make = make bzImage + make modules无非是改下Makefile而已2.4 内核01.make menuconfig02.make dep03.make bzimage04.make modules05.make modules_install06.make...
分类:其他好文   时间:2015-09-16 07:29:44    阅读次数:168
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!