摘要: Toolchain environment variablesThe ARM Compiler toolchain does not require environment variables to be set. However, there are situations where you might want to set environment variables. For example, if you want to specify additional command-line options for armcc, but you do not want to modify yo 阅读全文
posted @ 2011-11-26 11:07 well_L 阅读(1886) 评论(0) 推荐(0) 编辑
摘要: 一、基本术语在介绍armlink的使用方法之前,先介绍要涉及到的一些术语。1)映像文件(image):是指一个可执行文件,在执行的时候被加载到处理器中。一个映像文件有多个线程。它是ELF(Executableandlinkingformat)格式的。段(Section):描述映像文件的代码或数据块。2)RO是Read-only的简写形式。3)RW是Read-write.的简写形式。4)ZI是Zero-initialized的简写形式。5)输入段(inputsection)它包含着代码,初始化数据或描述了在应用程序运行之前必须要初始化为0的一段内存。6)输出段(outputsection)它包含 阅读全文
posted @ 2011-11-26 10:35 well_L 阅读(1477) 评论(0) 推荐(0) 编辑