Changeset ed3e5d8 for final-preps/creatingcrossdir.xml
- Timestamp:
- Feb 21, 2006, 9:55:04 AM (19 years ago)
- Children:
- 10c15e3
- Parents:
- 5c41d32
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
final-preps/creatingcrossdir.xml
r5c41d32 red3e5d8 25 25 <para>The next step is to create a <filename 26 26 class="symlink">/cross-tools</filename> symlink on the host system. 27 This will point to the newly-created directory in your home directory. 28 Since normal users will not have permissions to write to the root tree, 29 we need to exit the <command>su</command> and run the symlink command as 30 <systemitem class="username">root</systemitem>:</para> 27 This will point to the newly-created directory on the LFS partition. 28 Run this command as <systemitem class="username">root</systemitem> as well:</para> 31 29 32 30 <screen><userinput>ln -s $LFS/cross-tools /</userinput></screen> … … 34 32 <para>The created symlink enables the toolchain to be compiled so that 35 33 it always refers to <filename class="directory">/cross-tools</filename>, 36 meaning that the compiler, assembler, and linker will be avai alble for34 meaning that the compiler, assembler, and linker will be available for 37 35 use later if some unforseen circumstances happen.</para> 38 36
Note:
See TracChangeset
for help on using the changeset viewer.