| |||
| Home > Getting started with the Compiler > The ARMCCnnINC environment variable | |||
The ARMCC environment
variable points to the location of the included header and source files
that are provided with the compilation tools. nnINC
This variable might be initialized with the correct path to the header files when the ARM compilation tools are installed or when configured with server modules. You can change this variable, but you must ensure that any changes you make do not break the installation.
The list of directories specified by the ARMCC environment
variable is colon separated on UNIX and semi-colon separated on
Windows, following the convention for the platform you are running
on.nnINC
If you want to include files from other locations, use the -I and -J command-line
options as required.
When compiling, directories specified with ARMCC are
searched immediately after directories specified by the nnINC-I option
have been searched, for user include files.
If you use the -J option, ARMCC is
ignored.nnINC
Compiler Reference:
Introducing the ARM Compiler toolchain: