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
Linux下ARM汇编语法尽管在Linux下使用C或C++编写程序很方便,但汇编源程序用于系统最基本的初始化,如初始化堆栈指针、设置页表、操作 ARM的协处理器等。初始化完成后就可以跳转到C代码执行
2021-10-10 21:27:47 61KB gnu arm
1