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

Last updated: May 20,2024

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

$ yay -S i686-elf-gcc

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

$ yay -Rns i686-elf-gcc

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

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

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

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

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

ID: 1079410
Name: i686-elf-gcc
PackageBaseID: 87927
PackageBase: i686-elf-gcc
Version: 11.2.0-2
Description: GNU gcc for the i686- toolchain
URL: https://www.gnu.org/software/gcc
NumVotes: 10
Popularity: 0
OutOfDate: 1660333842
Maintainer: c0repwn3r
Submitter: andrewchen
FirstSubmitted: 1417561056
LastModified: 1652408673
URLPath: /cgit/aur.git/snapshot/i686-elf-gcc.tar.gz