Site Tools


documentation:development:opera:pf25:tktfldr:augfldr:aug4frst

The ARM Librarian (armlib)


The ARM Librarian allows sets of related AOF files to be collected together, and for these libraries to be maintained. Such a library can then be passed to the linker instead of several AOF files.

However, linking with an object library file does not necessarily produce the same results as linking with all the object files collected into the object library file. This is due to the way armlink processes its input files:

  • each object file in the input list appears in the output unconditionally (although unused areas will be eliminated if the output is AIF or if the -NOUNUSEDareas option is specified);
  • a module from a library file is only included in the output if an object file, or previously processed library file refers to it.

To see all Command line options, click on their highlighted name.

For more information

For more information on how armlink processes its input files refer to Area placement and sorting rules.

The full specification of ARM Object Library Format can be found in ARM Object Format.

documentation/development/opera/pf25/tktfldr/augfldr/aug4frst.txt · Last modified: 2022/10/10 16:54 by 127.0.0.1