[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

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
howtos:hardware:arm:gcc-10.x_aarch64_cross-compiler [2021/04/22 12:41 (UTC)] – [Aarch64 cross-compiler script code] updated build script to use gcc-10.3.0 exagahowtos:hardware:arm:gcc-10.x_aarch64_cross-compiler [2021/04/22 13:42 (UTC)] – [Aarch64 cross-compiler script code] typo in script date exaga
Line 1: Line 1:
 <!-- Add your text below. We strongly advise to start with a Headline (see button bar above). --> <!-- Add your text below. We strongly advise to start with a Headline (see button bar above). -->
-====== Slackware ARM current gcc-10.2.x armv8 arm64 aarch64 cross-compiler for the Raspberry Pi 4 ======+====== Slackware ARM current gcc-10.3.x armv8 arm64 aarch64 cross-compiler for the Raspberry Pi 4 ======
  
 ===== Preface ===== ===== Preface =====
Line 10: Line 10:
 ===== Notes ===== ===== Notes =====
  
-Slackware ARM current was used on a Raspberry Pi 4 [4GB RAM] to build and install the gcc-10.2.0 aarch64-linux cross-compiler. +Slackware ARM current was used on a Raspberry Pi 4 [4GB RAM] to build and install the gcc-10.3.0 aarch64-linux cross-compiler. 
  
 The Linux kernel source downloaded is from the Raspberry Pi Github repository: https://github.com/raspberrypi/linux The Linux kernel source downloaded is from the Raspberry Pi Github repository: https://github.com/raspberrypi/linux
Line 27: Line 27:
 ===== Aarch64 cross-compiler script code ===== ===== Aarch64 cross-compiler script code =====
  
-Download the 'SARPi64.SlackBuild-gcc-10.2-aarch64-cc.sh' file by clicking the link at the top of the script code (or copy and paste the code if you prefer) below.+Download the 'SARPi64.SlackBuild-gcc-10.3-aarch64-cc.sh' file by clicking the link at the top of the script code (or copy and paste the code if you prefer) below.
  
-Make the file executable using 'chmod +x SARPi64.SlackBuild-gcc-10.2-aarch64-cc.sh' or 'chmod 755 SARPi64.SlackBuild-gcc-10.2-aarch64-cc.sh' command. +Make the file executable using 'chmod +x SARPi64.SlackBuild-gcc-10.3-aarch64-cc.sh' or 'chmod 755 SARPi64.SlackBuild-gcc-10.3-aarch64-cc.sh' command. 
  
 Refer to the commented top section of the script code for usage.  Refer to the commented top section of the script code for usage. 
Line 40: Line 40:
 # Slackware ARM gcc-10.3.0 aarch64 cross-compiler for Raspberry Pi # Slackware ARM gcc-10.3.0 aarch64 cross-compiler for Raspberry Pi
 # #
-# SARPi64.SlackBuild-gcc-10.3.0-aarch64-cc [v3.0] - 2020-04-22+# SARPi64.SlackBuild-gcc-10.3.0-aarch64-cc [v3.0] - 2021-04-22
 # #
 # 2020-12-29 by Exaga     v3.0    gcc-10.x # 2020-12-29 by Exaga     v3.0    gcc-10.x
Line 480: Line 480:
  
 # #
-# Compiler: aarch64-linux-gcc (GCC) 10.2.0+# Compiler: aarch64-linux-gcc (GCC) 10.3.0
 # #
 CONFIG_CC_IS_GCC=y CONFIG_CC_IS_GCC=y
-CONFIG_GCC_VERSION=100200+CONFIG_GCC_VERSION=100300
 root@slackware:/tmp/linux-rpi# </code> root@slackware:/tmp/linux-rpi# </code>
  
 howtos:hardware:arm:gcc-10.x_aarch64_cross-compiler ()