elf2hex on AUR (Arch User Repository)

Last updated: June 26,2024

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

$ yay -S elf2hex

* (Optional) Uninstall elf2hex on Arch using YAY

$ yay -Rns elf2hex

2. Manually Install "elf2hex" via AUR

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

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

b. Clone elf2hex's git locally

$ git clone https://aur.archlinux.org/elf2hex.git ~/elf2hex

c. Go to ~/elf2hex folder and install it

$ cd ~/elf2hex $ makepkg -si

3. Information about the elf2hex package on Arch User Repository (AUR)

ID: 1390985
Name: elf2hex
PackageBaseID: 169265
PackageBase: elf2hex
Version: 20.08.00.00-13
Description: SiFive's Verilog test harnesses can't directly read ELF binaries but are instead required to be provided with a hexidecimal dump of a particular width and depth. This project allows users to easily create these files.
URL: https://github.com/sifive/elf2hex
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: taotieren
Submitter: taotieren
FirstSubmitted: 1627380963
LastModified: 1706011288
URLPath: /cgit/aur.git/snapshot/elf2hex.tar.gz