| |||
| Home > Linker command-line options > --libpath=pathlist | |||
This option specifies a list of paths that are used to search for the ARM standard C and C++ libraries.
You can also use the ARMCC environment
variable to specify the path for the parent directory containing
the ARM libraries is specified by , where nLIB is
the version of the compilation tools installed. For example.nnARMCC5LIB.
Any paths specified with --libpath override the
path specified by the environment variable.
--libpath=pathlist
Where is
a comma-separated list of paths that are only used to search for
required ARM libraries. Do not include spaces between the comma
and the path name when specifying multiple path names, for example, pathlist.path1,path2,path3,...,pathn
This option does not affect searches for user libraries. Use --userlibpath instead
for user libraries.
Using the Linker: