buf

BE something YOU love and understand
posts - 94, comments - 35, trackbacks - 0, articles - 2
   :: 首页 :: 新随笔 :: 联系 ::  :: 管理

12 2007 档案

     摘要: 大部分内容截取自uClinux-dist/linux-2.4.24/lib/libxxx中的相应说明,也有的google来的,不一定准确,仅供参考。  阅读全文

posted @ 2007-12-30 17:52 buf 阅读(512) | 评论 (0)  编辑 |

     摘要: There are two libc libraries commonly used with uClinux. uC-libc and uClibc. They are quite different despite their similar names. Here is a quick overview of how they are different.  阅读全文

posted @ 2007-12-28 12:24 buf 阅读(512) | 评论 (0)  编辑 |

     摘要: 做事首先得有个比较清晰的目标,结果不是最重要的,最重要的是过程中的思考和不断总结。  阅读全文

posted @ 2007-12-26 18:45 buf 阅读(214) | 评论 (0)  编辑 |

     摘要: 通过连接时的-Ttext选项,将.text段的地址硬编码到程序映像中。虽然程序映像在Flash中执行,其实际执行地址与期望执行地址不一致,但在relocate之前,通过以pc为基址进行相对寻址,使得这些代码的执行与其实际装载的地址无关  阅读全文

posted @ 2007-12-12 21:04 buf 阅读(6575) | 评论 (6)  编辑 |

     摘要: 如果使用arm-linux-gcc编译u-boot出现malloc失败,用arm-elf-gcc试试看。  阅读全文

posted @ 2007-12-04 01:03 buf 阅读(2819) | 评论 (3)  编辑 |