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

全部博文(109)

文章存档

2019年(5)

2016年(7)

2015年(9)

2014年(1)

2013年(71)

2012年(16)

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

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

阅读(1305) | 评论(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. .........【阅读全文】

阅读(601) | 评论(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 .........【阅读全文】

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

发布时间:2013-05-12 20:11:58

转http://blog.csdn.net/worf1234/article/details/7312184 目前JTAG已经作为一种常用的调试接口集成了各种单片机和嵌入式处理器上。下面的这张图就展示了使用JTAG的调试系统的三个组成部分。PC机:运行IDE软件,将相应的单步、全速等调试命令发送至JTAG仿真器;JTAG仿真器:将调试命令转换成相应的JTAG时序信号传送至目标.........【阅读全文】

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

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

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

登录 注册