close Warning: Failed to sync with repository "(default)": [Errno 12] Cannot allocate memory; repository information may be out of date. Look in the Trac log for more information including mitigation strategies.

Changes between Version 4 and Version 5 of faq


Ignore:
Timestamp:
Nov 8, 2008, 7:14:42 AM (15 years ago)
Author:
animeloe
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • faq

    v4 v5  
    11[[ClfsToc]]
    22
    3 Place Holder for CLFS FAQ
     3This FAQ is designed to help people understand the unique design and intent of the Cross Linux from Scratch project.
     4Any questions or inquiries for improvements/suggestions/bugs please feel free to chat in #clfs on irc.freenode.net.
     5And now for the FAQ.
    46
    5 [[BR]]For now, please see the [http://www.linuxfromscratch.org/faq LFS FAQ].
     7
     8'''Q: What is CLFS (Cross Linux from Scratch)?'''
     9
     10A: CLFS started off as an extension to the Linux from Scratch project to support the recent 64bit processors.  Then
     11it moved to encompass other architectures like MIPS, ALPHA, SPARC.  To date the project includes support for most
     12known 32-bit AND 64-bit processors.
     13
     14
     15'''Q: All this talk about a toolchain.  What exactly ''IS'' a toolchain?'''
     16
     17A: 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.
     18
     19
     20'''Q: The variables used (CFLAGS, CLFS_HOST, etc).  What are those and why must they be set?'''
     21
     22A: The variables being set like CLFS_HOST and CLFS_TARGET are very important because they are used to tell the building scripts (usually configure) how to setup the Makefiles for compiling.
     23
     24
     25If there are any other questions that people have feel free to ask in irc channel or mailing lists.