Discussion:
[flashrom] error installing flashrom on windows
d***@gmail.com
2018-07-19 22:21:23 UTC
Permalink
Hi, IŽm trying to install flashrom on windows following these steps:
https://www.flashrom.org/Windows



but when I type "make" I get this error:



The following features require libusb-0.1/libusb-compat: CONFIG_PICKIT2_SPI.

Please install libusb-0.1 headers or libusb-compat headers or disable all
features

mentioned above by specifying make CONFIG_ENABLE_LIBUSB0_PROGRAMMERS=no



What can be done to solve that error? Thank you.
Miklos Marton
2018-07-22 09:37:29 UTC
Permalink
Post by d***@gmail.com
The following features require libusb-0.1/libusb-compat: CONFIG_PICKIT2_SPI.
Please install libusb-0.1 headers or libusb-compat headers or disable all
features
mentioned above by specifying make CONFIG_ENABLE_LIBUSB0_PROGRAMMERS=no
What can be done to solve that error? Thank you.
make CONFIG_ENABLE_LIBUSB0_PROGRAMMERS=no

This will disable the support for the programmers depending on the libusb 0.1 library (pickit2 for e.g.)
--
Best regards,
Miklos Marton
Loading...