04.01.2015 Views

RealView Compilation Tools - ARM Information Center

RealView Compilation Tools - ARM Information Center

RealView Compilation Tools - ARM Information Center

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Compiler Command-line Options<br />

Note<br />

The option --nonstd_qualifier_deduction is provided only as a migration aid for legacy<br />

source code that does not conform to the C++ standard. Its use is not recommended.<br />

Mode<br />

This option is effective only if the source language is C++.<br />

Default<br />

The default is --no_nonstd_qualifier_deduction.<br />

2.1.119 -o filename<br />

This option specifies the name of the output file. The full name of the output file<br />

produced depends on the combination of options used, as described in Table 2-5 and<br />

Table 2-6 on page 2-96.<br />

Syntax<br />

If you specify a -o option, the compiler names the output file according to the<br />

conventions of Table 2-5.<br />

Table 2-5 Compiling with the -o option<br />

Compiler option Action Usage notes<br />

-o- writes output to the standard output stream filename is -.-S is<br />

assumed unless -E is<br />

specified.<br />

-o filename produces an executable image with name<br />

filename<br />

-c -o filename produces an object file with name filename<br />

-S -o filename produces an assembly language file with<br />

name filename<br />

-E -o filename produces a file containing preprocessor<br />

output with name filename<br />

<strong>ARM</strong> DUI 0348C Copyright © 2007-2010 <strong>ARM</strong>. All rights reserved. 2-95<br />

ID101213<br />

Non-Confidential,

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!