[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/05/29 19:38 (UTC)] – [Descarga del código fuente requerido y configuración] 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.
  
 es:howtos:hardware:arm:gcc_aarch64_cross-compiler ()