摘要
本文实现了DSP集成开发环境的设计和开发,完成了面向BWDSP100应用系统的开发,包括源代码的编辑、编译、链接、调试等一系列功能。原理是用交叉编译器编译链接源代码,形成目标代码,通过ICE实现下载功能,并通过远程调试器实现源代码级调试。
An integrated development environment for BWDSPIO0 software is designed in this paper, including coding, compiling, linking, downloading, debugging etc. Cross-compile is used to compile and link source code and generate object modules, ice is adapted to download object modules, and remote debugger is utilized to realize source level debugging.
出处
《中国集成电路》
2012年第6期25-29,38,共6页
China lntegrated Circuit
关键词
集成开发环境
编译器
远程调试
Integrated development environment
compiler
Remote debugging