[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
howtos:hardware:arm:gcc-12.x_aarch64_cross-compiler [2022/09/20 15:49 (UTC)] – typo and version corrections exagahowtos:hardware:arm:gcc-12.x_aarch64_cross-compiler [2022/09/20 16:34 (UTC)] (current) – updated script code exaga
Line 56: Line 56:
 # cross-compiler on Slackware ARM current running on a Raspberry Pi 3/4. # cross-compiler on Slackware ARM current running on a Raspberry Pi 3/4.
 # #
-### Usage & Installation ###+### Installation & Usage ###
 # You should create a 'build-dir' folder and copy this script to it  # You should create a 'build-dir' folder and copy this script to it 
 # (e.g. /tmp/build-dir) and run it from there as a 'root' user.  # (e.g. /tmp/build-dir) and run it from there as a 'root' user. 
Line 112: Line 112:
 # ~# echo $PATH # ~# echo $PATH
 # #
-### Usage ### +### Disclaimer ### 
-# This script was created on Slackware ARM and intended for research and  +# This script was created on Slackware ARM and intended for development  
-development towards a Slackware AArch64 port. This script may work on  +and testing on Slackware AArch64. This script may work on other Linux  
-other Linux distributions and hardware but it has not been tested and +distributions and hardware but it has not been tested and therefore  
-therefore cannot be verified. It may be freely distributed, copied,  +# cannot be verified. It may be freely distributed, copied, modified, or  
-modified, or plagiarised in the hope that it will be of some use towards +plagiarised in the hope that it will be useful towards supporting  
-the goal of Slackware AArch64. +# Slackware AArch64.  
 +
 +# Copyright 2016-2022 Exaga, sarpi.penthux.net 
 +# All rights reserved. 
 +
 +#   Permission to use, copy, modify, and distribute this software for 
 +#   any purpose with or without fee is hereby granted, provided that 
 +#   the above copyright notice and this permission notice appear in all 
 +#   copies. 
 +
 +#   THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED 
 +#   WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 
 +#   MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 
 +#   IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR 
 +#   CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 
 +#   SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 
 +#   LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF 
 +#   USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND 
 +#   ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, 
 +#   OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT 
 +#   OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 
 +#   SUCH DAMAGE.
 # #
 ### Resource(s) ### ### Resource(s) ###
 howtos:hardware:arm:gcc-12.x_aarch64_cross-compiler ()