Search Criteria
Package Details: arm-none-linux-gnueabihf-toolchain-bin 13.2.Rel1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/arm-none-linux-gnueabihf-toolchain-bin.git (read-only, click to copy) |
---|---|
Package Base: | arm-none-linux-gnueabihf-toolchain-bin |
Description: | GNU Toolchain for the Cortex-A Family |
Upstream URL: | https://developer.arm.com/downloads/-/arm-gnu-toolchain-downloads |
Licenses: | GPL, LGPL |
Submitter: | andrewchen |
Maintainer: | crimist |
Last Packager: | crimist |
Votes: | 5 |
Popularity: | 0.51 |
First Submitted: | 2020-01-01 14:55 (UTC) |
Last Updated: | 2024-01-28 20:16 (UTC) |
Latest Comments
crimist commented on 2024-01-28 20:17 (UTC)
Thanks for the suggestions. I've pushed a change to fix 1 by placing the license in the correct path under
/usr/share/licenses/$package/
.2 requires a bit more effort as I've looked around the AUR and there's no standard name for these packages. I believe
arm-gnu-toolchain-arm-none-linux-gnueabihf
may be appropriate though renaming a package takes some considerable effort.paulbarker commented on 2024-01-28 11:57 (UTC)
Thanks for packaging and maintaining this! I have a few minor comments:
1) The package currently installs
/usr/license.txt
, I recommend removing this in the package() function. Replacingrm -f ${pkgdir}/usr/*-manifest.txt
withrm -f ${pkgdir}/usr/*.txt
works for me.2) The releases on developer.arm.com are named "Arm GNU Toolchain" with all archives named
arm-gnu-toolchain-*
. I think this AUR package should follow that naming convention.curlywei commented on 2021-09-13 04:58 (UTC)
Hi: If you've free, please update gcc version to 10.3(newest).