Package Details: micronucleus-git 2.5.r0.gc2c7fa0-1

Git Clone URL: https://aur.archlinux.org/micronucleus-git.git (read-only, click to copy)
Package Base: micronucleus-git
Description: ATTiny usb bootloader with a strong emphasis on bootloader compactness
Upstream URL: https://github.com/micronucleus/micronucleus
Keywords: Attiny AVR microcontroller
Licenses: GPL
Conflicts: micronucleus
Provides: micronucleus
Submitter: yuvadm
Maintainer: yjun
Last Packager: yjun
Votes: 7
Popularity: 0.035477
First Submitted: 2016-03-26 14:57 (UTC)
Last Updated: 2022-04-30 05:35 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

yjun commented on 2022-04-30 05:36 (UTC)

@shuyuan-liu Thanks,fixed!

shuyuan-liu commented on 2022-04-29 15:19 (UTC)

Hi @yjun. The package version on the AUR is 2.04.r6.g4d2481d-3 but the built package has version master.LATEST-1; this causes AUR helpers (paru in my case) to always rebuild the package because it thinks the AUR version number is newer. Could this be fixed?

yjun commented on 2021-02-28 04:51 (UTC)

@avanc fixed

avanc commented on 2021-02-24 08:16 (UTC) (edited on 2021-02-24 08:17 (UTC) by avanc)

I get this error message:

==> Starting build()...
Building command line tool: micronucleus...
gcc  -Ilibrary -O -g -D LINUX -o micronucleus micronucleus.c micronucleus_lib.o littleWire_util.o -static -L/usr/lib -lusb
/usr/bin/ld: cannot find -lusb
collect2: error: ld returned 1 exit status
make: *** [Makefile:59: micronucleus] Error 1
==> ERROR: A failure occurred in build().

However, libusb-compat is installed.

yjun commented on 2020-11-20 12:15 (UTC)

@skunk eugene fixed

skunk commented on 2019-12-26 22:46 (UTC)

I get

 library/micronucleus_lib.h:35:10: fatal error: usb.h: No such file or directory

    35 | #include <usb.h>

I guess, it's missing the build dependency libusb-compat

eugene commented on 2019-03-04 23:51 (UTC)

@C0rn3j diff with fix - set number of build jobs to 1:

diff --git a/PKGBUILD b/PKGBUILD
index 60f4130..27ff1c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,6 +10,7 @@ license=(GPL)
 provides=('micronucleus')
 source=("git+$url")
 sha1sums=('SKIP')
+makeflags=(-j1)
 _gitname=micronucleus

 pkgver() {

C0rn3j commented on 2018-10-15 08:18 (UTC) (edited on 2018-10-15 08:18 (UTC) by C0rn3j)

Fails to build


==> Updated version: micronucleus-git 2.03.r6.g1eda473-1

==> Starting build()...

Building library: micronucleus_lib...

gcc -Ilibrary -O -g -D LINUX -c library/micronucleus_lib.c

make: *** No rule to make target 'micronucleus_lib.o', needed by 'micronucleus'. Stop.

make: *** Waiting for unfinished jobs....

Building library: littleWire_util...

gcc -Ilibrary -O -g -D LINUX -c library/littleWire_util.c

==> ERROR: A failure occurred in build().

Aborting...

:: Unable to build micronucleus-git - makepkg exited with code: 4