lnlidawei

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::
  430 随笔 :: 1 文章 :: 3 评论 :: 21万 阅读
< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

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.
复制代码

 

posted on   lnlidawei  阅读(76)  评论(0编辑  收藏  举报
相关博文:
阅读排行:
· winform 绘制太阳,地球,月球 运作规律
· AI与.NET技术实操系列(五):向量存储与相似性搜索在 .NET 中的实现
· 超详细:普通电脑也行Windows部署deepseek R1训练数据并当服务器共享给他人
· 【硬核科普】Trae如何「偷看」你的代码?零基础破解AI编程运行原理
· 上周热点回顾(3.3-3.9)
历史上的今天:
2021-12-31 学习方法:费曼学习方法
点击右上角即可分享
微信分享提示