|
The command utility supports an extensible set of command functions; uppercase and lowercase letters are equivalent. The standard set is as follows:
|
A
|
Build (configure) an application under control of a configuration file. You should not give a target for this command.
|
|
C
|
Compile a source file
|
|
S
|
Show the serial number of your Diamond product. You should quote this number in all correspondence. There is no target for this command.
|
|
T
|
Create a task by linking a number of object files against the full library.
|
|
TA
|
Create a stand-alone task by linking a number of object files against the stand-alone run-time library.
|
|
X
|
Execute an application using the server. You should not give a target for this command.
|
This list may be extended in particular editions to support different processor types. For the Sundance edition, the following extra commands are available:
|
C67
|
Compile a source file for a floating-point C6000.
|
|
T67
|
Create a task by linking a number of object files against the full C67 library.
|
|
T67A
|
Create a stand-alone task by linking a number of object files against the stand-alone C67 library.
|
|
C64
|
Compile a source file for a member of the C64 family of processors.
|
|
T64
|
Create a task by linking a number of object files against the full C64 library.
|
|
T64A
|
Create a stand-alone task by linking a number of object files against the stand-alone C64 library.
|
|