--default_extension=ext

This option enables you to change the filename extension for object files from the default extension (.o) to an extension of your choice.

Show/hideSyntax

--default_extension=ext

Where:

ext

is the filename extension of your choice.

Show/hideDefault

By default, the filename extension for object files is .o.

Show/hideExample

The following example creates an object file called test.obj, instead of test.o:

armcc --default_extension=obj -c test.c

Note

The -o filename option overrides this. For example, the following command results in an object file named test.o:

armcc --default_extension=obj -o test.o -c test.c
Copyright © 2010-2011 ARM. All rights reserved.ARM DUI 0491E
Non-ConfidentialID071611