SDx (sdx) Command Options

The sdx command is the primary entry into the SDx™ development environments. It provides options for specifying the workspace, and options of the project. The following are the options of the sdx command:

Display Options

The display options display the specified information intended for review:

-help
Help -- display this message and quit.
-version
Display Version and quit.
-wait
Wait for SDx to complete.

Command Options

The command options specify how the sdx command is configured for the current workspace and project:

-workspace <Workspace location>
Specify the Workspace directory for SDx projects
{-lp <repository_path>}
Add <repository_path> to the list of Driver/OS/Library search directories.
-report <report file>
Specify the report file to load in SDx GUI
-builddir <build directory>

Specify the directory containing build results to import as an SDx Build Results project.

This is typically the directory where you run the MAKE file.

-rundir <run directory>

(Requires -builddir) Specify the directory containing reports generated by the host executable. Default: build directory.

These reports will be included in the SDx Build Results project.

-projectname <project name>
(Requires -builddir) Specify a name of the imported SDx Build Results project. Default: results_1
-eclipseargs <eclipse arguments>

Eclipse-specifc arguments are passed to Eclipse.

-vmargs <java vm arguments>

Additional arguments to be passed to Java VM.