[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Diferencias

Muestra las diferencias entre dos versiones de la página.

Enlace a la vista de comparación

Ambos lados, revisión anteriorRevisión previa
Próxima revisión
Revisión previa
Próxima revisiónAmbos lados, revisión siguiente
es:howtos:hardware:arm:gcc_aarch64_cross-compiler [2019/05/29 18:34 (UTC)] – [Descarga del código fuente requerido y configuración] rrampes:howtos:hardware:arm:gcc_aarch64_cross-compiler [2019/06/26 13:51 (UTC)] – [The end result] rramp
Línea 98: Línea 98:
 for t in *.tar*; do tar -xvf $t; done for t in *.tar*; do tar -xvf $t; done
 </code> </code>
- +Una vez que esto se haya completado, puede usar el comando '**ls**' para verificar que los directorios están presentes.
-Once this has completed you can us the '**ls**' command to verify that the directories are present.+
  
 === Creating GCC dependency symlinks === === Creating GCC dependency symlinks ===
 +Ahora vas a crear algunos enlaces simbólicos en el directorio gcc-5.4.0.
 Now you are going to create some symbolic links in the gcc-5.4.0 directory. These will point to some of the source directories you have just unpacked, which are dependencies of GCC, and when these symbolic links are present GCC will build them automatically. Now you are going to create some symbolic links in the gcc-5.4.0 directory. These will point to some of the source directories you have just unpacked, which are dependencies of GCC, and when these symbolic links are present GCC will build them automatically.
  
Línea 430: Línea 429:
 Remove the USB microSD card reader and swap microSD cards. Power on the Raspberry Pi and boot the microSD card on which you copied the arm64 kernel, modules, and device tree blobs. Remove the USB microSD card reader and swap microSD cards. Power on the Raspberry Pi and boot the microSD card on which you copied the arm64 kernel, modules, and device tree blobs.
  
-==== The end result ====+==== El resultado final ====
  
 After booting the system with the arm64 kernel, I logged in remotely via SSH as 'root' user. Then I ran the following commands: After booting the system with the arm64 kernel, I logged in remotely via SSH as 'root' user. Then I ran the following commands:
 es:howtos:hardware:arm:gcc_aarch64_cross-compiler ()