Gcc
GCC (GNU Compiler Collection)
Install
- gcc
$ brew install gcc
- binutils,包含常见的
- as 汇编
- nm 列出导出符号
- ld 连接
- objdump 转储目标文件信息
$ brew install binutils
References
- Wiki: GNU Compiler Collection
- Wiki: GNU Binutils
- GNU 软件列表
- https://www3.ntu.edu.sg/home/ehchua/programming/cpp/gcc_make.html
- https://www.seas.upenn.edu/~ese5320/fall2022/handouts/_downloads/788d972ffe62083c2f1e3f86b7c03f5d/gccintro.pdf