本文主要是介绍【Tools系列】之GNU Binutils工具集使用介绍,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
DATE: 2019-2-27
1、GNU Binutils简介和下载
简介: Binutils是GNU Binary Utilities的简写,是一组专门用于处理二进制数据的工具集,主要包括as,ld,addr2line,ar,nm,objdump,size,objcopy,strip,gprof,readelf等。
官方网址: https://www.gnu.org/software/binutils/
获取方式:
(1)FTP:https://ftp.gnu.org/gnu/binutils/
(2)GIT:git clone git://sourceware.org/git/binutils-gdb.git
2、GNU Binutils使用说明
详细文档: https://sourceware.org/binutils/docs-2.32/binutils/index.html
• ar: Create, modify, and extract from archives
•
这篇关于【Tools系列】之GNU Binutils工具集使用介绍的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!