SPRU514Z July 2001 – October 2023 SM320F28335-EP
The linker uses the C2000_C_DIR environment variable to name alternate directories that contain object libraries. The command syntaxes for assigning the environment variable are:
Operating System | Enter |
---|---|
UNIX (Bourne shell) | C2000_C_DIR=" pathname1 ;pathname2 ;..."; export C2000_C_DIR |
Windows | set C2000_C_DIR= pathname1 ;pathname2 ;... |
The pathnames are directories that contain input files. The pathnames must follow these constraints:
set C2000_C_DIR=c:\path\one\to\tools ; c:\path\two\to\tools
set C2000_C_DIR=c:\first path\to\tools;d:\second path\to\tools
The environment variable remains set until you reboot the system or reset the variable by entering:
Operating System | Enter |
---|---|
UNIX (Bourne shell) |
|
Windows |
|