Download RealView Compilation Tools Compiler Reference Guide
Transcript
Compiler Command-line Options • • • • • 2.1.88 --depend_system_headers, --no_depend_system_headers on page 2-42 --depend_target=target on page 2-43 -M on page 2-88 --md on page 2-89 --phony_targets on page 2-103. --implicit_include, --no_implicit_include This option controls the implicit inclusion of source files as a method of finding definitions of template entities to be instantiated in C++. Mode This option is effective only if the source language is C++. Default The default is --implicit_include. See also • --implicit_include_searches, --no_implicit_include_searches • Implicit inclusion on page 5-15. 2.1.89 --implicit_include_searches, --no_implicit_include_searches This option controls how the compiler searches for implicit include files for templates in C++. When the option --implicit_include_searches is selected, the compiler uses the search path to look for implicit include files based on partial names of the form filename.*. The search path is determined by -I, -J, and the RVCT40INC environment variable. When the option --no_implicit_include_searches is selected, the compiler looks for implicit include files based on the full names of files, including path names. Mode This option is effective only if the source language is C++. Default The default is --no_implicit_include_searches. ARM DUI 0348C ID101213 Copyright © 2007-2010 ARM. All rights reserved. Non-Confidential, 2-73