sh-elf-gcc on AUR (Arch User Repository)

Last updated: May 18,2024

1. Install "sh-elf-gcc" effortlessly via AUR with the help of a helper(YAY)

a. Install YAY (https://github.com/Jguer/yay)

$ sudo pacman -S --needed git base-devel && git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si

b. Install sh-elf-gcc on Arch using YAY

$ yay -S sh-elf-gcc

* (Optional) Uninstall sh-elf-gcc on Arch using YAY

$ yay -Rns sh-elf-gcc

2. Manually Install "sh-elf-gcc" via AUR

a. Ensure you have the base development tools and git installed with:

$ sudo pacman -S --needed base-devel git

b. Clone sh-elf-gcc's git locally

$ git clone https://aur.archlinux.org/sh-elf-gcc.git ~/sh-elf-gcc

c. Go to ~/sh-elf-gcc folder and install it

$ cd ~/sh-elf-gcc $ makepkg -si

3. Information about the sh-elf-gcc package on Arch User Repository (AUR)

ID: 876799
Name: sh-elf-gcc
PackageBaseID: 132120
PackageBase: sh-elf-gcc
Version: 10.2.0-1
Description: The GNU Compiler Collection - cross compiler for SuperH (bare-metal) target
URL: http://gcc.gnu.org/
NumVotes: 3
Popularity: 0
OutOfDate: 1635790849
Maintainer: Megver83
Submitter: Megver83
FirstSubmitted: 1525561001
LastModified: 1615679851
URLPath: /cgit/aur.git/snapshot/sh-elf-gcc.tar.gz