zoukankan      html  css  js  c++  java
  • 【Keil5 MDK】armar工具的基本用法【提取.a/.lib库文件信息】

    ARM Librarian, 5.03 [Build 76]
    - archive creation and maintenance tool

    Command format:

    armar options archive [ file_list ]

    Wildcards '?' and '*' may be used in file_list

    Options:-

    -r Insert files in <file_list>, replace existing members of the same name.
    -d Delete the members in <file_list>.
    -x Extract members in <file_list> placing in files of the same name.
    -m Move files in <file_list>.
    -p Print files to stdout.
    -a pos Insert/move files after file named <pos>.
    -b pos Insert/move files before file named <pos>.
    -u Update older files only, used with -r.

    -n Do not add a symbol table to an object archive.
    -s Force regeneration of archive symbol table.
    -t Print table of contents of archive.
    --zs Show the symbol table.
    --zt Summarize the archive contents (sizes + entries).
    -c Suppress warning when a new archive is created.
    -C Do not overwrite existing files when extracting.
    -T Truncate file names to system maximum length.
    -v Give verbose output.
    --create Force creation of a new archive.
    --via file Take additional arguments from via file.
    --sizes List the size of each member and the library total.
    --entries List sections containing ENTRY points.
    --vsn Print the current Armar Version.
    --help Print this message.

    Examples:-

    armar -r mylib.a obj1 obj2 obj3...
    armar -x mylib.a ?sort*
    armar -d mylib.a hash.o
    armar -tv ansilib.a

     

    【提取.a/.lib库文件信息】

    armar -tv ansilib.a

  • 相关阅读:
    [CodeIgniter4]-将控制器放入子目录中
    [CodeIgniter4]-控制器
    [CodeIgniter4]-处理多环境
    [CodeIgniter4]-管理多个应用
    [CodeIgniter4]-代码模块
    [CodeIgniter4]-网页缓存
    [CodeIgniter4]-错误处理
    netfilter分析
    使用 SELinux 和 Smack 增强轻量级容器
    如何增强 Linux 系统的安全性,第一部分: Linux 安全模块(LSM)简介
  • 原文地址:https://www.cnblogs.com/utank/p/8384812.html
Copyright © 2011-2022 走看看