Changeset 426a539


Ignore:
Timestamp:
03/03/2022 04:47:43 PM (2 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
arm
Children:
d693c86
Parents:
a3f7b43
Message:

Adjust interpreter for aarch64.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/gcc.xml

    ra3f7b43 r426a539  
    206206  platform-specific differences in the dynamic linker name):</para>
    207207
    208 <screen><computeroutput>[Requesting program interpreter: /lib64/ld-linux-x86-64.so.2]</computeroutput></screen>
     208<screen><computeroutput>[Requesting program interpreter: /lib64/ld-linux-aarch64.so.1]</computeroutput></screen>
    209209
    210210  <para>Now make sure that we're setup to use the correct start files:</para>
     
    233233
    234234<screen><computeroutput>#include &lt;...&gt; search starts here:
    235  /usr/lib/gcc/aarch-64-unknown-linux-gnu/&gcc-version;/include
     235 /usr/lib/gcc/aarch64-unknown-linux-gnu/&gcc-version;/include
    236236 /usr/local/include
    237237 /usr/lib/gcc/aarch64-unknown-linux-gnu/&gcc-version;/include-fixed
     
    280280  platform-specific differences in dynamic linker name):</para>
    281281
    282 <screen><computeroutput>found ld-linux-x86-64.so.2 at /usr/lib/ld-linux-x86-64.so.2</computeroutput></screen>
     282<screen><computeroutput>found ld-linux-aarch64.so.1 at /usr/lib/ld-linux-aarch64.so.1</computeroutput></screen>
    283283
    284284  <para>If the output does not appear as shown above or is not received
Note: See TracChangeset for help on using the changeset viewer.