Package Details: dwire-debug-git r169.a2830d5-1

Git Clone URL: https://aur.archlinux.org/dwire-debug-git.git (read-only, click to copy)
Package Base: dwire-debug-git
Description: Simple stand-alone debugger for ATtiny 45 and other ATMEL AVR DebugWIRE chips connected directly to an FT232R or similar
Upstream URL: https://github.com/dcwbrown/dwire-debug
Licenses: GPL2
Submitter: uffe
Maintainer: uffe
Last Packager: uffe
Votes: 2
Popularity: 0.000427
First Submitted: 2017-07-21 18:54 (UTC)
Last Updated: 2022-11-17 09:50 (UTC)

Latest Comments

dreieck commented on 2022-11-14 08:33 (UTC)

Compilation fails for me:

==> Starting build()...
gcc -std=gnu99 -g -fno-pie -rdynamic -fPIC -Wall -o dwdebug src/dwdebug.c -lusb -ldl
In file included from src/system/system.c:1,
                 from src/dwdebug.c:3:
src/system/SystemServices.c:34:12: fatal error: stropts.h: No such file or directory
   34 |   #include <stropts.h>
      |            ^~~~~~~~~~~
compilation terminated.
make: *** [Makefile:48: dwdebug] Error 1
==> ERROR: A failure occurred in build().

→ Here is some discussion about that; seems like the software tries to include something that is not really supported with Linux.

Maybe you need a specific build option, or file an upstream bug report?

Regards!