Hello Sven,
On 09.02.19 15:39, Sven Frey via flashrom wrote:
I have a Windows 10 32 bit PC. I need your program flashrom. Unfortunately I can not compile the program. Can you send me the program compiled? I would be very grateful. Many thanks for the help.
what flash programmer do you intend to use? I can't provide any Windows binaries. It shouldn't be hard to compile, though, but the programmer support is limited on Windows. Mostly by the libraries you can find.
I guess, you can get support for many serial UART and USB connected programmers with MinGW[1] and libusb[2]. If you succeed, it would be nice if you'd drop some lines how it's done, as we have no Windows instructions in our README, currently.
Alternatively, you could cross-compile flashrom for Windows on Linux. Instructions are in the README, I never tried it, though.
Last but not least, if libusb (or what you need for your programmer) works in the "Windows Subsystem for Linux", you could also try flashrom in there.
Hope that helps, Nico