C (简体中文)
Arch Linux使用GNU C Library (glibc) 作为C标准库; 它是 base group的一部分.
Kernels (简体中文) 内核和 GNU (简体中文) 用户空间主要由 C写成.
你可以使用 GNU toolchain 或者 LLVM toolchain 来用 C/C++/Objective-C开发软件.
有用的工具
- Valgrind — 用来找到程序里内存管理问题的工具.
- Distcc (简体中文) — 分布式编译的GCC前端.
- rr — 针对C/C++的轻量的记录和定性调试工具,用的是GDB.
- https://rr-project.org/ || rrAUR
可选编译器
- TCC — 微型的C编译器,声称比GCC快.
- ACK — 阿姆斯特丹编译包.
- PCC — 可移植的C编译器.
- http://pcc.ludd.ltu.se/ || pccAUR
- SDCC — 可重定向的 ANSI C 编译器.
libc实现的替代品
参阅
This article is issued from Archlinux. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.