| ||||||||
Technical Support On-Line Manuals L166 User's Guide | Combining ModulesThe L166 Linker combines object modules in the order in which they are specified on the command line or in the order in which they appear in a µVision project. The linker processes the entire contents of object files produced with the A166 Assembler and C166 Compiler. For library files, the linker processes only those specific modules that contain public symbols for unresolved external symbols (unused modules from the library are not included in the output file). A library module list may be specified to the linker in order to force inclusion of those modules from the library independent of unresolved external symbols. | |||||||
| ||||||||