- 博客(14)
- 收藏
- 关注
原创 Makefile.build
<!--p {margin-bottom:0.08in}-->1 make -f scripts/Makefile.buildobj=scripts/basic gcc -Wp,-MD,scripts/basic/.fixdep.d-Wall -W
2011-08-13 12:13:07
4099
9
原创 uboot1.3.1移植到TQ2440笔记
<!--p {margin-bottom:0.08in}-->1 uboot调试方法,下载UBOOT到SDRAM中,让其直接运行,调试之。方法:TRYleds.bin----按n进入TFTP下载模式,然后按7,输入sdram地址(无论是从nor
2011-08-13 12:11:29
2973
原创 arm-linux-ld 连接脚本问题
p { margin-bottom: 0.08in; } 有静态库或动态库时链接脚本怎么写?relocation truncated to fit: R_ARM_PC24uart_pc arm-linux-ld: mmu.elf: Not enough roomfor pr
2011-07-23 12:35:02
933
原创 fedora14中配置ARM裸奔程序下载环境
p { margin-bottom: 0.08in; }1 安装gtkterm,有点像winin下面的超级终端。Yum安装2 检查usb-串口Bus006的那行就是了。Linux内核版本在2.4.10以上则内核中已经包含了它的驱动,编译内核时选上就行了检查是否存在设备/dev/t
2011-07-16 10:28:50
711
原创 gdb+jlin纯linux环境调试arm
p { margin-bottom: 0.08in; }pre.cjk { font-family: "WenQuanYi Zen Hei Mono",monospace; }pre.ctl { font-family: "Lohit Devanagari",monospace;
2011-07-15 21:52:21
1723
原创 UDP客户-服务程序
p { margin-bottom: 0.08in; }UDP 客户-服务器程序udp服务器程序#include #include #include #include #include #include #include #include #include #include #i
2011-07-12 22:52:57
1278
原创 Socket-TCP编程
p { margin-bottom: 0.08in; }Socket-TCP编程一子进程处理客户连接程序:客户端代码#include #include #include #include #include #include #include #include #include #
2011-07-11 21:53:46
709
原创 进程关系
p { margin-bottom: 0.08in; }1 进程组进程组是一个或多个进程的集合。每个进程组有一个唯一的进程组ID。每个进程组有一个组长进程。组长进程的标识是,其进程组ID等于其进程I D。进程组组长可以创建一个进程组,创建该组中的进程,然后终止。只要在某个进程组中
2011-07-06 21:24:22
534
原创 阻塞IO与非阻塞IO
p { margin-bottom: 0.08in; }1 终端与串口写IO#include #include #include #include #include #include char buf[1000000];void set_fl(int fd,int flags);
2011-07-06 21:05:05
1049
原创 文件锁
p { margin-bottom: 0.08in; }1fcntl记录锁多个进程在一个给定的字节上可以有一把共享的读锁,但是在一个给定字节上的写锁则只能由一个进程独用。更进一步而言,如果在一个给定字节上已经有一把或多把读锁,则不能在该字节上再加写锁;如果在一个字节上已经有一把独
2011-07-06 20:57:38
554
原创 IO多路转接
<!-- p { margin-bottom: 0.08in; }-->1 问题及办法当从一个描述符读,然后又写到另一个描述符时,可以在下列形式的循环中使用阻塞I/ O:while ((n=read(STDIN_FILENO, buf, BUFSIZ) ) > 0)if (write (STDOUT_FIL
2011-06-27 21:32:00
1681
转载 goahead-overview
p { margin-left: 1in; margin-bottom: 0in; }h1 { margin-bottom: 0.08in; }h1.western { font-family: "Liberation Serif",serif; font-size: 18pt; }h1.cjk { font-family: "DejaVu Sans Condensed
2011-06-26 18:06:00
1837
转载 用GoAhead构建嵌入式web应用-转载
关键字:GoAhead, 嵌入式web服务器, web应用摘要:详细介绍了开源嵌入式web服务器GoAhead的原理,并结合具体实例说明如何利用它构建嵌入式web应用。Key words: GoAhead, embedded web server, web applicationAbstract: This paper introduces the principle of ope
2011-06-26 18:03:00
1721
转载 转载-goahead源码分析
1.一个txt文本架构图main() | |--websOpenServer() | |-- websOpenListen() | |--socketOpenConnection() |
2011-06-26 17:57:00
5031
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人