Changeset b3f157c6
- Timestamp:
- 08/25/2022 07:24:58 AM (10 months ago)
- Branches:
- 11.2, 11.3, 11.3-rc1, bdubbs/gcc13, multilib, trunk, xry111/arm64, xry111/clfs-ng, xry111/glibc-2.37, xry111/kcfg-revise, xry111/pip3, xry111/queue-11.3, xry111/rust-wip-20221008
- 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.