Tools used in this chapter

There are several tools to generate and inspect source and binary code. For example, both the GNU GCC and CLANG tools can be used to compile C source code. The following tools are used in this manual.

  • CLANG: a C language family frontend for LLVM is a compiler.
  • LLD: LLVM Linker.

Appendix A contains instructions to install both tools.