Changes between Version 5 and Version 6 of faq
- Timestamp:
- Nov 8, 2008, 9:30:18 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
faq
v5 v6 15 15 '''Q: All this talk about a toolchain. What exactly ''IS'' a toolchain?''' 16 16 17 A: The toolchain is the foundation of your building environment. It consists of kernel headers, C library (either glibc or uclibc), binutils (linker suite) and gcc (compiler suite). Any changes of this set of tools might result in an unstable program being built .17 A: The toolchain is the foundation of your building environment. It consists of kernel headers, C library (either glibc or uclibc), binutils (linker suite) and gcc (compiler suite). Any changes of this set of tools might result in an unstable program being built or inability to compile a program. It should also be noted that '''''ANY CHANGES IN THE C LIBRARY WILL MOST LIKELY BREAK EVERY PROGRAM ON YOUR SYSTEM. YOU HAVE BEEN WARNED.''''' 18 18 19 19