Need help building openocd for windows 10 (msys32)
Posted: Wed Dec 04, 2019 9:14 pm
Hi,
I'm pretty new to esp32 development. I am running esp tools through msys32 on Windows. I've successfully integrated to Eclipse but currently running into a problem building openocd.
I am following this guide: https://docs.espressif.com/projects/esp ... ndows.html
but I am getting the following error when running ./configure:
i was able to get libusb-1.0 and extracted it but seems it's not installed?
I'm pretty new to esp32 development. I am running esp tools through msys32 on Windows. I've successfully integrated to Eclipse but currently running into a problem building openocd.
I am following this guide: https://docs.espressif.com/projects/esp ... ndows.html
but I am getting the following error when running ./configure:
Code: Select all
checking for libusb-1.0... no
configure: WARNING: libusb-1.x not found, trying legacy libusb-0.1 as a fallback; consider installing libusb-1.x instead