Chinaunix首页 | 论坛 | 博客
  • 博客访问: 962588
  • 博文数量: 109
  • 博客积分: 554
  • 博客等级: 中士
  • 技术积分: 2577
  • 用 户 组: 普通用户
  • 注册时间: 2010-03-04 12:49
文章分类

全部博文(109)

文章存档

2019年(5)

2016年(7)

2015年(9)

2014年(1)

2013年(71)

2012年(16)

发布时间:2013-05-19 10:32:43

PC主机硬件: 处理器名称          QuadCore Intel Core i5-2300, 3100 MHz (31 x 100) 主板名称              Asus P8P67 LE  显示适配器          NVIDI.........【阅读全文】

阅读(6862) | 评论(0) | 转发(0)

发布时间: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...........【阅读全文】

阅读(2244) | 评论(0) | 转发(0)

发布时间:2013-05-18 16:43:35

uboot的编译选项差不多都写在顶层的config.mk中。下面分析此文件中和编译选项有关的部分。定义本地编译环境变量:ifeq ($(HOSTOS),darwin)#如果主机系统为darwin则主机编译器为cc否则为gccHOSTCC = ccelseHOSTCC = gccendif.........【阅读全文】

阅读(1306) | 评论(0) | 转发(0)

发布时间: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. .........【阅读全文】

阅读(602) | 评论(0) | 转发(0)

发布时间: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 .........【阅读全文】

阅读(4025) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册