随笔分类 -  嵌入式

摘要:原地址:http://www.cnblogs.com/huangwei/archive/2010/05/13/1734935.html linxu下阅读内核源代码,通常都使用vim + ctags 或者 lxr进行,我个人比较倾向于lxr,因为lxr提供了良好的界面,函数和定义都使用超链接标记出来,可以很方便的跟踪到函数内部去查看详细或者查看数据结构的定义等。网上有现成的网站提供了这样的服务,如果... 阅读全文
posted @ 2011-02-22 15:49 网络小虫 阅读(577) 评论(0) 推荐(0)
摘要:原地址:http://blogold.chinaunix.net/u2/66024/showart_1092336.html 1、安装相关软件包sudo apt-get install tftpd (服务端)sudo apt-get install tftp (客户端)sudo apt-get install xinetd2、建立配置文件cd /etc/xinetd.d/sudo vim tftp... 阅读全文
posted @ 2011-02-22 00:17 网络小虫 阅读(443) 评论(0) 推荐(0)
摘要:原地址:http://blog.csdn.net/hdm125/archive/2009/03/13/3988271.aspx 一、安装交叉编译器 1、下载的交叉编译器arm-linux-gcc-3.4.1.tar.bz2 2、安装:mkdir –p /usr/local/arm cd /usr/local/arm tar -jxvf arm-linux-gcc-3.4.1.tar.bz2 3... 阅读全文
posted @ 2011-02-17 10:37 网络小虫 阅读(784) 评论(0) 推荐(0)