Download RealView Compilation Tools Compiler Reference Guide

Transcript
Compiler Command-line Options
•
•
2.1.96
#pragma no_pch on page 4-57
Precompiled header files on page 2-16 in the Compiler User Guide.
--pending_instantiations=n
This option specifies the maximum number of concurrent instantiations of a template in
C++.
Syntax
--pending_instantiations=n
Where:
is the maximum number of concurrent instantiations permitted.
n
If n is zero, there is no limit.
Mode
This option is effective only if the source language is C++.
Default
If you do not specify a --pending_instantations option, then the compiler assumes
--pending_instantiations=64.
Usage
Use this option to detect runaway recursive instantiations.
2.1.97
--pointer_alignment=num
This option specifies the unaligned pointer support required for an application.
Syntax
--pointer_alignment=num
Where num is one of:
ARM DUI 0348A
1
Treats accesses through pointers as having an alignment of one, that is,
byte-aligned or unaligned.
2
Treats accesses through pointers as having an alignment of at most two,
that is, at most halfword aligned.
Copyright © 2007, 2010 ARM Limited. All rights reserved.
Non-Confidential
2-73