Package Details: flashprog 1.1-1

Git Clone URL: https://aur.archlinux.org/flashprog.git (read-only, click to copy)
Package Base: flashprog
Description: Flashprog is a utility which can be used to detect, read, erase, or write BIOS chips (DIP, PLCC, SPI).
Upstream URL: https://flashprog.org/
Licenses: GPL
Submitter: icon
Maintainer: icon
Last Packager: icon
Votes: 2
Popularity: 0.30
First Submitted: 2024-01-09 20:57 (UTC)
Last Updated: 2024-05-23 22:23 (UTC)

Dependencies (8)

Required by (0)

Sources (1)

Latest Comments

icon commented on 2024-05-23 22:26 (UTC)

It looks like ich_descriptors_tool has to be compiled, I ended up having to add this to build() to get the package to build:

Thanks! Updated, and also bumped the version. I guess you were building on non-x86? There's a stale `ifeq ($(ARCH), x86)' in the Makefile, actually don't know why it was added oO

luluco250 commented on 2024-05-11 01:37 (UTC)

It looks like ich_descriptors_tool has to be compiled, I ended up having to add this to build() to get the package to build:

build() {
    cd "${srcdir}/${pkgname}"
    make
    cd 'util/ich_descriptors_tool'
    make
}