Hi all,
I will try to compile the project on Windows 10 with MinGW-w64 without success.
The error is:
C:/stlink/src/sg.c:972: undefined reference to 'libusb_set_option'
My environement is:
- Windows 10
- texane/stlink 1.6.0 => This version requires the libusb-1.0.22.7z (downloaded manually)
- MinGW-w64 i686-8.1.0-posix-dwarf-rt_v6-rev0
Can you help me?
Complete log of the compilation: log.txt
Thank you in advance.
Ju