TOC PREV NEXT



B.2 pRISM+ Variables for the UNIX Environment

The following table contains descriptions of general-purpose shell environment variables.

Table B-2 contains descriptions of the environment variables used by psosmake, the make facility pRISM+ calls by default.

Table B-1 General-Purpose Shell Environment Variables 
Variable
Description
$PRISM_INST_DIR
Set to the directory path where pRISM+ is installed.
$SNIFF_DIR
Set to the directory path where SNiFF+ is installed
$PSS_ROOT
Set to the directory path where pSOSystem is installed
$DIABLIB
Set to the directory path for the directory where the Diab Data compiler suite is installed.
$LM_LICENSE_FILE
A list of files (full path name separated by a colon).
The list must contain files that have the license keys for ESp, SNiFF+, and the compiler and debugger. (The information in the files is used by the FlexLM license manager to allocate a license to the user for these tools.)
For more information about these files, see the installation publications for SNiFF+ 3.0.2 and the SingleStep User Guide.
$LD_LIBRARY_PATH
Specifies an ordered list of directories.
The information is used by the host operating system to search for shared libraries used by executables.

Table B-2 contains a list of the variables required by gmake.

NOTE:   Use the pRISM+ Manager to set the BSP you want to use. See the pRISMSpace Settings dialog in the on-line help.

Table B-2 Variables Required by gmake
Variable
Description
$PSS_BSP
Specifies the directory of the board support package for your target board.
You must set this variable to $PSS_ROOT/bsps/board_name, where board_name is a board support package provided by Integrated Systems.
BSPs are located in the directory $PSS_ROOT/bsps and have names that correspond to the boards they support.


TOC PREV NEXT