摘要
描述了一种基于目标文件的微型系统动态构建技术,其基本思想是以封装后目标文件为原料,动态地构建出一个微型系统。其优点是灵活性较强,如可以动态地修改或者升级等等,这在一些嵌入式环境中是非常需要的。文中就C语言目标模块的动态加载进行了阐述,并提出了一套实验性的原型方案。
A technique aimed at constructing a small system dynamically based on object files was presented. The mechanism of this technique is to link object files dynamically and construct a small system. The advantage of this technique is the flexibility, which can be used in updating or modifying system dynamically, and it is very suitable in embedded environment. The dynamic constructing technique which used the object file of C language was described in detail, and a simple prototype was provided.
出处
《计算机应用》
CSCD
北大核心
2005年第1期58-60,共3页
journal of Computer Applications
关键词
嵌入式环境
目标文件
动态构建
微型系统
embeded environment
object files
dynamic constructing
small system