Use this panel to specify the command, options, and expert settings for the build tool assembler. Additionally, the Assembler tree control includes the general and include file search path settings.
The table below lists and defines each option of the ColdFire uClinux Assembler panel.
| Option | Description |
|---|---|
| Command | Enter the command line arguments for the GCC assembler in the Command Line Arguments text box. The contents of this text box are passed as command-line switches in the gcc command line for each file in your project as they are assembled. Shows the location of the assembler executable file. Default value is: m68k-uclinux-as |
| All options | Shows the actual command line the assembler will be called with. |
| Expert Settings | |
| Command line pattern | Default value is: "${CFGCCUCInstallDir}/${COMMAND}" ${FLAGS} ${OUTPUT_FLAG}${OUTPUT_PREFIX}${OUTPUT} ${INPUTS} |