cc-tool
cc-tool copied to clipboard
Unable to install
I followed instructions on https://www.zigbee2mqtt.io/getting_started/flashing_the_cc2531.html. I get this error:
./bootstrap: line 3: autoreconf: command not found
And then after I install all the dependencies, I get this stacktrace:
autoreconf: Entering directory `.' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal --force -I m4 autoreconf: configure.ac: tracing autoreconf: configure.ac: not using Libtool autoreconf: running: /usr/local/Cellar/autoconf/2.69/bin/autoconf --force configure.ac:8: error: possibly undefined macro: AC_PROG_LIBTOOL If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. autoreconf: /usr/local/Cellar/autoconf/2.69/bin/autoconf failed with exit status: 1
Same issue here on Macos:
MacBook-Pro-Tomasz-2:cc-tool tomerd$ ./bootstrap ./bootstrap: line 3: autoreconf: command not found
The complete command to install all cc-tool
dependencies is brew install autoconf automake libusb boost pkgconfig libtool
(see https://www.zigbee2mqtt.io/information/flashing_the_cc2531.html#linux-or-macos).
Check that you have autoconf installed by brew list autoconf
.