How to compile openocd executabel to a shared library? I'm working with mingw so I'd like to compile openocd.dll. I tried but not works.
1. Tried adding '-shared' to LDFLAGS in configure call: configure failed at conftest 2. Configured normal and edited Makefile manually, added '-shared' to LDFLAGS ./libtool: line 2638: func__fatal_error: command not found libtool: error: cannot find name of link library for 'src/jtag/drivers/usb_blaster/libocdusbblaster.la' Is there any hint how to do that? Thanks Attila
_______________________________________________ OpenOCD-devel mailing list OpenOCD-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openocd-devel