I am using Intel Soc EDS DS-5 on Win10 for developing Linux user application running on Cyclone 5. The EDS DS-5 default installation does not include libusb. How to I add that to the EDS DS5 toolchain? I downloaded libusb-1.0.22, and at Embedded Command Shell, I did ./configure and that ran fine. But when I ran make, it returned error below. Please help.
$ make
C:/intelFPGA/17.1/embedded/host_tools/gnu/make/H-x86_64-mingw32/bin/make all-recursive
make[1]: Entering directory C:/intelFPGA/17.1/embedded/host_tools/cygwin/usr/src/libusb-1.0.22' Making all in libusb make[2]: Entering directory
C:/intelFPGA/17.1/embedded/host_tools/cygwin/usr/src/libusb-1.0.22/libusb’
process_begin: CreateProcess(NULL, /usr/bin/mkdir -p os, …) failed.
make (e=2): The system cannot find the file specified.
make[2]: *** [os/.dirstamp] Error 2
make[2]: Leaving directory C:/intelFPGA/17.1/embedded/host_tools/cygwin/usr/src/libusb-1.0.22/libusb' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory
C:/intelFPGA/17.1/embedded/host_tools/cygwin/usr/src/libusb-1.0.22’
make: *** [all] Error 2