2.1.69. --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.

Syntax

armlink --info=libraries --info_lib_prefix=opt

Where opt is the prefix of the required library.

Example

  • 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.l
    install_directory\...\lib\armlib\fz_4s.l
    install_directory\...\lib\armlib\h_4.l
    install_directory\...\lib\armlib\m_4s.l
    install_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
    
Copyright © 2008-2010 ARM. All rights reserved.ARM DUI 0381B
Non-ConfidentialIDID101213