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.
本文由 lnlidawei 原创、整理、转载,本文来自于【博客园】; 整理和转载的文章的版权归属于【原创作者】; 转载或引用时请【保留文章的来源信息】:https://www.cnblogs.com/lnlidawei/p/17016172.html
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· winform 绘制太阳,地球,月球 运作规律
· AI与.NET技术实操系列(五):向量存储与相似性搜索在 .NET 中的实现
· 超详细:普通电脑也行Windows部署deepseek R1训练数据并当服务器共享给他人
· 【硬核科普】Trae如何「偷看」你的代码?零基础破解AI编程运行原理
· 上周热点回顾(3.3-3.9)
2021-12-31 学习方法:费曼学习方法