To show short descriptions of a tool's options, type this command at the command line:
tool -help
Where tool is the name of the CodeWarrior build tool.
To show only a few lines of help information at a time, pipe the tool's output to a pager program. For example,
tool -help | more
Will use the more pager program to display the help information.
Enter the following command in a Command Prompt window to see a list of specifications that describe how options are formatted:
tool -help usage
Where tool is the name of the CodeWarrior build tool.
Parameters in an option are formatted as follows:
Options are formatted as follows:
When the option's name is " -xxx+", however, the parameter must directly follow the option, without the " +" character (as in " -xxx45") and with no space separator.
The use of " -noxxx" reverses the meaning of the option.
These common terms appear in many option descriptions:
This tool calls the linker (unless a compiler option such as -c prevents it) and understands linker options - use " -help tool=other" to see them. Options marked "passed to linker" are used by the compiler and the linker; options marked "for linker" are used only by the linker. When using the compiler and linker separately, you must pass the common options to both.