You copied the Doc URL to your clipboard.
-o filename, --output=filename
Specifies the name of the output file. The file can be either a partially-linked object or an executable image, depending on the command-line options used.
Syntax
--output=
filename
-o
filename
Where
is the name of the output file, and can
include a path.filename
Usage
If --output=
is not specified, the linker uses
the following default filenames:filename
- __image.axf
If the output is an executable image.
- __object.o
If the output is a partially-linked object.
If
is specified without path information, it
is created in the current working directory. If path information is specified, then that
directory becomes the default output directory.filename