| |||
| Home > Getting started with the ARM Compiler > Header files | |||
Several factors affect the way the ARM compiler searches for #include header
files and source files. These include:
the value of the environment variable RVCT40INC
the -I and -J compiler
options
the --kandr_include and --sys_include compiler
options
whether the filename is an absolute filename or a relative filename
whether the filename is between angle brackets or double quotes.
See:
-Idir[,dir,...] in the Compiler Reference Guide
-Jdir[,dir,...] in the Compiler Reference Guide
--kandr_include in the Compiler Reference Guide
--sys_include in the Compiler Reference Guide
Command-line options in the Compiler Reference Guide.