2010年(49)
分类: 嵌入式
2010-09-07 11:41:17
在tornado中提供了对编译规则的配置,在工程界面点击build可以切换到编译规则的配置窗口。可以新建编译规则,同一工程可以拥有多个编译规则。现在对标签进行整理
该处可以按照gcc的标准来修改编译参数。典型的是我们使用-I来添加目录。
2 Macors
宏定义,其中我们有用的有两个
POST_BUILD_RULE,其含义如下,Shell commands to execute after the build has completed.用于在编译规则完成后完成用户的后续自定义命令。
EXTRA_MODULES,Extra object modules to link into the vxWorks image, in addition to the objects produced by the project source files.可以链接其它模块到vxworks镜像中。