发布时间:2013-05-18 16:43:35
uboot的编译选项差不多都写在顶层的config.mk中。下面分析此文件中和编译选项有关的部分。定义本地编译环境变量:ifeq ($(HOSTOS),darwin)#如果主机系统为darwin则主机编译器为cc否则为gccHOSTCC = ccelseHOSTCC = gccendif.........【阅读全文】
发布时间:2013-05-18 14:18:39
############################################################ Generic makefile # # by George Foot # email: george.foot@merton.ox.ac.uk # # Copyright (c) 1997 George Foot # All rights reserved. .........【阅读全文】
发布时间:2013-05-16 23:07:07
(require 'auto-complete)(add-to-list 'ac-dictionary-directories "~/.emacs.d/plugins/auto-complete-1.3.1/dict")(require 'auto-complete-config)(ac-config-default);;(require 'init-auto-complete);;set face(set-face-background 'ac-candidate-face "lightgray")(set-face-underline 'ac-candidate-face .........【阅读全文】
发布时间:2013-05-12 20:11:58
转http://blog.csdn.net/worf1234/article/details/7312184 目前JTAG已经作为一种常用的调试接口集成了各种单片机和嵌入式处理器上。下面的这张图就展示了使用JTAG的调试系统的三个组成部分。PC机:运行IDE软件,将相应的单步、全速等调试命令发送至JTAG仿真器;JTAG仿真器:将调试命令转换成相应的JTAG时序信号传送至目标.........【阅读全文】
发布时间:2013-05-05 17:27:58
You can move any directory with this tips, and I just use this tip move my home directory to a independent disk. Having the “/home” directory tree on it’s own partition has several advantages, the biggest perhaps being that you can reinstall the OS (or even a different distro of Linux) without .........【阅读全文】