Ignore:
Timestamp:
02/26/2022 04:01:39 PM (2 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/clfs-ng
Children:
3963a56
Parents:
56f1739
git-author:
Xi Ruoyao <xry111@…> (02/22/2022 11:10:52 AM)
git-committer:
Xi Ruoyao <xry111@…> (02/26/2022 04:01:39 PM)
Message:

cross-ng: document host dependencies for kernel cross compilation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter02/hostreqs.xml

    r56f1739 r8b37712  
    3333      greater than &binutils-version; are not recommended as they have
    3434      not been tested)</para>
     35    </listitem>
     36
     37    <listitem>
     38      <!-- needed to cross build the kernel in chapter 6 -->
     39      <para><emphasis role="strong">Bc-1.07.0</emphasis></para>
    3540    </listitem>
    3641
     
    140145unset MYSH
    141146
     147bc --version | head -n1
    142148echo -n "Binutils: "; ld --version | head -n1 | cut -d" " -f3-
    143149bison --version | head -n1
Note: See TracChangeset for help on using the changeset viewer.