ld可以读取 用 连接器命令语言(Linker Command Language) 编写的 脚本文件, 它 能够 对 连接过程 提供 精确 和 全面 的 控制. 本 手册页 不讨论 命令语言; 可参看 `info' 的 `ld' 项, 或者 手册ld: the GNU linker, 里面有 命令语言 的 细节 和 其他 GNU linker 的 内容. 这个版本 的ld使用 通用B...
ld可以读取 用 连接器命令语言(Linker Command Language) 编写的 脚本文件, 它 能够 对 连接过程 提供 精确 和 全面 的 控制. 本 手册页 不讨论 命令语言; 可参看 `info' 的 `ld' 项, 或者 手册ld: the GNU linker, 里面有 命令语言 的 细节 和 其他 GNU linker 的 内容. 这个版本 的ld使用 通用B...
ld 可以读取 用 连接器命令语言(Linker Command Language) 编写的 脚本文件,它 能够 对 连接过 程 提供 精确 和 全面 的 控制. 本 手册页 不讨论 命令语言; 可参看 `info' 的 `ld' 项, 或者 手册 ld: the GNU linker , 里面有 命令语言 的 细节 和 其他 GNU linker 的 内容. 这个版本 的 ld 使...
The linker will search an archive only once, at the location where it is specified on the command line. If the archive defines a symbol which was undefined in some object which appeared before the archive on the command line, the linker will include the appropriate file(s) from the archive...
链接描述文件,command file又称为链接脚本,Linker scriptl用来控制ld的链接过程l描述各输入文件的各节如何映射到输出文件的各节l控制输出文件中各个节或者符号的内存布局l使用的语言为:lThe ld command language,链接命令语言xlanchen2007.5.22Embedded Operating Systems87lld命令的-T commandfile选项指定了链接描述文件...
sudo ldconfig -m /lib/gcc/x86_64-linux-gnu/11/ # 输出 # /sbin/ldconfig.real: invalid option -- 'm' ldconfig.real --help # 输出: # Usage: ldconfig.real [OPTION...] # Configure Dynamic Linker Run Time Bindings. # # -c, --format=FORMAT Format to use: new (default), old, or...
The gnu linker uses other mechanisms for this purpose: the ‘-b’, ‘--format’, ‘--oformat’ options, the TARGET command in linker scripts, and the GNUTARGET environment variable. The gnu linker will ignore the ‘-F’ option when not creating an ELF shared object. -fini name When ...
The linker supports a plethora of command-line options, but in actual practice few of them are used in any particular context. For instance, a frequent use of ld is to link standard Unix object files on a standard, supported Unix system. On such a system, to link a file hello.o:ld ...
Command to display ld.bfd manual in Linux: $ man 1 ld.bfd NAMEld - The GNU linker SYNOPSIS ld [options] objfile ... DESCRIPTIONld combines a number of object and archive files, relocates their data and ties up symbol references. Usually the last step in compiling a program is to run...
PDF created with FinePrint pdfFactory Pro trial version `--dynamic-linker FILE 设置动态连接器的名字. 这个只在产生动态连接的ELF 可执行文件时有效. 缺省的 动态连接器通常是正确的; 除非你知道你在干什么,不要使用这个选项. `--embedded-relocs 这个选项只在连接MIPS 嵌式PIC 代码时有效, 这些代码必须是...