Use this panel to specify miscellaneous settings for the ColdFire uClinux Compiler.
The table below lists and describes the miscellaneous options for ColdFire uClinux Linker.
| Option | Description |
|---|---|
| Other flags | Specify additional command line options for the compiler; type in custom flags that are not otherwise available in the UI. |
| Verbose (-v) | Check to enable the verbose mode. Print out GNU CPP's version number at the beginning of execution, and report the final form of the include path. |
| Support ANSI program (-ansi) | Check to specify the standard to which the code should conform. |
| No common symbols (-fno-common) | Check to control the placement of uninitialized global variables. |