发布时间:2013-05-19 10:32:43
PC主机硬件: 处理器名称 QuadCore Intel Core i5-2300, 3100 MHz (31 x 100) 主板名称 Asus P8P67 LE 显示适配器 NVIDI.........【阅读全文】
发布时间:2013-05-19 10:24:56
主机操作系统: 2.6.38主机交叉编译器:2. 给内核打补丁1. 首先从2. 内核与代码目录/home/enzo/H9200F目录3. 给内核打上/home/enzo/H9200F/linux-2.6.38/执行一下命令zcat../2.6.38-at91.patch.gz |patch p13 修改内核代码支持以下内容为自己修改支持index c1f9feb...........【阅读全文】
发布时间: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 .........【阅读全文】