
[CONIFG]
文章平均质量分 76
食无肉居无竹
这个作者很懒,什么都没留下…
展开
-
vimrc: vim+supertab+neocomplcache+doxygentoolkit+ctags
""""ljl, edited on Tue Sep 3, 2013"""" filetype plugin indent on "Enable filetype plugins set completeopt=longest,menu set history=400 set nocompatible "set fileencoding=gb2312,gb18030,ut转载 2013-09-04 00:18:22 · 1177 阅读 · 0 评论 -
[NOTE] NFS 和TFTP安装与配置
********************* 配置nfs ********************* sudo apt-get install nfs-kernel-server sudo vi /etc/exports 添加 /home/xxx/work/nfsroot/ *(rw,sync,no_root_squash,no_subtree_check) sudo /etc/in转载 2013-09-03 14:00:52 · 601 阅读 · 0 评论 -
Install Insight(GDB with nice GUI)
Install Insight(GDB with nice GUI) Function: REMOTE DEBUG Target: arm-linux-insight[pc] + gdbserver[board] ======================================================================== 1.insight > Ins转载 2013-09-03 14:07:46 · 2153 阅读 · 0 评论 -
Insight 和 gdbserver 搭建ARM远程调试环境
[insight] cd insight-6.8 vim ./gdb/gdbtk/libaray/targetselection.itb 端口号1000更改为4444 vim Makefile WERROR_CFLAGS = -Werror 更改为 WERROR_CFLAGS = #-Werror make && make install 在software/insight/bin目转载 2013-09-03 14:12:31 · 902 阅读 · 0 评论