Starts the code generator on the specified profile. Either cgen
or
adagen
must be specified to define the code generator to be invoked. If the specified profile does not exist, the code generator profile manager opens on a new profile. If the profile does exist, it opens the profile.
It is optional to specify a command to run. Legal commands are: generate
,
make
,
run
, and
all
. In these cases, the specified command runs generate code, make code, run code, or all three, one after the other. When an outdir is specified, the generated code is located in this directory. When not specified, the usual
prt/profile_name
directory is used. If an output file is specified, the code generator output is written into the file. If no output file is specified, the output is written to the standard output. If an input file is specified, it is used to execute commands in the debugger.