Linker Options
7-15
Linker Description
7.4.9.2
Name an Alternate Library Directory (C_DIR Environment Variable)
An environment variable is a system symbol that you define and assign a string
to. The linker uses an environment variable named C_DIR to name alternate
directories that contain object libraries. The commands for assigning the
environment variable are:
Operating System
Enter
DOS
set C_DIR=
pathname;another pathname ...
UNIX
setenv C_DIR ”
pathname;another pathname ...”
The
pathnames are directories that contain object libraries. Use the –l option
on the command line or in a command file to tell the linker which libraries to
search for.
For example, assume that two archive libraries called r.lib and lib2.lib reside
in ld and ld2 directories. The table below shows the directories that r.lib and
lib2.lib reside in, how to set the environment variable, and how to use both
libraries during a link. Select the row for your operating system:
Operating System
Pathname
Invocation Command
DOS
\ld and \ld2
set C_DIR=\ld;\ld2
lnk500 f1.obj f2.obj –l r.lib –l lib2.lib
UNIX
/ld and /ld2
setenv C_DIR ”/ld ;/ld2”
lnk500 f1.obj f2.obj –l r.lib –l lib2.lib
Note that the environment variable remains set until you reboot the system or
reset the variable by entering:
Operating System
Enter
DOS
set C_DIR=
UNIX
unsetenv C_DIR
The assembler uses an environment variable named A_DIR to name alterna-
tive directories that contain copy/include files or macro libraries. If C_DIR is not
set, the linker will search for object libraries in the directories named with
A_DIR. Section 7.6,
Object Libraries, on page 7-25 contains more information
about object libraries.
Summary of Contents for TMS320C54x
Page 38: ......
Page 39: ......
Page 40: ......
Page 41: ......
Page 42: ......
Page 43: ......
Page 44: ......
Page 45: ......
Page 46: ......
Page 47: ......
Page 48: ......
Page 49: ......
Page 50: ......
Page 51: ......
Page 52: ......
Page 53: ......
Page 54: ......
Page 55: ......
Page 56: ......
Page 57: ......
Page 58: ......
Page 59: ......
Page 60: ......
Page 61: ......
Page 62: ......
Page 276: ......
Page 277: ......
Page 278: ......
Page 279: ......
Page 280: ......
Page 281: ......
Page 282: ......
Page 283: ......
Page 284: ......
Page 285: ......
Page 286: ......
Page 287: ......
Page 288: ......
Page 289: ......
Page 290: ......
Page 291: ......
Page 292: ......
Page 293: ......
Page 294: ......
Page 295: ......
Page 296: ......
Page 297: ......
Page 298: ......
Page 299: ......
Page 300: ......
Page 301: ......
Page 302: ......