TI论坛
直播中

曹昆

7年用户 183经验值
私信 关注

请问工程video_copy的CONFIGURO到底是什么?

本帖最后由 一只耳朵怪 于 2018-6-11 14:18 编辑

工程video_copy的ARM程序makefile有这一句:
# [CE] The path to the configuro utility
CONFIGURO = XDCPATH="$(XDC_PATH)" $(XDC_INSTALL_DIR)/xs xdc.tools.configuro
请问此句之后CONFIGURO 的值到底是什么? CONFIGURO 之后包含三项内容,对吗?

回帖(3)

李峰

2018-6-11 09:52:58
The common configuro command line options available include:
-b
Specifies the name of the config.bld file.
-c
Specifies root directory of the code generation tools or compiler.
--cb
Use a config.bld found along the package path
--cfgArgs
Optional arguments passed to configuration script
-D
Set Java properties in the configuration environment
--linkTemplate
Linker command file template
-o
Specifies the name of the output directory.
-p
Specifies the platform to use.
-r
Specifies the build profile to use.
--rtsName
Specify RTSC runtime package name
-t
Specifies the target to use.
-v
Show details during build.
-w
Treat incompatibilities only as warnings.
-x
Exclude specified packages from compatibility checking.
rtsc.eclipse.org/.../Command_-_xdc.tools.configuro
举报

曹昆

2018-6-11 10:03:20
引用: kingnet_52004 发表于 2018-6-11 09:52
The common configuro command line options available include:
-b
Specifies the name of the config.bld file.

等号右边有三项: 第二项定义了一个可以执行的文件,这是就是shell文件xs,第三项是xs的命令行选项,第一项定义了xs执行期间的一个环境变量XDCPATH。算法服务器makefile中会有一项:
 Target : prerequistes
          CONFIGURO
make程序解析makefile到这一项时,会先设置出环境变量XDCPATH,然后再调用脚本XS
举报

曹昆

2018-6-11 10:22:19
引用: kingnet_52004 发表于 2018-6-11 09:52
The common configuro command line options available include:
-b
Specifies the name of the config.bld file.

Thank you for your answer.
举报

更多回帖

发帖
×
20
完善资料,
赚取积分