This website requires JavaScript.
Explore
Help
Register
Sign In
learning
/
linux-command
mirror of
https://github.com/jaywcjlove/linux-command.git
Watch
1
Star
0
Fork
You've already forked linux-command
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
f373300f00
linux-command
/
command
/
ld.md
425 B
Raw
Blame
History
Unescape
Escape
ld
将目标文件连接为可执行程序
补充说明
ld命令
是GNU的连接器
,
将目标文件连接为可执行程序。
语法
ld(选项)(参数)
选项
-o
:
指定输出文件名
;
-e
:
指定程序的入口符号。
参数
目标文件:指定需要连接的目标文件。