First page Back Continue Last page Overview Graphics
What's needed to build a compiler?
The source code of GCC
- And an older version to build the new version with.
The source code of Glibc
- Building C requires the C library.
Binutils
- This is the assembler, the linker, BFD, objdump, nm and others.
Linux kernel source (for system headers)
Notes: