arm-xilinx-linux-gnueabi.bin 赛灵思官方编译工具链,希望对你的学习工作有所帮助。
2021-10-20 19:20:00 122.31MB xilinx-linux-gnu arm-xilinx
1
GNU+Make项目管理(第三版)makefile比较好的资料
2021-10-20 15:47:28 11.09MB GNU Makefile
1
gnu radio入门教材中文版,简单介绍了Gnu Radio的一些基本操作。
2021-10-20 15:10:31 1.92MB Gnu Radio Usrp OPENBTS
1
GNU编译器内部实现,著名的gccint,中文版,开发编译器,开发GCC 必读的 非影印版!
2021-10-18 16:08:02 2.89MB GCC 内部实现 gccint gcc
1
GNU_LINUX 系统编程笔记.pdf
2021-10-16 22:48:26 415KB GNU LINUX 系统编程笔记
1
Centos8 rsync + sersync 文件同步
2021-10-14 16:01:35 570KB sersync
1
mysql-standard-4.0.26-pc-linux-gnu-i686.tar.gz for linux
1
ld 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 ld. ld accepts Linker Command Language files written in a superset of AT&T’s Link Editor Command Language syntax, to provide explicit and total control over the linking process. This version of ld uses the general purpose BFD libraries to operate on object files. This allows ld to read, combine, and write object files in many different formats—for example, COFF or a.out. Different formats may be linked together to produce any available kind of object file. See Chapter 5 [BFD], page 93, for more information. Aside from its flexibility, the gnu linker is more helpful than other linkers in providing diagnostic information. Many linkers abandon execution immediately upon encountering an error; whenever possible, ld continues executing, allowing you to identify other errors (or, in some cases, to get an output file in spite of the error).
2021-10-13 14:01:29 681KB ld linker
1
主要讲述了gnu的链接器脚本,工作机制的原理。如果想要深入了解程序编译链接的过程,可以看一下
2021-10-12 14:17:24 199KB 脚本 ld链接 GNU
1