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

Last updated: May 23,2024

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

$ yay -S i586-elf-gcc

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

$ yay -Rns i586-elf-gcc

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

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

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

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

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

ID: 332702
Name: i586-elf-gcc
PackageBaseID: 115009
PackageBase: i586-elf-gcc
Version: 4.9.2-2
Description: The GNU Compiler Collection - cross compiler for i586-elf target
URL: http://gcc.gnu.org/
NumVotes: 0
Popularity: 0
OutOfDate: 1508231613
Maintainer:
FirstSubmitted: 1472120715
LastModified: 1472120715
URLPath: /cgit/aur.git/snapshot/i586-elf-gcc.tar.gz