SLAU132Y September 2004 – June 2021
The linker uses the MSP430_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) | MSP430_C_DIR=" pathname1 ;pathname2 ;..."; export MSP430_C_DIR |
Windows | set MSP430_C_DIR= pathname1 ;pathname2 ;... |
The pathnames are directories that contain input files. The pathnames must follow these constraints:
set MSP430_C_DIR=c:\path\one\to\tools ; c:\path\two\to\tools
set MSP430_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 |
|