首页 > 其他分享 >gnu_tools: gnu tools( GCC / Binutils )

gnu_tools: gnu tools( GCC / Binutils )

时间:2022-12-31 03:11:06浏览次数:37  
标签:files GCC gnu object gcc org tools

gnu_tools:  gnu tools( GCC / Binutils )

 

 

 

 

1.  GCC:  https://gcc.gnu.org/onlinedocs/

 

  1.1.  CPP:  The C Preprocessor(MACRO):  https://gcc.gnu.org/onlinedocs/gcc-12.2.0/cpp/

 

  1.2.  The GNU C++ Library:  https://gcc.gnu.org/onlinedocs/gcc-12.2.0/libstdc++/manual/

 

  1.3.  Standard  C++ Library  Reference  Manual(libstdc++ Source Documentation):  https://gcc.gnu.org/onlinedocs/gcc-12.2.0/libstdc++/api/

 

 

 

 

 

 

 

2.  GNU Binutils:  http://sourceware.org/binutils/

main tools:


    1.        ld - the GNU linker.
    
    2.        as - the GNU assembler.
    
    3.        gold - a new, faster, ELF only linker.

    
others tools:


    4.        addr2line - Converts addresses into filenames and line numbers.
    
    5.        ar - A utility for creating, modifying and extracting from archives.
            
    6.        c++filt - Filter to demangle encoded C++ symbols.
    
    7.        dlltool - Creates files for building and using DLLs.
    
    8.        elfedit - Allows alteration of ELF format files.
    
    9.        gprof - Displays profiling information.
    
    10.        gprofng - Collects and displays application performance data.
    
    11.        nlmconv - Converts object code into an NLM.
    
    12.        nm - Lists symbols from object files.
    
    13.        objcopy - Copies and translates object files.
    
    14.        objdump - Displays information from object files.
    
    15.        ranlib - Generates an index to the contents of an archive.
    
    16.        readelf - Displays information from any ELF format object file.
    
    17.        size - Lists the section sizes of an object or archive file.
    
    18.        strings - Lists printable strings from files.
    
    19.        strip - Discards symbols.
    
    20.        windmc - A Windows compatible message compiler.
    
    21.        windres - A compiler for Windows resource files.

 

标签:files,GCC,gnu,object,gcc,org,tools
From: https://www.cnblogs.com/lnlidawei/p/17016172.html

相关文章

  • asm: gcc - c语言的内联汇编学习(linux_gcc_c)
    asm: gcc-c语言的内联汇编学习(linux_gcc_c)    一、基本说明 1、操作系统:rockylinux9[root@rockyc]#uname-a......
  • vue学习:chrome 中 vuetools 开发插件 的下载、安装
    文章目录​​一、下载​​​​二、安装​​​​三、加载到Google​​​​四、测试​​以前也做过,但老是忘记,这次吉林一下一、下载百度云地址双手奉上链接:https://pan.baidu......
  • centos7 安装GCC8
    gcc8yuminstallcentos-release-sclyuminstalldevtoolset-8source/opt/rh/devtoolset-8/enablegcc7yuminstallcentos-release-sclyuminstalldevtoolset-7......
  • 记一次 QT VS Tools 无法配置 version 的问题
    问题概述:在QTVSTools拓展工具中添加多个qt版本的静态库时,发现输入完Name和Path之后点击OK,新输入的version路径并没有保存成功测试的QTVSTools版本:2.9.4......
  • 美国电动自行车GCC认证解析
    自行车&电动自行车GCC认证办理流程如果你在亚马逊美国站上架成人自行车、儿童自行车、电动车等类目产品均需上传16CFR1512测试报告,否则将会被亚马逊进行下架产品、罚款等......
  • GCC 版本对应的 libstdc++ 库版本
    GCC版本GLibCC++ABIlibstdc++.so版本GCC3.0.0libstdc++.so.3.0.0GCC3.0.1libstdc++.so.3.0.1GCC3.0.2libstdc++.so.3.0.2GCC3.0.3......
  • C++性能分析工具gperftools
    最近编写的程序遇到了性能瓶颈,CPU吃满的情况下消费能力上不去,导致消息积压迟迟得不到消费,最终被kafka丢弃于是开始对程序进行调优,提高消费能力,便找到这个工具,找到程序中使......
  • CentOS7.9 安装 gcc-4.8.0
    查看GCC版本号是否已满足gcc-v下载包wgethttp://mirrors.concertpass.com/gcc/releases/gcc-4.8.0/gcc-4.8.0.tar.bz2解压包tarjxvfgcc-4.8.0.tar.bz2进入......
  • MooTools教程(1):认识MooTools
    有人最近要求我们写一个关于MooTools1.2的30天的教程,这似乎也是个很不错的主意,于是我们决定现在就开始。在这些教程中,我们假设用户没有任何MooTools或者是JavaScript经验,但......
  • uTools 效率工具集 使用教程
    前言uTools是一款基于electron开发的工具集软件,通过快捷唤醒搜索,直接打开各种功能,非常方便。uToolsuTools是一个极简、插件化、跨平台的现代化桌面软件。通过自由选配丰富......