工程video_copy的arm程序makefile有这一句:
# [CE] The path to the configuro utility
CONFIGURO = XDCPATH="$(XDC_PATH)" $(XDC_INSTALL_DIR)/xs xdc.tools.configuro
请问此句之后CONFIGURO 的值到底是什么? CONFIGURO 之后包含三项内容,对吗?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
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.