Package Details: ch341eepromtool 0.5-3

Git Clone URL: https://aur.archlinux.org/ch341eepromtool.git (read-only, click to copy)
Package Base: ch341eepromtool
Description: An i2c serial EEPROM programming tool for the WCH CH341A
Upstream URL: https://github.com/stefanct/ch341eepromtool
Licenses: GPL3
Submitter: hybroid
Maintainer: hybroid
Last Packager: hybroid
Votes: 6
Popularity: 0.000000
First Submitted: 2015-09-25 21:48 (UTC)
Last Updated: 2020-06-06 16:49 (UTC)

Latest Comments

df8oe commented on 2020-06-06 17:04 (UTC)

@hybroid: I can confirm it is working with 0.5-3 flawlessly. Thanks for maintainig this package.

hybroid commented on 2020-06-06 16:50 (UTC)

@df8oe: PKGBUILD fixed, 2 patches added, please update

df8oe commented on 2020-06-05 17:38 (UTC)

Fix: add at line 17 of PKGBUILD sed -e "s/uint8_t *readbuf;/extern uint8_t *readbuf;/g" -i ch341funcs.c

df8oe commented on 2020-05-27 04:35 (UTC) (edited on 2020-06-04 10:53 (UTC) by df8oe)

Does not build here: ch341funcs.c: In Funktion »ch341configure«: ch341funcs.c:62:5: Warnung: »libusb_set_debug« ist veraltet: Use libusb_set_option instead [-Wdeprecated-declarations] 62 | libusb_set_debug(NULL, 3); // maximum debug logging level | ^~~~~~~~~~~~~~~~ In Datei, eingebunden von ch341funcs.c:21: /usr/include/libusb-1.0/libusb.h:1325:18: Anmerkung: hier deklariert 1325 | void LIBUSB_CALL libusb_set_debug(libusb_context *ctx, int level); | ^~~~~~~~~~~~~~~~ /usr/bin/ld: /tmp/ccoHevTN.o:(.bss+0x0): multiple definition of `readbuf'; /tmp/ccWLUdaL.o:(.bss+0x0): first defined here collect2: Fehler: ld gab 1 als Ende-Status zurück ==> FEHLER: Ein Fehler geschah in build(). Breche ab... Error making: ch341eepromtool

hybroid commented on 2020-05-25 18:26 (UTC)

Thank you! PKGBUILD updated.

fakefred commented on 2020-04-25 14:02 (UTC)

The sourceforge project is no longer there. I have no idea what it's supposed to be, but here's a GitHub repo with the same name: https://github.com/stefanct/ch341eepromtool