You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
312 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

ld
===
将目标文件连接为可执行程序
## 说明
**ld命令** 是GNU的连接器将目标文件连接为可执行程序
## 选项
```
ld(选项)(参数)
```
```
-o指定输出文件名
-e指定程序的入口符号
```
### 参数
目标文件:指定需要连接的目标文件