gcc-arm-none-eabi for aarch64

Make a PKGBUILD? Submit it here for user review and possible placement into the repository.

gcc-arm-none-eabi for aarch64

Postby cbc02009 » Thu May 06, 2021 12:54 pm

Just took the x86_64 version and replaced the link with the aarch version / md5 checksums

$this->bbcode_second_pass_code('', '
# Original Maintainer: James Duley <jagduley gmail>
# Previous Maintainer: 2bluesc <2bluesc gmail.com>
# Maintainer: Vadzim Dambrouski <pftbest gmail.com>
pkgname=gcc-arm-none-eabi-bin
pkgver=10_2020_q4_major
pkgrel=1
pkgdesc="GNU Tools ARM Embedded Processors (binary distribution, includes newlib, does NOT include GDB)"
arch=('aarch64')
depends=('glibc')
optdepends=(
'arm-none-eabi-gdb: GNU Debugger for ARM EABI'
)
provides=('gcc-arm-none-eabi'
'arm-none-eabi-gcc'
'arm-none-eabi-binutils'
'arm-none-eabi-newlib'
)
conflicts=('gcc-arm-none-eabi'
'arm-none-eabi-gcc'
'arm-none-eabi-binutils'
'arm-none-eabi-newlib'
)
url="https://developer.arm.com/open-source/gnu-toolchain/gnu-rm"
source=("https://armkeil.blob.core.windows.net/developer/Files/downloads/gnu-rm/10-2020q4/gcc-arm-none-eabi-10-2020-q4-major-aarch64-linux.tar.bz2")
license=('custom')
options=(!strip staticlibs)
md5sums=('1c3b8944c026d50362eef1f01f329a8e')

package() {
mkdir -p $pkgdir/usr
cd $srcdir/gcc-*/
cp -a * $pkgdir/usr
rm -f $pkgdir/usr/bin/arm-none-eabi-gdb*
rm -f $pkgdir/usr/lib/libcc1.so*
}
')

I have no idea what the process for getting this added looks like, but I'm happy to help in any way possible.
cbc02009
 
Posts: 12
Joined: Wed May 05, 2021 12:58 pm

Return to User-Submitted Packages

Who is online

Users browsing this forum: No registered users and 1 guest