码迷,mamicode.com
首页 >  
搜索关键字:make    ( 11169个结果
无法生成sysupgrade.bin 及分区结构
1. make menuconfig 后编译没有生成openwrt-ar71xx-generic-tl-wr703n-v1-squashfs-sysupgrade.bin ,究其原因是因为image超出了flash定义的大小,实际的flash是8M的,编译703N的时候没有修改配置编译成4M的了 ,...
分类:其他好文   时间:2015-06-06 19:31:55    阅读次数:3261
How to Make Portable Class Libraries Work for You
APortable Class Libraryis a .NET library that can be used (in binary form, without recompiling) on multiple .NET platforms. When you create a Portable...
分类:其他好文   时间:2015-06-06 16:29:37    阅读次数:96
c++中vector的pair与make_pair的使用,双关键字排序
#include #include #include using namespace std;bool strict_weak_ordering(const pair a, const pair b){ return a.first > b.first;}//通过运算符重载,利用sort函数实...
分类:编程语言   时间:2015-06-06 13:23:14    阅读次数:268
【转】飞凌嵌入式(Forlinx)TE/OK6410内核编译:“make: arm-none-linux-gnueabi-gcc:命令未找到”
原文网址:http://www.xuebuyuan.com/1104711.htmlUbuntu10.04下编译飞凌嵌入式(Forlinx)TE/OK6410开发板提供的内核2.6.36本以为按照用户手册的操作,不会有任何问题的,可能是因为内核是在Unbuntu10.10下测试通过的吧,在Ubunt...
分类:系统相关   时间:2015-06-06 11:52:34    阅读次数:228
clean code 读书笔记一
什么是 clean code ?大神对优雅代码的定义: I like my code to be elegant and efficient. The logic should be straightforward to make it hard for bugs to hide, the dependencies minimal to ease maintenance, error han...
分类:其他好文   时间:2015-06-06 09:12:49    阅读次数:112
【转】Android下编译jni库的二种方法(含示例) -- 不错
原文网址:http://blog.sina.com.cn/s/blog_3e3fcadd01011384.html总结如下:两种方法是:1)使用Android源码中的Make系统2)使用NDK(从NDK r5开始)---------------------------------源码要求: 如果An...
分类:移动开发   时间:2015-06-06 09:07:19    阅读次数:115
【转】Compile、Make和Build的区别
原文网址:http://lavasoft.blog.51cto.com/62575/436216原创作品,允许转载,转载时请务必以超链接形式标明文章原始出处、作者信息和本声明。否则将追究法律责任。http://lavasoft.blog.51cto.com/62575/436216Compile、M...
分类:其他好文   时间:2015-06-05 19:31:55    阅读次数:128
前期细节问题
1. ubuntu不能正常使用make menuconfig的解决方案 实际上并没有解决sudo apt-get install build-essentialsudo apt-get install libncurses5sudo apt-get install libncurses5-dev当....
分类:其他好文   时间:2015-06-05 19:15:57    阅读次数:94
UNIX 高级编程(第二版) apue.h配置问题
在第二版的UNIX高级编程中,apue.h头文件下载后,编译过程中出现无法编译的问题,解决方法如下:在http://www.apuebook.com/下载src.tar.gz源代码的压缩包。 1、解压至/home/user/目录下 2、修改 Make.defines.linux中的WKDIR=/ho...
分类:其他好文   时间:2015-06-05 19:10:48    阅读次数:135
srm 532
300 Description 给你一坨纯数字的,带”.”和数字的字符串,让你拼起来,使得取一个连续段的字符串使得数字之和最大 Solution 模拟题。考虑详细就好,我自己的代码比较麻烦= =b看看就好T_T Code#include using namespace std; #define mp make_pair #define pb push_bac...
分类:其他好文   时间:2015-06-05 17:39:27    阅读次数:133
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!