]> sigrok.org Git - sigrok-firmware-fx2lafw.git/commit
Bump required sdcc version to >= 3.4.0.
authorUwe Hermann <redacted>
Sat, 17 Nov 2018 19:39:59 +0000 (20:39 +0100)
committerUwe Hermann <redacted>
Sat, 17 Nov 2018 19:48:10 +0000 (20:48 +0100)
commitfac71cc2015cd5ca9fbec4dd19fdf44c8206e246
tree0ce2d126c4b12f46212e0ad88425592eff11634b
parent14728a53624f000db0fa8388ecdb8b021250322b
Bump required sdcc version to >= 3.4.0.

There is an issue with some sdcc versions that causes problems, e.g. only
the first scan for an FX2 device succeeds, the second one yields
LIBUSB_ERROR_PIPE (see bug #1326).

Recent tests have shown that sdcc 3.3.0 produces broken fx2lafw firmware
files, and sdcc 3.1.0 errors out during the build. Versions 3.4.0, 3.5.0,
3.6.9, and 3.8.0 (for example) all seem to work fine.

Thus, increase the minimum required sdcc version to 3.4.0.

This fixes bug #1326.
README
configure.ac