发布时间:2015-07-07 20:19:24
<p class="grey"><span class="STYLE2"><strong>作者:</strong>刘老师, </span><span class="STYLE4"><a href="http://www.embedu.org/" target="_blank">华清远见嵌入式学院</a>金牌讲师。</span></p><p class="STYLE12">这一节主要把在实现“linux模拟U盘功能”过程中的一些调试过程记录下来,并加以解析。</p>.........【阅读全文】
发布时间:2015-07-07 12:49:25
<div id="cnblogs_post_body"><p style="margin-top:0px;margin-right:0px;margin-left:0px;padding:0px;">在Makefile中我们经常看到 = := ?= +=这几个赋值运算符,那么他们有什么区别呢?我们来做个简单的实验</p><p style="margin-top:0px;margin-right:0px;margin-left:0px;padding:0px;">新建一个Makefile.........【阅读全文】
发布时间:2015-07-06 15:01:07
作者:gfree.wind@gmail.com 博客:blog.focus-linux.net linuxfocus.blog.chinaunix.net 微博:weibo.com/glinuxerQQ技术群:4367710编译内核模块时,一个源文件的Makefile模板到处都是:obj-m := module.oKERNELDIR := /lib/modules/$(shell uname -r)/buildPWD := $(shell pwd)default: $(MAKE) -C $(KERNELDIR) M=$(PWD) modulesclean......【阅读全文】