| |||
| Home > Linker Command-line Options > Command-line options listed alphabetically > --info_lib_prefix=opt | |||
This option is a filter for the --info=libraries option.
The linker only displays the libraries that have the same prefix
as the filter.
armlink --info=libraries --info_lib_prefix=opt
Where is
the prefix of the required library.opt
Displaying a list of libraries without the filter:
armlink --info=libraries test.o
Produces a list of libraries, for example:
install_directory\...\lib\armlib\c_4.linstall_directory\...\lib\armlib\fz_4s.linstall_directory\...\lib\armlib\h_4.linstall_directory\...\lib\armlib\m_4s.linstall_directory\...\lib\armlib\vfpsupport.l
Displaying a list of libraries with the filter:
armlink --info=libraries --info_lib_prefix=c test.o
Produces a list of libraries with the specified prefix, for example:
install_directory\...\lib\armlib\c_4.l