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

Last updated: June 06,2024

1. Install "x86_64-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 x86_64-elf-gcc on Arch using YAY

$ yay -S x86_64-elf-gcc

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

$ yay -Rns x86_64-elf-gcc

2. Manually Install "x86_64-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 x86_64-elf-gcc's git locally

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

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

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

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

ID: 1138323
Name: x86_64-elf-gcc
PackageBaseID: 125553
PackageBase: x86_64-elf-gcc
Version: 12.2.0-1
Description: The GNU Compiler Collection - cross compiler for x86_64-elf target
URL: http://gcc.gnu.org/
NumVotes: 6
Popularity: 0
OutOfDate: 1706534822
Maintainer: ptr1337
Submitter: marcthe12
FirstSubmitted: 1505265568
LastModified: 1662911060
URLPath: /cgit/aur.git/snapshot/x86_64-elf-gcc.tar.gz