Changeset b3f157c6 for chapter05/glibc.xml
- Timestamp:
- 08/25/2022 07:24:58 AM (2 years ago)
- Branches:
- 11.2, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 12.2, 12.2-rc1, bdubbs/gcc13, multilib, renodr/libudev-from-systemd, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/loongarch-12.2, xry111/mips64el, xry111/multilib, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
- Children:
- d8c9a43f, e9d65f2f
- Parents:
- feed7fea
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter05/glibc.xml
rfeed7fea rb3f157c6 196 196 expected. To perform a sanity check, run the following commands:</para> 197 197 198 <screen><userinput>echo 'int main(){}' > dummy.c 199 $LFS_TGT-gcc dummy.c 200 readelf -l a.out | grep '/ld-linux'</userinput></screen> 198 <screen><userinput>echo 'int main(){}' | gcc -xc - 199 readelf -l a.out | grep ld-linux</userinput></screen> 201 200 202 201 <para>If everything is working correctly, there should be no errors, … … 213 212 continuing on.</para> 214 213 215 <para>Once all is well, clean up the test file s:</para>216 217 <screen><userinput>rm -v dummy.ca.out</userinput></screen>214 <para>Once all is well, clean up the test file:</para> 215 216 <screen><userinput>rm -v a.out</userinput></screen> 218 217 219 218 </caution>
Note:
See TracChangeset
for help on using the changeset viewer.