Visible to Intel only — GUID: GUID-7DE20ABC-DACA-4270-AB37-907A9FA98683
Visible to Intel only — GUID: GUID-7DE20ABC-DACA-4270-AB37-907A9FA98683
create-project
Create an empty project, if it does not already exist.
GUI Equivalent
File > New > Project...
Syntax
--create-project [--action-options] [--global-options] [[--] <target> [target options]] |
Modifiers
project-dir[/OptionRef/OptionBody/Modifiers/p/xref/desc {"- topic/desc "}) Specify the top-level directory where a result is saved if you want to save the collection somewhere other than the current working directory. (desc], quiet[/OptionRef/OptionBody/Modifiers/p/xref/desc {"- topic/desc "}) Minimize status messages during command execution. (desc], search-dir[/OptionRef/OptionBody/Modifiers/p/xref/desc {"- topic/desc "}) Specify the location(s) for finding target support files. (desc], verbose[/OptionRef/OptionBody/Modifiers/p/xref/desc {"- topic/desc "}) Maximize status messages during command execution. (desc]
Usage
Use the --project-dir action option to:
Specify a project name.
Create a project somewhere other than the current working directory.
Example
Create a new advi project in the current working directory.
advisor --create-project --project-dir=./advi_result -- ./bin/myApplication