| |||
| Home > Introduction > Environment variables used by RVCT | |||
Table 1.1 shows the environment variables used by RVCT.
Table 1.1. Environment variables used by RVCT
| Environment variable | Setting |
|---|---|
ARMROOT | Your installation directory root ( |
ARMLMD_LICENSE_FILE | The location of your ARM RealView license file. See the FLEXnet for ARM Tools License Management Guide for information on this environment variable. |
RVCT40_ASMOPT | Additional ARM assembler options that are to be used outside of your regular makefile. For example:
The options listed appear before any options specified for the armasm command in the makefile. Therefore, any options specified in the makefile might override the options listed in this environment variable. |
RVCT40_CCOPT | Additional ARM compiler options that are to be used outside of your regular makefile. For example:
The options listed appear before any options specified for the armcc command in the makefile. Therefore, any options specified in the makefile might override the options listed in this environment variable. |
RVCT40_FROMELFOPT | Additional ARM fromelf options that are to be used outside of your regular makefile. For example:
The options listed appear before any options specified for the fromelf command in the makefile. Therefore, any options specified in the makefile might override the options listed in this environment variable. |
RVCT40_LINKOPT | Additional ARM linker options that are to be used outside of your regular makefile. For example:
The options listed appear before any options specified for the armlink command in the makefile. Therefore, any options specified in the makefile might override the options listed in this environment variable. |
RVCT40BIN | The RVCT program executables:
|
RVCT40INC | The ARM compiler include files:
|
RVCT40LIB | The ARM compiler library files:
|
RVDS_PROJECT | Identifies the project template directory. |
RVDS_PROJECT_WORKDIR | Identifies the project working directory. |