05 2015 档案

摘要:第三章Makefile 总述在一个完整的Makefile中,包含了5个东西:显式规则、隐含规则、变量定义、指示符和注释。显式规则、隐含规则、变量定义和注释省略,以下只简单介绍指示符Makefile指示符:指示符指明在make程序读取makefile文件过程中所要执行的一个动作。其中包括: 1.读取... 阅读全文
posted @ 2015-05-11 00:00 tkid 阅读(199) 评论(0) 推荐(0)
摘要:1 #sample Makefile 2 edit : main.o kbd.o command.o display.o \ 3 insert.o search.o files.o utils.o 4 cc -o edit main.o kbd.o command.o display.o ... 阅读全文
posted @ 2015-05-10 14:22 tkid 阅读(625) 评论(0) 推荐(0)
摘要:http://blog.chinaunix.net/uid-10429687-id-3374873.htmlOpenWrt是一个比较完善的嵌入式Linux开发平台,在无线路由器应用上已有100多个软件包。人们可以在其基础上增加软件包,以扩大其应用范围。OpenWrt在增加软件方面使用极其方便,按照O... 阅读全文
posted @ 2015-05-09 19:03 tkid 阅读(6275) 评论(0) 推荐(0)
摘要:• images/ where all the images (kernel image, bootloader and root filesystem images) are stored. These are the files you needto put on your target sys... 阅读全文
posted @ 2015-05-08 11:25 tkid 阅读(225) 评论(0) 推荐(0)