Use the ARM Ltd. Windows GCC Compiler panel to specify the compiler options that are specific to the ARM (GCC).
The following table lists and describes the various options available on the ARM Ltd. Windows GCC Compiler panel.
| Option | Description |
|---|---|
| Command | Shows the location of the assembler executable file. Default: arm-none-eabi-gcc |
| All options | Shows the actual command line the assembler will be called with. Default: -nostdinc -I"D:\Profiles\b14174\16may2012\Project_1/Project_Headers" -I"D:\Freescale\CW MCU v10.x\eclipse\../Cross_Tools/arm-none-eabi-gcc-4_6_2/bin/../ewl/EWL_C/include" -I"D:\Freescale\CW MCU v10.x\eclipse\../Cross_Tools/arm-none-eabi-gcc-4_6_2/bin/../ewl/EWL_Runtime/include" -O0 -Wall -Wa,-adhlns="$@.lst" -c -fmessage-length=0 -mcpu=cortex-m0 -mthumb -g3 -gstabs |
| Expert settings | Shows the expert settings command line parameters. Default: " ${ARMSourceryDir}/${COMMAND}" ${INPUTS} ${FLAGS} ${OUTPUT_FLAG}${OUTPUT_PREFIX}${OUTPUT}" |
| Command line pattern |