Changeset bab90a1


Ignore:
Timestamp:
06/29/2006 01:47:35 AM (18 years ago)
Author:
George Boudreau <georgeb@…>
Branches:
1.0, 2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
e2ec07a
Parents:
041f2ed
Message:

Added a small note to README for the clfs'ers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • README

    r041f2ed rbab90a1  
    172172       build method where the final build may be done on a separate machine.
    173173
     174    Q. "When I try to build 'xxx' with clfs the makefile fails at the mid-point"
     175    A. There could be numerous reasons for the failure but the most likely reason
     176       is you are doing a cross-build using the 'chroot' method and the target is
     177       not compatible with the host.  If you choose to build using the chroot
     178       method a test is performed at the end of the temptools phase. If the test
     179       succeeds the build continues inside a chroot jail. However if the test fails
     180       it means the host and target are not compatible an you should use the
     181       'boot' method to create your target code.       
     182       As an extreme example: You can build a sparc target on a x86 platform but
     183       only the temptools phase. You must run ./clfs using the 'boot' method and
     184       not the 'chroot.' You must transfer the toolchain to a sparc platform, reboot
     185       the sparc box and continue the build.
     186       Of all the LFS series of books the Cross-LFS requires the greatest
     187       understanding of host/target hardware combination. Please read the book
     188       carefully and don't skip the easy parts (there are none..)
     189       
     190
     191
    174192Authors:
    175193  George Boudreau
Note: See TracChangeset for help on using the changeset viewer.