Package Details: simavr-git 1.8.x-1

Git Clone URL: https://aur.archlinux.org/simavr-git.git (read-only, click to copy)
Package Base: simavr-git
Description: A lean, mean and hackable AVR simulator
Upstream URL: https://github.com/buserror/simavr
Licenses: GPL3
Conflicts: simavr
Provides: simavr
Submitter: pa314159
Maintainer: pa314159
Last Packager: pa314159
Votes: 1
Popularity: 0.50
First Submitted: 2018-06-18 10:11 (UTC)
Last Updated: 2026-06-16 07:45 (UTC)

Pinned Comments

pa314159 commented on 2026-06-16 07:47 (UTC)

compilation is fixed for 1.8.x

Latest Comments

pa314159 commented on 2026-06-16 07:47 (UTC)

compilation is fixed for 1.8.x

uffe commented on 2026-06-12 09:12 (UTC)

latest tag is now v1.8 - after 5 years

Build error:

fatal: ambiguous argument 'v1.8,origin/master,origin/HEAD..': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'
==> ERROR: pkgver is not allowed to contain colons, forward slashes, hyphens or whitespace.
==> ERROR: pkgver() generated an invalid version: 1.8,origin/master,origin/HEAD.0.
 -> error making: simavr-git-exit status 12

jaap commented on 2026-02-12 22:25 (UTC)

Could the CFLAGS in build() be removed? I see no use for them, and it breaks simavr

u1bmoW1r16 commented on 2025-04-03 20:34 (UTC)

CFLAGS are manually defined in build(). This causes elf support to be excluded. If that definition is removed, then simavr builds as expected.

telans commented on 2023-08-25 00:20 (UTC)

Installing this succeeds, but trying to run any ELF firmware results in:

ELF format is not supported by this build.

For some reason simavr can't find libelf or libdwarf during build.