Hi, I've compiled openocd on mingw-w64 platform from the git repository by using the following commands
#! /bin/sh ./bootstrap ./configure --enable-stlink --enable-ftdi --disable-doxygen-html --disable-werror make make install After starting it says: "d:\msys64\usr\bin\openocd.exe" -f "d:\msys64\usr\share\openocd\scripts\board\stm32f4discovery.cfg" Open On-Chip Debugger 0.10.0+dev-00922-gefa20839-dirty (2019-07-28-06:45) Licensed under GNU GPL v2 For bug reports, read http://openocd.org/doc/doxygen/bugs.html Info : The selected transport took over low-level target control. The results might differ compared to plain JTAG/SWD srst_only separate srst_nogate srst_open_drain connect_deassert_srst Error: error creating socket: No such file or directory Board: stm32f4discovery I've successfully used the OpenOCD-20190426-0.10.0 binary previously however I'd like to compile it from source. What may the problem? Thanks for your help Attila
_______________________________________________ OpenOCD-devel mailing list OpenOCD-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openocd-devel