作者投稿和查稿 主编审稿 专家审稿 编委审稿 远程编辑

计算机工程 ›› 2009, Vol. 35 ›› Issue (4): 41-43. doi: 10.3969/j.issn.1000-3428.2009.04.014

• 软件技术与数据库 • 上一篇    下一篇

面向RTEMS的嵌入式软件集成开发环境

李 曦,张 飞,时 正,吴晓丹   

  1. (中国科学技术大学计算机科学技术系,合肥 230027)
  • 收稿日期:1900-01-01 修回日期:1900-01-01 出版日期:2009-02-20 发布日期:2009-02-20

RTEMS-oriented Integrated Development Environment for Embedded Software

LI Xi, ZHANG Fei, SHI Zheng, WU Xiao-dan   

  1. (Department of Computer Science and Technology, University of Science and Technology of China, Hefei 230027)
  • Received:1900-01-01 Revised:1900-01-01 Online:2009-02-20 Published:2009-02-20

摘要: 实现面向RTEMS的嵌入式软件集成开发环境,提高嵌入式应用程序的可靠性和开发效率。在编译过程中添加缓冲区溢出动态检测模块,从而在程序运行过程中检测到缓冲区溢出,提高了程序可靠性。利用插桩技术实现远程调试环境,结合能对RTEMS进行定制的集成开发环境,提高了嵌入式应用程序的开发和调试效率,缩短了开发周期。

关键词: 可靠性, 交叉编译, 远程调试, 嵌入式系统, 集成开发环境

Abstract: In order to improve the reliability and efficiency of embedded application design, this paper realizes an RTEMS-oriented Integrated Development Environment(IDE) for embedded software. A buffer overflow checking module is integrated into the compilation procedure, and it can detect buffer overflow while program running which efficiently improves system reliability. The remote debug module based on gdbstub is integrated to development environment which can be used to customize RTEMS. The development and debugging efficiency of the embedded software are enhanced, and design cycle is shortened.

Key words: reliability, cross compiling, remote debugging, embedded system, Integrated Development Environment(IDE)

中图分类号: